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

Side by Side Diff: trunk/src/build/common.gypi

Issue 23766011: Revert 221380 "Use Finch to compare the performances of CLD1 and..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/build/all.gyp ('k') | trunk/src/chrome/chrome_common.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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 # Enable Google Now. 334 # Enable Google Now.
335 'enable_google_now%': 1, 335 'enable_google_now%': 1,
336 336
337 # Enable printing support and UI. This variable is used to configure 337 # Enable printing support and UI. This variable is used to configure
338 # which parts of printing will be built. 0 disables printing completely, 338 # which parts of printing will be built. 0 disables printing completely,
339 # 1 enables it fully, and 2 enables only the codepath to generate a 339 # 1 enables it fully, and 2 enables only the codepath to generate a
340 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud 340 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud
341 # print, UI, etc. 341 # print, UI, etc.
342 'enable_printing%': 1, 342 'enable_printing%': 1,
343 343
344 # Set the version of CLD.
345 # 0: Don't specify the version. This option is for the Finch testing.
346 # 1: Use only CLD1.
347 # 2: Use only CLD2.
348 'cld_version%': 0,
349
350 # Enable spell checker. 344 # Enable spell checker.
351 'enable_spellcheck%': 1, 345 'enable_spellcheck%': 1,
352 346
353 # Webrtc compilation is enabled by default. Set to 0 to disable. 347 # Webrtc compilation is enabled by default. Set to 0 to disable.
354 'enable_webrtc%': 1, 348 'enable_webrtc%': 1,
355 349
356 # Enables use of the session service, which is enabled by default. 350 # Enables use of the session service, which is enabled by default.
357 # Support for disabling depends on the platform. 351 # Support for disabling depends on the platform.
358 'enable_session_service%': 1, 352 'enable_session_service%': 1,
359 353
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'image_loader_extension%': 1, 503 'image_loader_extension%': 1,
510 }, { 504 }, {
511 'file_manager_extension%': 0, 505 'file_manager_extension%': 0,
512 'image_loader_extension%': 0, 506 'image_loader_extension%': 0,
513 }], 507 }],
514 508
515 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { 509 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', {
516 'enable_one_click_signin%': 1, 510 'enable_one_click_signin%': 1,
517 }], 511 }],
518 512
519 ['OS=="win"', {
520 'cld_version%': 1,
521 }],
522
523 ['OS=="android"', { 513 ['OS=="android"', {
524 'enable_automation%': 0, 514 'enable_automation%': 0,
525 'enable_extensions%': 0, 515 'enable_extensions%': 0,
526 'enable_google_now%': 0, 516 'enable_google_now%': 0,
527 'cld_version%': 1,
528 'enable_spellcheck%': 0, 517 'enable_spellcheck%': 0,
529 'enable_themes%': 0, 518 'enable_themes%': 0,
530 'remoting%': 0, 519 'remoting%': 0,
531 'arm_neon%': 0, 520 'arm_neon%': 0,
532 'arm_neon_optional%': 1, 521 'arm_neon_optional%': 1,
533 'native_discardable_memory%': 1, 522 'native_discardable_memory%': 1,
534 'native_memory_pressure_signals%': 1, 523 'native_memory_pressure_signals%': 1,
535 }], 524 }],
536 525
537 # Enable basic printing for Chrome for Android but disable printing 526 # Enable basic printing for Chrome for Android but disable printing
(...skipping 29 matching lines...) Expand all
567 ['OS=="android" and android_webview_build==1', { 556 ['OS=="android" and android_webview_build==1', {
568 'enable_webrtc%': 0, 557 'enable_webrtc%': 0,
569 }], 558 }],
570 559
571 ['OS=="ios"', { 560 ['OS=="ios"', {
572 'configuration_policy%': 0, 561 'configuration_policy%': 0,
573 'disable_ftp_support%': 1, 562 'disable_ftp_support%': 1,
574 'enable_automation%': 0, 563 'enable_automation%': 0,
575 'enable_extensions%': 0, 564 'enable_extensions%': 0,
576 'enable_google_now%': 0, 565 'enable_google_now%': 0,
577 'cld_version%': 1,
578 'enable_printing%': 0, 566 'enable_printing%': 0,
579 'enable_session_service%': 0, 567 'enable_session_service%': 0,
580 'enable_themes%': 0, 568 'enable_themes%': 0,
581 'enable_webrtc%': 0, 569 'enable_webrtc%': 0,
582 'notifications%': 0, 570 'notifications%': 0,
583 'remoting%': 0, 571 'remoting%': 0,
584 'safe_browsing%': 0, 572 'safe_browsing%': 0,
585 'enable_managed_users%': 0, 573 'enable_managed_users%': 0,
586 }], 574 }],
587 575
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 844 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
857 'linux_use_libgps%': '<(linux_use_libgps)', 845 'linux_use_libgps%': '<(linux_use_libgps)',
858 'use_canvas_skia%': '<(use_canvas_skia)', 846 'use_canvas_skia%': '<(use_canvas_skia)',
859 'test_isolation_mode%': '<(test_isolation_mode)', 847 'test_isolation_mode%': '<(test_isolation_mode)',
860 'test_isolation_outdir%': '<(test_isolation_outdir)', 848 'test_isolation_outdir%': '<(test_isolation_outdir)',
861 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', 849 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
862 'enable_automation%': '<(enable_automation)', 850 'enable_automation%': '<(enable_automation)',
863 'enable_printing%': '<(enable_printing)', 851 'enable_printing%': '<(enable_printing)',
864 'enable_spellcheck%': '<(enable_spellcheck)', 852 'enable_spellcheck%': '<(enable_spellcheck)',
865 'enable_google_now%': '<(enable_google_now)', 853 'enable_google_now%': '<(enable_google_now)',
866 'cld_version%': '<(cld_version)',
867 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 854 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
868 'disable_ftp_support%': '<(disable_ftp_support)', 855 'disable_ftp_support%': '<(disable_ftp_support)',
869 'enable_task_manager%': '<(enable_task_manager)', 856 'enable_task_manager%': '<(enable_task_manager)',
870 'sas_dll_path%': '<(sas_dll_path)', 857 'sas_dll_path%': '<(sas_dll_path)',
871 'wix_path%': '<(wix_path)', 858 'wix_path%': '<(wix_path)',
872 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 859 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
873 'use_system_libjpeg%': '<(use_system_libjpeg)', 860 'use_system_libjpeg%': '<(use_system_libjpeg)',
874 'android_webview_build%': '<(android_webview_build)', 861 'android_webview_build%': '<(android_webview_build)',
875 'gyp_managed_install%': 0, 862 'gyp_managed_install%': 0,
876 'create_standalone_apk%': 1, 863 'create_standalone_apk%': 1,
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
2278 }], 2265 }],
2279 ['enable_background==1', { 2266 ['enable_background==1', {
2280 'defines': ['ENABLE_BACKGROUND=1'], 2267 'defines': ['ENABLE_BACKGROUND=1'],
2281 }], 2268 }],
2282 ['enable_automation==1', { 2269 ['enable_automation==1', {
2283 'defines': ['ENABLE_AUTOMATION=1'], 2270 'defines': ['ENABLE_AUTOMATION=1'],
2284 }], 2271 }],
2285 ['enable_google_now==1', { 2272 ['enable_google_now==1', {
2286 'defines': ['ENABLE_GOOGLE_NOW=1'], 2273 'defines': ['ENABLE_GOOGLE_NOW=1'],
2287 }], 2274 }],
2288 ['cld_version!=0', {
2289 'defines': ['CLD_VERSION=<(cld_version)'],
2290 }],
2291 ['enable_printing==1', { 2275 ['enable_printing==1', {
2292 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], 2276 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
2293 }], 2277 }],
2294 ['enable_printing==2', { 2278 ['enable_printing==2', {
2295 'defines': ['ENABLE_PRINTING=1'], 2279 'defines': ['ENABLE_PRINTING=1'],
2296 }], 2280 }],
2297 ['enable_spellcheck==1', { 2281 ['enable_spellcheck==1', {
2298 'defines': ['ENABLE_SPELLCHECK=1'], 2282 'defines': ['ENABLE_SPELLCHECK=1'],
2299 }], 2283 }],
2300 ['enable_captive_portal_detection==1', { 2284 ['enable_captive_portal_detection==1', {
(...skipping 2420 matching lines...) Expand 10 before | Expand all | Expand 10 after
4721 # settings in target dicts. SYMROOT is a special case, because many other 4705 # settings in target dicts. SYMROOT is a special case, because many other
4722 # Xcode variables depend on it, including variables such as 4706 # Xcode variables depend on it, including variables such as
4723 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4707 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4724 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4708 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4725 # files to appear (when present) in the UI as actual files and not red 4709 # files to appear (when present) in the UI as actual files and not red
4726 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4710 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4727 # and therefore SYMROOT, needs to be set at the project level. 4711 # and therefore SYMROOT, needs to be set at the project level.
4728 'SYMROOT': '<(DEPTH)/xcodebuild', 4712 'SYMROOT': '<(DEPTH)/xcodebuild',
4729 }, 4713 },
4730 } 4714 }
OLDNEW
« no previous file with comments | « trunk/src/build/all.gyp ('k') | trunk/src/chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698