| 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 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1280 }, { | 1280 }, { |
| 1281 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0', | 1281 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0', |
| 1282 }], | 1282 }], |
| 1283 ['OS=="win" and "<!(python <(DEPTH)/build/dir_exists.py <(directx_sdk_defa
ult_path))"=="True"', { | 1283 ['OS=="win" and "<!(python <(DEPTH)/build/dir_exists.py <(directx_sdk_defa
ult_path))"=="True"', { |
| 1284 'directx_sdk_path%': '<(directx_sdk_default_path)', | 1284 'directx_sdk_path%': '<(directx_sdk_default_path)', |
| 1285 }, { | 1285 }, { |
| 1286 'directx_sdk_path%': '$(DXSDK_DIR)', | 1286 'directx_sdk_path%': '$(DXSDK_DIR)', |
| 1287 }], | 1287 }], |
| 1288 ['OS=="win"', { | 1288 ['OS=="win"', { |
| 1289 'windows_driver_kit_path%': '$(WDK_DIR)', | 1289 'windows_driver_kit_path%': '$(WDK_DIR)', |
| 1290 'icu_use_data_file_flag%': 1, |
| 1290 }], | 1291 }], |
| 1291 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 1292 ['os_posix==1 and OS!="mac" and OS!="ios"', { |
| 1292 'conditions': [ | 1293 'conditions': [ |
| 1293 ['target_arch=="mipsel"', { | 1294 ['target_arch=="mipsel"', { |
| 1294 'werror%': '', | 1295 'werror%': '', |
| 1295 'disable_nacl%': 1, | 1296 'disable_nacl%': 1, |
| 1296 'nacl_untrusted_build%': 0, | 1297 'nacl_untrusted_build%': 0, |
| 1297 'linux_use_tcmalloc%': 0, | 1298 'linux_use_tcmalloc%': 0, |
| 1298 }], | 1299 }], |
| 1299 ['OS=="linux" and target_arch=="mipsel"', { | 1300 ['OS=="linux" and target_arch=="mipsel"', { |
| (...skipping 3530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4830 # settings in target dicts. SYMROOT is a special case, because many other | 4831 # settings in target dicts. SYMROOT is a special case, because many other |
| 4831 # Xcode variables depend on it, including variables such as | 4832 # Xcode variables depend on it, including variables such as |
| 4832 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4833 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4833 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4834 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4834 # files to appear (when present) in the UI as actual files and not red | 4835 # files to appear (when present) in the UI as actual files and not red |
| 4835 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4836 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4836 # and therefore SYMROOT, needs to be set at the project level. | 4837 # and therefore SYMROOT, needs to be set at the project level. |
| 4837 'SYMROOT': '<(DEPTH)/xcodebuild', | 4838 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4838 }, | 4839 }, |
| 4839 } | 4840 } |
| OLD | NEW |