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

Side by Side Diff: build/common.gypi

Issue 1198513003: Revert "Adding Chrome-side WebVR interface and Cardboard implementation" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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 | « no previous file | 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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/a md64', 1000 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/a md64',
1001 }, { 1001 }, {
1002 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x 86', 1002 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x 86',
1003 }], 1003 }],
1004 1004
1005 ['sysroot!=""', { 1005 ['sysroot!=""', {
1006 'pkg-config': '<(chroot_cmd) <(DEPTH)/build/linux/pkg-config-wrapper " <(sysroot)" "<(target_arch)" "<(system_libdir)"', 1006 'pkg-config': '<(chroot_cmd) <(DEPTH)/build/linux/pkg-config-wrapper " <(sysroot)" "<(target_arch)" "<(system_libdir)"',
1007 }, { 1007 }, {
1008 'pkg-config': 'pkg-config' 1008 'pkg-config': 'pkg-config'
1009 }], 1009 }],
1010
1011 # Enable WebVR support by default on Android
1012 # Still requires command line flag to access API
1013 ['OS=="android"', {
1014 'enable_webvr%': 1,
1015 }, {
1016 'enable_webvr%': 0,
1017 }],
1018 ], 1010 ],
1019 1011
1020 # Setting this to '0' will cause V8's startup snapshot to be 1012 # Setting this to '0' will cause V8's startup snapshot to be
1021 # embedded in the binary instead of being a external files. 1013 # embedded in the binary instead of being a external files.
1022 'v8_use_external_startup_data%': 1, 1014 'v8_use_external_startup_data%': 1,
1023 1015
1024 # Set this to 1 to enable use of concatenated impulse responses 1016 # Set this to 1 to enable use of concatenated impulse responses
1025 # for the HRTF panner in WebAudio. 1017 # for the HRTF panner in WebAudio.
1026 'use_concatenated_impulse_responses': 1, 1018 'use_concatenated_impulse_responses': 1,
1027 1019
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 'gomadir%': '<(gomadir)', 1215 'gomadir%': '<(gomadir)',
1224 'use_lto%': '<(use_lto)', 1216 'use_lto%': '<(use_lto)',
1225 'use_lto_o2%': '<(use_lto_o2)', 1217 'use_lto_o2%': '<(use_lto_o2)',
1226 'video_hole%': '<(video_hole)', 1218 'video_hole%': '<(video_hole)',
1227 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', 1219 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)',
1228 'cfi_vptr%': '<(cfi_vptr)', 1220 'cfi_vptr%': '<(cfi_vptr)',
1229 'cfi_blacklist%': '<(cfi_blacklist)', 1221 'cfi_blacklist%': '<(cfi_blacklist)',
1230 'mac_views_browser%': '<(mac_views_browser)', 1222 'mac_views_browser%': '<(mac_views_browser)',
1231 'android_app_version_name%': '<(android_app_version_name)', 1223 'android_app_version_name%': '<(android_app_version_name)',
1232 'android_app_version_code%': '<(android_app_version_code)', 1224 'android_app_version_code%': '<(android_app_version_code)',
1233 'enable_webvr%': '<(enable_webvr)',
1234 1225
1235 # Turns on compiler optimizations in V8 in Debug build. 1226 # Turns on compiler optimizations in V8 in Debug build.
1236 'v8_optimized_debug%': 1, 1227 'v8_optimized_debug%': 1,
1237 1228
1238 # Use system protobuf instead of bundled one. 1229 # Use system protobuf instead of bundled one.
1239 'use_system_protobuf%': 0, 1230 'use_system_protobuf%': 0,
1240 1231
1241 # Use system yasm instead of bundled one. 1232 # Use system yasm instead of bundled one.
1242 'use_system_yasm%': 0, 1233 'use_system_yasm%': 0,
1243 1234
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
3025 }], 3016 }],
3026 ['enable_ipc_fuzzer==1', { 3017 ['enable_ipc_fuzzer==1', {
3027 'defines': ['ENABLE_IPC_FUZZER=1'], 3018 'defines': ['ENABLE_IPC_FUZZER=1'],
3028 }], 3019 }],
3029 ['video_hole==1', { 3020 ['video_hole==1', {
3030 'defines': ['VIDEO_HOLE=1'], 3021 'defines': ['VIDEO_HOLE=1'],
3031 }], 3022 }],
3032 ['v8_use_external_startup_data==1', { 3023 ['v8_use_external_startup_data==1', {
3033 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'], 3024 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'],
3034 }], 3025 }],
3035 ['enable_webvr==1', {
3036 'defines': ['ENABLE_WEBVR'],
3037 }],
3038 3026
3039 # SAFE_BROWSING_SERVICE - browser manages a safe-browsing service. 3027 # SAFE_BROWSING_SERVICE - browser manages a safe-browsing service.
3040 # SAFE_BROWSING_DB_LOCAL - service manages a local database. 3028 # SAFE_BROWSING_DB_LOCAL - service manages a local database.
3041 # SAFE_BROWSING_DB_REMOTE - service talks via API to a database 3029 # SAFE_BROWSING_DB_REMOTE - service talks via API to a database
3042 # SAFE_BROWSING_CSD - enable client-side phishing detection. 3030 # SAFE_BROWSING_CSD - enable client-side phishing detection.
3043 ['safe_browsing==1', { 3031 ['safe_browsing==1', {
3044 'defines': [ 3032 'defines': [
3045 # TODO(nparker): Remove existing uses of FULL_SAFE_BROWSING 3033 # TODO(nparker): Remove existing uses of FULL_SAFE_BROWSING
3046 'FULL_SAFE_BROWSING', 3034 'FULL_SAFE_BROWSING',
3047 'SAFE_BROWSING_CSD', 3035 'SAFE_BROWSING_CSD',
(...skipping 3151 matching lines...) Expand 10 before | Expand all | Expand 10 after
6199 # settings in target dicts. SYMROOT is a special case, because many other 6187 # settings in target dicts. SYMROOT is a special case, because many other
6200 # Xcode variables depend on it, including variables such as 6188 # Xcode variables depend on it, including variables such as
6201 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6189 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6202 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6190 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6203 # files to appear (when present) in the UI as actual files and not red 6191 # files to appear (when present) in the UI as actual files and not red
6204 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6192 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6205 # and therefore SYMROOT, needs to be set at the project level. 6193 # and therefore SYMROOT, needs to be set at the project level.
6206 'SYMROOT': '<(DEPTH)/xcodebuild', 6194 'SYMROOT': '<(DEPTH)/xcodebuild',
6207 }, 6195 },
6208 } 6196 }
OLDNEW
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698