| OLD | NEW | 
|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be | 
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. | 
| 4 | 4 | 
| 5 # IMPORTANT: | 5 # IMPORTANT: | 
| 6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, | 
| 7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. | 
| 8 { | 8 { | 
| 9   # Variables expected to be overriden on the GYP command line (-D) or by | 9   # Variables expected to be overriden on the GYP command line (-D) or by | 
| 10   # ~/.gyp/include.gypi. | 10   # ~/.gyp/include.gypi. | 
| (...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1531     'v8_enable_i18n_support': 1, | 1531     'v8_enable_i18n_support': 1, | 
| 1532 | 1532 | 
| 1533     # Compile the v8 shell for the host toolset. | 1533     # Compile the v8 shell for the host toolset. | 
| 1534     'v8_toolset_for_shell': 'host', | 1534     'v8_toolset_for_shell': 'host', | 
| 1535 | 1535 | 
| 1536     # V8 extras | 1536     # V8 extras | 
| 1537     # Adding V8 extras files requires API owners review | 1537     # Adding V8 extras files requires API owners review | 
| 1538     # Be sure to synchronize with build/module_args/v8.gni | 1538     # Be sure to synchronize with build/module_args/v8.gni | 
| 1539 | 1539 | 
| 1540     'v8_extra_library_files': [ | 1540     'v8_extra_library_files': [ | 
|  | 1541       '../third_party/WebKit/Source/core/page/scrolling/snap/SnapManager.js', | 
| 1541       '../third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js', | 1542       '../third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js', | 
| 1542       '../third_party/WebKit/Source/core/streams/CountQueuingStrategy.js', | 1543       '../third_party/WebKit/Source/core/streams/CountQueuingStrategy.js', | 
| 1543       '../third_party/WebKit/Source/core/streams/ReadableStream.js', | 1544       '../third_party/WebKit/Source/core/streams/ReadableStream.js', | 
| 1544     ], | 1545     ], | 
| 1545     'v8_experimental_extra_library_files': [ | 1546     'v8_experimental_extra_library_files': [ | 
| 1546     ], | 1547     ], | 
| 1547 | 1548 | 
| 1548     # Use brlapi from brltty for braille display support. | 1549     # Use brlapi from brltty for braille display support. | 
| 1549     'use_brlapi%': 0, | 1550     'use_brlapi%': 0, | 
| 1550 | 1551 | 
| (...skipping 4745 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 6296     # settings in target dicts.  SYMROOT is a special case, because many other | 6297     # settings in target dicts.  SYMROOT is a special case, because many other | 
| 6297     # Xcode variables depend on it, including variables such as | 6298     # Xcode variables depend on it, including variables such as | 
| 6298     # PROJECT_DERIVED_FILE_DIR.  When a source group corresponding to something | 6299     # PROJECT_DERIVED_FILE_DIR.  When a source group corresponding to something | 
| 6299     # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6300     # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 
| 6300     # files to appear (when present) in the UI as actual files and not red | 6301     # files to appear (when present) in the UI as actual files and not red | 
| 6301     # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6302     # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 
| 6302     # and therefore SYMROOT, needs to be set at the project level. | 6303     # and therefore SYMROOT, needs to be set at the project level. | 
| 6303     'SYMROOT': '<(DEPTH)/xcodebuild', | 6304     'SYMROOT': '<(DEPTH)/xcodebuild', | 
| 6304   }, | 6305   }, | 
| 6305 } | 6306 } | 
| OLD | NEW | 
|---|