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

Side by Side Diff: build/common.gypi

Issue 1839803002: Remove net & url small, iOS ICU alternatives, unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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 | components/cronet.gypi » ('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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 600
601 # Enables used resource whitelist generation; disabled by default. 601 # Enables used resource whitelist generation; disabled by default.
602 'enable_resource_whitelist_generation%': 0, 602 'enable_resource_whitelist_generation%': 0,
603 603
604 # Enable FILE support by default. 604 # Enable FILE support by default.
605 'disable_file_support%': 0, 605 'disable_file_support%': 0,
606 606
607 # Enable FTP support by default. 607 # Enable FTP support by default.
608 'disable_ftp_support%': 0, 608 'disable_ftp_support%': 0,
609 609
610 # Do not use the platform ICU alternatives by default.
611 'use_platform_icu_alternatives%': 0,
612
613 # Do not disable brotli filter by default.
614 'disable_brotli_filter%': 0,
615
610 # Use of precompiled headers on Windows. 616 # Use of precompiled headers on Windows.
611 # 617 #
612 # This variable may be explicitly set to 1 (enabled) or 0 618 # This variable may be explicitly set to 1 (enabled) or 0
613 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. 619 # (disabled) in ~/.gyp/include.gypi or via the GYP command line.
614 # This setting will override the default. 620 # This setting will override the default.
615 # 621 #
616 # See 622 # See
617 # https://chromium.googlesource.com/chromium/src/+/master/docs/windows_pre compiled_headers.md 623 # https://chromium.googlesource.com/chromium/src/+/master/docs/windows_pre compiled_headers.md
618 # for details. 624 # for details.
619 'chromium_win_pch%': 0, 625 'chromium_win_pch%': 0,
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 'test_isolation_mode%': '<(test_isolation_mode)', 1269 'test_isolation_mode%': '<(test_isolation_mode)',
1264 'enable_basic_printing%': '<(enable_basic_printing)', 1270 'enable_basic_printing%': '<(enable_basic_printing)',
1265 'enable_print_preview%': '<(enable_print_preview)', 1271 'enable_print_preview%': '<(enable_print_preview)',
1266 'enable_spellcheck%': '<(enable_spellcheck)', 1272 'enable_spellcheck%': '<(enable_spellcheck)',
1267 'use_browser_spellchecker%': '<(use_browser_spellchecker)', 1273 'use_browser_spellchecker%': '<(use_browser_spellchecker)',
1268 'cld_version%': '<(cld_version)', 1274 'cld_version%': '<(cld_version)',
1269 'cld2_table_size%': '<(cld2_table_size)', 1275 'cld2_table_size%': '<(cld2_table_size)',
1270 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1276 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1271 'disable_file_support%': '<(disable_file_support)', 1277 'disable_file_support%': '<(disable_file_support)',
1272 'disable_ftp_support%': '<(disable_ftp_support)', 1278 'disable_ftp_support%': '<(disable_ftp_support)',
1279 'use_platform_icu_alternatives%': '<(use_platform_icu_alternatives)',
1280 'disable_brotli_filter%': '<(disable_brotli_filter)',
1273 'enable_task_manager%': '<(enable_task_manager)', 1281 'enable_task_manager%': '<(enable_task_manager)',
1274 'sas_dll_path%': '<(sas_dll_path)', 1282 'sas_dll_path%': '<(sas_dll_path)',
1275 'wix_path%': '<(wix_path)', 1283 'wix_path%': '<(wix_path)',
1276 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 1284 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
1277 'use_system_libjpeg%': '<(use_system_libjpeg)', 1285 'use_system_libjpeg%': '<(use_system_libjpeg)',
1278 'android_channel%': '<(android_channel)', 1286 'android_channel%': '<(android_channel)',
1279 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', 1287 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
1280 'gyp_managed_install%': 0, 1288 'gyp_managed_install%': 0,
1281 'create_standalone_apk%': 1, 1289 'create_standalone_apk%': 1,
1282 'enable_app_list%': '<(enable_app_list)', 1290 'enable_app_list%': '<(enable_app_list)',
(...skipping 5049 matching lines...) Expand 10 before | Expand all | Expand 10 after
6332 # settings in target dicts. SYMROOT is a special case, because many other 6340 # settings in target dicts. SYMROOT is a special case, because many other
6333 # Xcode variables depend on it, including variables such as 6341 # Xcode variables depend on it, including variables such as
6334 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6342 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6335 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6343 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6336 # files to appear (when present) in the UI as actual files and not red 6344 # files to appear (when present) in the UI as actual files and not red
6337 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6345 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6338 # and therefore SYMROOT, needs to be set at the project level. 6346 # and therefore SYMROOT, needs to be set at the project level.
6339 'SYMROOT': '<(DEPTH)/xcodebuild', 6347 'SYMROOT': '<(DEPTH)/xcodebuild',
6340 }, 6348 },
6341 } 6349 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698