Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: trunk/src/build/common.gypi

Issue 99293002: Revert 238096 "Disable deprecated V8 APIs when building" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
1214 # Use the chromium skia by default. 1211 # Use the chromium skia by default.
1215 'use_system_skia%': '0', 1212 'use_system_skia%': '0',
1216 1213
1217 # Use brlapi from brltty for braille display support. 1214 # Use brlapi from brltty for braille display support.
1218 'use_brlapi%': 0, 1215 'use_brlapi%': 0,
1219 1216
1220 # Relative path to icu.gyp from this file. 1217 # Relative path to icu.gyp from this file.
1221 'icu_gyp_path': '../third_party/icu/icu.gyp', 1218 'icu_gyp_path': '../third_party/icu/icu.gyp',
1222 1219
1223 # IPC fuzzer is disabled by default. 1220 # IPC fuzzer is disabled by default.
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 'mac_debug_optimization%': '0', # Use -O0 unless overridden 2000 'mac_debug_optimization%': '0', # Use -O0 unless overridden
2004 }], 2001 }],
2005 ], 2002 ],
2006 }, 2003 },
2007 'defines': [ 2004 'defines': [
2008 # Set this to use the new DX11 version of ANGLE. 2005 # Set this to use the new DX11 version of ANGLE.
2009 # TODO(apatrick): Remove this when the transition is complete. 2006 # TODO(apatrick): Remove this when the transition is complete.
2010 'ANGLE_DX11', 2007 'ANGLE_DX11',
2011 ], 2008 ],
2012 'conditions': [ 2009 'conditions': [
2013 ['v8_deprecation_warnings==1', {
2014 'defines': ['V8_DEPRECATION_WARNINGS',],
2015 }],
2016 ['(OS=="mac" or OS=="ios") and asan==1', { 2010 ['(OS=="mac" or OS=="ios") and asan==1', {
2017 'dependencies': [ 2011 'dependencies': [
2018 '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime', 2012 '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime',
2019 ], 2013 ],
2020 }], 2014 }],
2021 ['OS=="linux" and linux_use_tcmalloc==1 and clang_type_profiler==1', { 2015 ['OS=="linux" and linux_use_tcmalloc==1 and clang_type_profiler==1', {
2022 'cflags_cc!': ['-fno-rtti'], 2016 'cflags_cc!': ['-fno-rtti'],
2023 'cflags_cc+': [ 2017 'cflags_cc+': [
2024 '-frtti', 2018 '-frtti',
2025 '-gline-tables-only', 2019 '-gline-tables-only',
(...skipping 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after
4748 # settings in target dicts. SYMROOT is a special case, because many other 4742 # settings in target dicts. SYMROOT is a special case, because many other
4749 # Xcode variables depend on it, including variables such as 4743 # Xcode variables depend on it, including variables such as
4750 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4744 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4751 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4745 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4752 # files to appear (when present) in the UI as actual files and not red 4746 # files to appear (when present) in the UI as actual files and not red
4753 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4747 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4754 # and therefore SYMROOT, needs to be set at the project level. 4748 # and therefore SYMROOT, needs to be set at the project level.
4755 'SYMROOT': '<(DEPTH)/xcodebuild', 4749 'SYMROOT': '<(DEPTH)/xcodebuild',
4756 }, 4750 },
4757 } 4751 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698