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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1201 'windows_sdk_default_path': '<(DEPTH)/third_party/platformsdk_win8/files', | 1201 'windows_sdk_default_path': '<(DEPTH)/third_party/platformsdk_win8/files', |
1202 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', | 1202 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', |
1203 | 1203 |
1204 # Whether we are using the rlz library or not. Platforms like Android send | 1204 # Whether we are using the rlz library or not. Platforms like Android send |
1205 # rlz codes for searches but do not use the library. | 1205 # rlz codes for searches but do not use the library. |
1206 'enable_rlz%': 0, | 1206 'enable_rlz%': 0, |
1207 | 1207 |
1208 # Turns on the i18n support in V8. | 1208 # Turns on the i18n support in V8. |
1209 'v8_enable_i18n_support': 1, | 1209 'v8_enable_i18n_support': 1, |
1210 | 1210 |
| 1211 # Don't use deprecated V8 APIs. |
| 1212 'v8_deprecation_warnings': 1, |
| 1213 |
1211 # Use the chromium skia by default. | 1214 # Use the chromium skia by default. |
1212 'use_system_skia%': '0', | 1215 'use_system_skia%': '0', |
1213 | 1216 |
1214 # Use brlapi from brltty for braille display support. | 1217 # Use brlapi from brltty for braille display support. |
1215 'use_brlapi%': 0, | 1218 'use_brlapi%': 0, |
1216 | 1219 |
1217 # Relative path to icu.gyp from this file. | 1220 # Relative path to icu.gyp from this file. |
1218 'icu_gyp_path': '../third_party/icu/icu.gyp', | 1221 'icu_gyp_path': '../third_party/icu/icu.gyp', |
1219 | 1222 |
1220 'conditions': [ | 1223 'conditions': [ |
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1997 'mac_debug_optimization%': '0', # Use -O0 unless overridden | 2000 'mac_debug_optimization%': '0', # Use -O0 unless overridden |
1998 }], | 2001 }], |
1999 ], | 2002 ], |
2000 }, | 2003 }, |
2001 'defines': [ | 2004 'defines': [ |
2002 # Set this to use the new DX11 version of ANGLE. | 2005 # Set this to use the new DX11 version of ANGLE. |
2003 # TODO(apatrick): Remove this when the transition is complete. | 2006 # TODO(apatrick): Remove this when the transition is complete. |
2004 'ANGLE_DX11', | 2007 'ANGLE_DX11', |
2005 ], | 2008 ], |
2006 'conditions': [ | 2009 'conditions': [ |
| 2010 ['v8_deprecation_warnings==1', { |
| 2011 'defines': ['V8_DEPRECATION_WARNINGS',], |
| 2012 }], |
2007 ['(OS=="mac" or OS=="ios") and asan==1', { | 2013 ['(OS=="mac" or OS=="ios") and asan==1', { |
2008 'dependencies': [ | 2014 'dependencies': [ |
2009 '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime', | 2015 '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime', |
2010 ], | 2016 ], |
2011 }], | 2017 }], |
2012 ['OS=="linux" and linux_use_tcmalloc==1 and clang_type_profiler==1', { | 2018 ['OS=="linux" and linux_use_tcmalloc==1 and clang_type_profiler==1', { |
2013 'cflags_cc!': ['-fno-rtti'], | 2019 'cflags_cc!': ['-fno-rtti'], |
2014 'cflags_cc+': [ | 2020 'cflags_cc+': [ |
2015 '-frtti', | 2021 '-frtti', |
2016 '-gline-tables-only', | 2022 '-gline-tables-only', |
(...skipping 2725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4742 # settings in target dicts. SYMROOT is a special case, because many other | 4748 # settings in target dicts. SYMROOT is a special case, because many other |
4743 # Xcode variables depend on it, including variables such as | 4749 # Xcode variables depend on it, including variables such as |
4744 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4750 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4745 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4751 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4746 # files to appear (when present) in the UI as actual files and not red | 4752 # files to appear (when present) in the UI as actual files and not red |
4747 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4753 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4748 # and therefore SYMROOT, needs to be set at the project level. | 4754 # and therefore SYMROOT, needs to be set at the project level. |
4749 'SYMROOT': '<(DEPTH)/xcodebuild', | 4755 'SYMROOT': '<(DEPTH)/xcodebuild', |
4750 }, | 4756 }, |
4751 } | 4757 } |
OLD | NEW |