| 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 'v8_optimized_debug%': 1, | 830 'v8_optimized_debug%': 1, |
| 831 }, { | 831 }, { |
| 832 'v8_optimized_debug%': 2, | 832 'v8_optimized_debug%': 2, |
| 833 }], | 833 }], |
| 834 | 834 |
| 835 # Disable various features by default on embedded. | 835 # Disable various features by default on embedded. |
| 836 ['embedded==1', { | 836 ['embedded==1', { |
| 837 'remoting%': 0, | 837 'remoting%': 0, |
| 838 'enable_printing%': 0, | 838 'enable_printing%': 0, |
| 839 }], | 839 }], |
| 840 | |
| 841 # By default, use ICU data file (icudtl.dat) on all platforms | |
| 842 # except when building Android WebView. | |
| 843 # TODO(jshin): Handle 'use_system_icu' on Linux (Chromium). | |
| 844 ['android_webview_build==0', { | |
| 845 'icu_use_data_file_flag%' : 1, | |
| 846 }, { | |
| 847 'icu_use_data_file_flag%' : 0, | |
| 848 }], | |
| 849 ], | 840 ], |
| 850 | 841 |
| 851 # Set this to 1 to enable use of concatenated impulse responses | 842 # Set this to 1 to enable use of concatenated impulse responses |
| 852 # for the HRTF panner in WebAudio. | 843 # for the HRTF panner in WebAudio. |
| 853 'use_concatenated_impulse_responses': 1, | 844 'use_concatenated_impulse_responses': 1, |
| 854 | 845 |
| 855 # You can set the variable 'use_official_google_api_keys' to 1 | 846 # You can set the variable 'use_official_google_api_keys' to 1 |
| 856 # to use the Google-internal file containing official API keys | 847 # to use the Google-internal file containing official API keys |
| 857 # for Google Chrome even in a developer build. Setting this | 848 # for Google Chrome even in a developer build. Setting this |
| 858 # variable explicitly to 1 will cause your build to fail if the | 849 # variable explicitly to 1 will cause your build to fail if the |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 991 'cld_version%': '<(cld_version)', | 982 'cld_version%': '<(cld_version)', |
| 992 'cld2_table_size%': '<(cld2_table_size)', | 983 'cld2_table_size%': '<(cld2_table_size)', |
| 993 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 984 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
| 994 'disable_ftp_support%': '<(disable_ftp_support)', | 985 'disable_ftp_support%': '<(disable_ftp_support)', |
| 995 'enable_task_manager%': '<(enable_task_manager)', | 986 'enable_task_manager%': '<(enable_task_manager)', |
| 996 'sas_dll_path%': '<(sas_dll_path)', | 987 'sas_dll_path%': '<(sas_dll_path)', |
| 997 'wix_path%': '<(wix_path)', | 988 'wix_path%': '<(wix_path)', |
| 998 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 989 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
| 999 'use_system_libjpeg%': '<(use_system_libjpeg)', | 990 'use_system_libjpeg%': '<(use_system_libjpeg)', |
| 1000 'android_webview_build%': '<(android_webview_build)', | 991 'android_webview_build%': '<(android_webview_build)', |
| 1001 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | |
| 1002 'gyp_managed_install%': 0, | 992 'gyp_managed_install%': 0, |
| 1003 'create_standalone_apk%': 1, | 993 'create_standalone_apk%': 1, |
| 1004 'enable_app_list%': '<(enable_app_list)', | 994 'enable_app_list%': '<(enable_app_list)', |
| 1005 'use_default_render_theme%': '<(use_default_render_theme)', | 995 'use_default_render_theme%': '<(use_default_render_theme)', |
| 1006 'enable_settings_app%': '<(enable_settings_app)', | 996 'enable_settings_app%': '<(enable_settings_app)', |
| 1007 'google_api_key%': '<(google_api_key)', | 997 'google_api_key%': '<(google_api_key)', |
| 1008 'google_default_client_id%': '<(google_default_client_id)', | 998 'google_default_client_id%': '<(google_default_client_id)', |
| 1009 'google_default_client_secret%': '<(google_default_client_secret)', | 999 'google_default_client_secret%': '<(google_default_client_secret)', |
| 1010 'enable_managed_users%': '<(enable_managed_users)', | 1000 'enable_managed_users%': '<(enable_managed_users)', |
| 1011 'native_discardable_memory%': '<(native_discardable_memory)', | 1001 'native_discardable_memory%': '<(native_discardable_memory)', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1294 | 1284 |
| 1295 # Use brlapi from brltty for braille display support. | 1285 # Use brlapi from brltty for braille display support. |
| 1296 'use_brlapi%': 0, | 1286 'use_brlapi%': 0, |
| 1297 | 1287 |
| 1298 # Relative path to icu.gyp from this file. | 1288 # Relative path to icu.gyp from this file. |
| 1299 'icu_gyp_path': '../third_party/icu/icu.gyp', | 1289 'icu_gyp_path': '../third_party/icu/icu.gyp', |
| 1300 | 1290 |
| 1301 # IPC fuzzer is disabled by default. | 1291 # IPC fuzzer is disabled by default. |
| 1302 'enable_ipc_fuzzer%': 0, | 1292 'enable_ipc_fuzzer%': 0, |
| 1303 | 1293 |
| 1294 # By default, use ICU data file (icudtl.dat) on all platforms. |
| 1295 # TODO(jshin): Handle 'use_system_icu' on Linux (Chromium). |
| 1296 'icu_use_data_file_flag%' : 1, |
| 1304 | 1297 |
| 1305 # Force disable libstdc++ debug mode. | 1298 # Force disable libstdc++ debug mode. |
| 1306 'disable_glibcxx_debug%': 0, | 1299 'disable_glibcxx_debug%': 0, |
| 1307 | 1300 |
| 1308 # Set to 1 to compile with the hole punching for the protected video. | 1301 # Set to 1 to compile with the hole punching for the protected video. |
| 1309 'video_hole%': 0, | 1302 'video_hole%': 0, |
| 1310 | 1303 |
| 1311 'conditions': [ | 1304 'conditions': [ |
| 1312 # Enable the Syzygy optimization step for the official builds. | 1305 # Enable the Syzygy optimization step for the official builds. |
| 1313 ['OS=="win" and buildtype=="Official" and syzyasan!=1', { | 1306 ['OS=="win" and buildtype=="Official" and syzyasan!=1', { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1377 | 1370 |
| 1378 # Omit unwind support in official release builds to save space. We | 1371 # Omit unwind support in official release builds to save space. We |
| 1379 # can use breakpad for these builds. | 1372 # can use breakpad for these builds. |
| 1380 'release_unwind_tables%': 0, | 1373 'release_unwind_tables%': 0, |
| 1381 }], | 1374 }], |
| 1382 ], | 1375 ], |
| 1383 }], # os_posix==1 and OS!="mac" and OS!="ios" | 1376 }], # os_posix==1 and OS!="mac" and OS!="ios" |
| 1384 ['OS=="ios"', { | 1377 ['OS=="ios"', { |
| 1385 'disable_nacl%': 1, | 1378 'disable_nacl%': 1, |
| 1386 'enable_background%': 0, | 1379 'enable_background%': 0, |
| 1387 'icu_use_data_file_flag%': 1, | |
| 1388 'input_speech%': 0, | 1380 'input_speech%': 0, |
| 1389 'use_system_libxml%': 1, | 1381 'use_system_libxml%': 1, |
| 1390 'use_system_sqlite%': 1, | 1382 'use_system_sqlite%': 1, |
| 1391 'locales==': [ | 1383 'locales==': [ |
| 1392 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'es-MX', | 1384 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'es-MX', |
| 1393 'fi', 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nb', | 1385 'fi', 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nb', |
| 1394 'nl', 'pl', 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', | 1386 'nl', 'pl', 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', |
| 1395 'vi', 'zh-CN', 'zh-TW', | 1387 'vi', 'zh-CN', 'zh-TW', |
| 1396 ], | 1388 ], |
| 1397 | 1389 |
| (...skipping 3717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5115 # settings in target dicts. SYMROOT is a special case, because many other | 5107 # settings in target dicts. SYMROOT is a special case, because many other |
| 5116 # Xcode variables depend on it, including variables such as | 5108 # Xcode variables depend on it, including variables such as |
| 5117 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5109 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 5118 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5110 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 5119 # files to appear (when present) in the UI as actual files and not red | 5111 # files to appear (when present) in the UI as actual files and not red |
| 5120 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5112 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 5121 # and therefore SYMROOT, needs to be set at the project level. | 5113 # and therefore SYMROOT, needs to be set at the project level. |
| 5122 'SYMROOT': '<(DEPTH)/xcodebuild', | 5114 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 5123 }, | 5115 }, |
| 5124 } | 5116 } |
| OLD | NEW |