| 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 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 994 # Turn on JNI generation optimizations on non-WebView builds. | 994 # Turn on JNI generation optimizations on non-WebView builds. |
| 995 ['OS=="android" and android_webview_build==0', { | 995 ['OS=="android" and android_webview_build==0', { |
| 996 'optimize_jni_generation%': 1, | 996 'optimize_jni_generation%': 1, |
| 997 }, { | 997 }, { |
| 998 'optimize_jni_generation%': 0, | 998 'optimize_jni_generation%': 0, |
| 999 }], | 999 }], |
| 1000 | 1000 |
| 1001 # TODO(baixo): Enable v8_use_external_startup_data | 1001 # TODO(baixo): Enable v8_use_external_startup_data |
| 1002 # http://crbug.com/421063 | 1002 # http://crbug.com/421063 |
| 1003 ['android_webview_build==0 and android_webview_telemetry_build==0 and ch
romecast==0 and chromeos==0 and (OS=="android" or OS=="linux" or OS=="mac")', { | 1003 ['android_webview_build==0 and android_webview_telemetry_build==0 and ch
romecast==0 and chromeos==0 and (OS=="android" or OS=="linux" or OS=="mac")', { |
| 1004 'v8_use_external_startup_data': 1, | 1004 'v8_use_external_startup_data%': 1, |
| 1005 }, { | 1005 }, { |
| 1006 'v8_use_external_startup_data': 0, | 1006 'v8_use_external_startup_data%': 0, |
| 1007 }], | 1007 }], |
| 1008 ], | 1008 ], |
| 1009 | 1009 |
| 1010 # Set this to 1 to enable use of concatenated impulse responses | 1010 # Set this to 1 to enable use of concatenated impulse responses |
| 1011 # for the HRTF panner in WebAudio. | 1011 # for the HRTF panner in WebAudio. |
| 1012 'use_concatenated_impulse_responses': 1, | 1012 'use_concatenated_impulse_responses': 1, |
| 1013 | 1013 |
| 1014 # You can set the variable 'use_official_google_api_keys' to 1 | 1014 # You can set the variable 'use_official_google_api_keys' to 1 |
| 1015 # to use the Google-internal file containing official API keys | 1015 # to use the Google-internal file containing official API keys |
| 1016 # for Google Chrome even in a developer build. Setting this | 1016 # for Google Chrome even in a developer build. Setting this |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1200 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)
', | 1200 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)
', |
| 1201 'v8_optimized_debug%': '<(v8_optimized_debug)', | 1201 'v8_optimized_debug%': '<(v8_optimized_debug)', |
| 1202 'proprietary_codecs%': '<(proprietary_codecs)', | 1202 'proprietary_codecs%': '<(proprietary_codecs)', |
| 1203 'use_goma%': '<(use_goma)', | 1203 'use_goma%': '<(use_goma)', |
| 1204 'gomadir%': '<(gomadir)', | 1204 'gomadir%': '<(gomadir)', |
| 1205 'use_lto%': '<(use_lto)', | 1205 'use_lto%': '<(use_lto)', |
| 1206 'use_lto_o2%': '<(use_lto_o2)', | 1206 'use_lto_o2%': '<(use_lto_o2)', |
| 1207 'video_hole%': '<(video_hole)', | 1207 'video_hole%': '<(video_hole)', |
| 1208 'enable_load_completion_hacks%': '<(enable_load_completion_hacks)', | 1208 'enable_load_completion_hacks%': '<(enable_load_completion_hacks)', |
| 1209 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', | 1209 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', |
| 1210 'v8_use_external_startup_data': '<(v8_use_external_startup_data)', | 1210 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', |
| 1211 | 1211 |
| 1212 # Whether or not we are building the Athena shell. | 1212 # Whether or not we are building the Athena shell. |
| 1213 'use_athena%': '0', | 1213 'use_athena%': '0', |
| 1214 | 1214 |
| 1215 # Use system protobuf instead of bundled one. | 1215 # Use system protobuf instead of bundled one. |
| 1216 'use_system_protobuf%': 0, | 1216 'use_system_protobuf%': 0, |
| 1217 | 1217 |
| 1218 # Use system yasm instead of bundled one. | 1218 # Use system yasm instead of bundled one. |
| 1219 'use_system_yasm%': 0, | 1219 'use_system_yasm%': 0, |
| 1220 | 1220 |
| (...skipping 4616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5837 # settings in target dicts. SYMROOT is a special case, because many other | 5837 # settings in target dicts. SYMROOT is a special case, because many other |
| 5838 # Xcode variables depend on it, including variables such as | 5838 # Xcode variables depend on it, including variables such as |
| 5839 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5839 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 5840 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5840 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 5841 # files to appear (when present) in the UI as actual files and not red | 5841 # files to appear (when present) in the UI as actual files and not red |
| 5842 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5842 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 5843 # and therefore SYMROOT, needs to be set at the project level. | 5843 # and therefore SYMROOT, needs to be set at the project level. |
| 5844 'SYMROOT': '<(DEPTH)/xcodebuild', | 5844 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 5845 }, | 5845 }, |
| 5846 } | 5846 } |
| OLD | NEW |