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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ], | 1010 ], |
1011 | 1011 |
| 1012 # WebVR support disabled until platform implementations have been added |
| 1013 'enable_webvr%': 0, |
| 1014 |
1012 # Setting this to '0' will cause V8's startup snapshot to be | 1015 # Setting this to '0' will cause V8's startup snapshot to be |
1013 # embedded in the binary instead of being a external files. | 1016 # embedded in the binary instead of being a external files. |
1014 'v8_use_external_startup_data%': 1, | 1017 'v8_use_external_startup_data%': 1, |
1015 | 1018 |
1016 # Set this to 1 to enable use of concatenated impulse responses | 1019 # Set this to 1 to enable use of concatenated impulse responses |
1017 # for the HRTF panner in WebAudio. | 1020 # for the HRTF panner in WebAudio. |
1018 'use_concatenated_impulse_responses': 1, | 1021 'use_concatenated_impulse_responses': 1, |
1019 | 1022 |
1020 # You can set the variable 'use_official_google_api_keys' to 1 | 1023 # You can set the variable 'use_official_google_api_keys' to 1 |
1021 # to use the Google-internal file containing official API keys | 1024 # to use the Google-internal file containing official API keys |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 'gomadir%': '<(gomadir)', | 1218 'gomadir%': '<(gomadir)', |
1216 'use_lto%': '<(use_lto)', | 1219 'use_lto%': '<(use_lto)', |
1217 'use_lto_o2%': '<(use_lto_o2)', | 1220 'use_lto_o2%': '<(use_lto_o2)', |
1218 'video_hole%': '<(video_hole)', | 1221 'video_hole%': '<(video_hole)', |
1219 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', | 1222 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', |
1220 'cfi_vptr%': '<(cfi_vptr)', | 1223 'cfi_vptr%': '<(cfi_vptr)', |
1221 'cfi_blacklist%': '<(cfi_blacklist)', | 1224 'cfi_blacklist%': '<(cfi_blacklist)', |
1222 'mac_views_browser%': '<(mac_views_browser)', | 1225 'mac_views_browser%': '<(mac_views_browser)', |
1223 'android_app_version_name%': '<(android_app_version_name)', | 1226 'android_app_version_name%': '<(android_app_version_name)', |
1224 'android_app_version_code%': '<(android_app_version_code)', | 1227 'android_app_version_code%': '<(android_app_version_code)', |
| 1228 'enable_webvr%': '<(enable_webvr)', |
1225 | 1229 |
1226 # Turns on compiler optimizations in V8 in Debug build. | 1230 # Turns on compiler optimizations in V8 in Debug build. |
1227 'v8_optimized_debug%': 1, | 1231 'v8_optimized_debug%': 1, |
1228 | 1232 |
1229 # Use system protobuf instead of bundled one. | 1233 # Use system protobuf instead of bundled one. |
1230 'use_system_protobuf%': 0, | 1234 'use_system_protobuf%': 0, |
1231 | 1235 |
1232 # Use system yasm instead of bundled one. | 1236 # Use system yasm instead of bundled one. |
1233 'use_system_yasm%': 0, | 1237 'use_system_yasm%': 0, |
1234 | 1238 |
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3016 }], | 3020 }], |
3017 ['enable_ipc_fuzzer==1', { | 3021 ['enable_ipc_fuzzer==1', { |
3018 'defines': ['ENABLE_IPC_FUZZER=1'], | 3022 'defines': ['ENABLE_IPC_FUZZER=1'], |
3019 }], | 3023 }], |
3020 ['video_hole==1', { | 3024 ['video_hole==1', { |
3021 'defines': ['VIDEO_HOLE=1'], | 3025 'defines': ['VIDEO_HOLE=1'], |
3022 }], | 3026 }], |
3023 ['v8_use_external_startup_data==1', { | 3027 ['v8_use_external_startup_data==1', { |
3024 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'], | 3028 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'], |
3025 }], | 3029 }], |
| 3030 ['enable_webvr==1', { |
| 3031 'defines': ['ENABLE_WEBVR'], |
| 3032 }], |
3026 | 3033 |
3027 # SAFE_BROWSING_SERVICE - browser manages a safe-browsing service. | 3034 # SAFE_BROWSING_SERVICE - browser manages a safe-browsing service. |
3028 # SAFE_BROWSING_DB_LOCAL - service manages a local database. | 3035 # SAFE_BROWSING_DB_LOCAL - service manages a local database. |
3029 # SAFE_BROWSING_DB_REMOTE - service talks via API to a database | 3036 # SAFE_BROWSING_DB_REMOTE - service talks via API to a database |
3030 # SAFE_BROWSING_CSD - enable client-side phishing detection. | 3037 # SAFE_BROWSING_CSD - enable client-side phishing detection. |
3031 ['safe_browsing==1', { | 3038 ['safe_browsing==1', { |
3032 'defines': [ | 3039 'defines': [ |
3033 # TODO(nparker): Remove existing uses of FULL_SAFE_BROWSING | 3040 # TODO(nparker): Remove existing uses of FULL_SAFE_BROWSING |
3034 'FULL_SAFE_BROWSING', | 3041 'FULL_SAFE_BROWSING', |
3035 'SAFE_BROWSING_CSD', | 3042 'SAFE_BROWSING_CSD', |
(...skipping 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6186 # settings in target dicts. SYMROOT is a special case, because many other | 6193 # settings in target dicts. SYMROOT is a special case, because many other |
6187 # Xcode variables depend on it, including variables such as | 6194 # Xcode variables depend on it, including variables such as |
6188 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6195 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6189 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6196 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6190 # files to appear (when present) in the UI as actual files and not red | 6197 # files to appear (when present) in the UI as actual files and not red |
6191 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6198 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6192 # and therefore SYMROOT, needs to be set at the project level. | 6199 # and therefore SYMROOT, needs to be set at the project level. |
6193 'SYMROOT': '<(DEPTH)/xcodebuild', | 6200 'SYMROOT': '<(DEPTH)/xcodebuild', |
6194 }, | 6201 }, |
6195 } | 6202 } |
OLD | NEW |