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

Side by Side Diff: build/common.gypi

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 years, 11 months 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
« no previous file with comments | « build/all.gyp ('k') | build/config/BUILD.gn » ('j') | 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 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'v8_optimized_debug%': '<(v8_optimized_debug)', 1192 'v8_optimized_debug%': '<(v8_optimized_debug)',
1193 'proprietary_codecs%': '<(proprietary_codecs)', 1193 'proprietary_codecs%': '<(proprietary_codecs)',
1194 'use_goma%': '<(use_goma)', 1194 'use_goma%': '<(use_goma)',
1195 'gomadir%': '<(gomadir)', 1195 'gomadir%': '<(gomadir)',
1196 'use_lto%': '<(use_lto)', 1196 'use_lto%': '<(use_lto)',
1197 'use_lto_o2%': '<(use_lto_o2)', 1197 'use_lto_o2%': '<(use_lto_o2)',
1198 'video_hole%': '<(video_hole)', 1198 'video_hole%': '<(video_hole)',
1199 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', 1199 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)',
1200 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', 1200 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)',
1201 1201
1202 # Whether or not we are building the Athena shell.
1203 'use_athena%': '0',
1204
1205 # Use system protobuf instead of bundled one. 1202 # Use system protobuf instead of bundled one.
1206 'use_system_protobuf%': 0, 1203 'use_system_protobuf%': 0,
1207 1204
1208 # Use system yasm instead of bundled one. 1205 # Use system yasm instead of bundled one.
1209 'use_system_yasm%': 0, 1206 'use_system_yasm%': 0,
1210 1207
1211 # Use system ICU instead of bundled one. 1208 # Use system ICU instead of bundled one.
1212 'use_system_icu%' : 0, 1209 'use_system_icu%' : 0,
1213 1210
1214 # Default to enabled PIE; this is important for ASLR but we may need to be 1211 # Default to enabled PIE; this is important for ASLR but we may need to be
(...skipping 4639 matching lines...) Expand 10 before | Expand all | Expand 10 after
5854 # settings in target dicts. SYMROOT is a special case, because many other 5851 # settings in target dicts. SYMROOT is a special case, because many other
5855 # Xcode variables depend on it, including variables such as 5852 # Xcode variables depend on it, including variables such as
5856 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5853 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5857 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5854 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5858 # files to appear (when present) in the UI as actual files and not red 5855 # files to appear (when present) in the UI as actual files and not red
5859 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5856 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5860 # and therefore SYMROOT, needs to be set at the project level. 5857 # and therefore SYMROOT, needs to be set at the project level.
5861 'SYMROOT': '<(DEPTH)/xcodebuild', 5858 'SYMROOT': '<(DEPTH)/xcodebuild',
5862 }, 5859 },
5863 } 5860 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698