Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: v8.gypi

Issue 29493555: Issue 5433 - rename v8.gypi to build-v8.gyp (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 20, 2017, 9:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build-v8.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: v8.gypi
diff --git a/v8.gypi b/v8.gypi
deleted file mode 100644
index 427495145be58f6f3870dcfc0813b3bc35fde6b8..0000000000000000000000000000000000000000
--- a/v8.gypi
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- 'includes': ['common.gypi'],
- 'variables': {
- 'v8_enable_i18n_support': 0,
- 'v8_optimized_debug': 0,
- 'v8_use_external_startup_data': 0,
- 'v8_use_snapshot': 1,
- 'v8_random_seed%': 0,
- },
-
- 'conditions': [
- ['OS=="win"', {
- 'target_defaults': {
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'WarningLevel': 0,
- },
- },
- }
- }]
- ],
-}
« no previous file with comments | « build-v8.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld