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

Side by Side Diff: build/common.gypi

Issue 16544004: Add use_spring_wallpaper flag for Spring default wallpaper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « ash/resources/ash_wallpaper_resources.grd ('k') | no next file » | 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 # Support for disabling depends on the platform. 340 # Support for disabling depends on the platform.
341 'enable_session_service%': 1, 341 'enable_session_service%': 1,
342 342
343 # Enables theme support, which is enabled by default. Support for 343 # Enables theme support, which is enabled by default. Support for
344 # disabling depends on the platform. 344 # disabling depends on the platform.
345 'enable_themes%': 1, 345 'enable_themes%': 1,
346 346
347 # Enables autofill dialog and associated features; disabled by default. 347 # Enables autofill dialog and associated features; disabled by default.
348 'enable_autofill_dialog%' : 0, 348 'enable_autofill_dialog%' : 0,
349 349
350 # Uses spring wallpaper resources on Spring.
351 'use_spring_wallpaper%': 0,
352
350 # Uses OEM-specific wallpaper resources on Chrome OS. 353 # Uses OEM-specific wallpaper resources on Chrome OS.
351 'use_oem_wallpaper%': 0, 354 'use_oem_wallpaper%': 0,
352 355
353 # Enables support for background apps. 356 # Enables support for background apps.
354 'enable_background%': 1, 357 'enable_background%': 1,
355 358
356 # Enable the task manager by default. 359 # Enable the task manager by default.
357 'enable_task_manager%': 1, 360 'enable_task_manager%': 1,
358 361
359 # Enable FTP support by default. 362 # Enable FTP support by default.
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'tsan_blacklist%': '<(tsan_blacklist)', 788 'tsan_blacklist%': '<(tsan_blacklist)',
786 'clang_type_profiler%': '<(clang_type_profiler)', 789 'clang_type_profiler%': '<(clang_type_profiler)',
787 'order_profiling%': '<(order_profiling)', 790 'order_profiling%': '<(order_profiling)',
788 'order_text_section%': '<(order_text_section)', 791 'order_text_section%': '<(order_text_section)',
789 'enable_extensions%': '<(enable_extensions)', 792 'enable_extensions%': '<(enable_extensions)',
790 'enable_plugin_installation%': '<(enable_plugin_installation)', 793 'enable_plugin_installation%': '<(enable_plugin_installation)',
791 'enable_plugins%': '<(enable_plugins)', 794 'enable_plugins%': '<(enable_plugins)',
792 'enable_session_service%': '<(enable_session_service)', 795 'enable_session_service%': '<(enable_session_service)',
793 'enable_themes%': '<(enable_themes)', 796 'enable_themes%': '<(enable_themes)',
794 'enable_autofill_dialog%': '<(enable_autofill_dialog)', 797 'enable_autofill_dialog%': '<(enable_autofill_dialog)',
798 'use_spring_wallpaper%': '<(use_spring_wallpaper)',
795 'use_oem_wallpaper%': '<(use_oem_wallpaper)', 799 'use_oem_wallpaper%': '<(use_oem_wallpaper)',
796 'enable_background%': '<(enable_background)', 800 'enable_background%': '<(enable_background)',
797 'linux_use_gold_binary%': '<(linux_use_gold_binary)', 801 'linux_use_gold_binary%': '<(linux_use_gold_binary)',
798 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 802 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
799 'linux_use_libgps%': '<(linux_use_libgps)', 803 'linux_use_libgps%': '<(linux_use_libgps)',
800 'use_canvas_skia%': '<(use_canvas_skia)', 804 'use_canvas_skia%': '<(use_canvas_skia)',
801 'test_isolation_mode%': '<(test_isolation_mode)', 805 'test_isolation_mode%': '<(test_isolation_mode)',
802 'test_isolation_outdir%': '<(test_isolation_outdir)', 806 'test_isolation_outdir%': '<(test_isolation_outdir)',
803 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', 807 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
804 'enable_automation%': '<(enable_automation)', 808 'enable_automation%': '<(enable_automation)',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 }], 1540 }],
1537 ['enable_extensions==1', { 1541 ['enable_extensions==1', {
1538 'grit_defines': ['-D', 'enable_extensions'], 1542 'grit_defines': ['-D', 'enable_extensions'],
1539 }], 1543 }],
1540 ['enable_printing==1', { 1544 ['enable_printing==1', {
1541 'grit_defines': ['-D', 'enable_printing'], 1545 'grit_defines': ['-D', 'enable_printing'],
1542 }], 1546 }],
1543 ['enable_themes==1', { 1547 ['enable_themes==1', {
1544 'grit_defines': ['-D', 'enable_themes'], 1548 'grit_defines': ['-D', 'enable_themes'],
1545 }], 1549 }],
1550 ['use_spring_wallpaper==1', {
1551 'grit_defines': ['-D', 'use_spring_wallpaper'],
1552 }],
1546 ['use_oem_wallpaper==1', { 1553 ['use_oem_wallpaper==1', {
1547 'grit_defines': ['-D', 'use_oem_wallpaper'], 1554 'grit_defines': ['-D', 'use_oem_wallpaper'],
1548 }], 1555 }],
1549 ['enable_app_list==1', { 1556 ['enable_app_list==1', {
1550 'grit_defines': ['-D', 'enable_app_list'], 1557 'grit_defines': ['-D', 'enable_app_list'],
1551 }], 1558 }],
1552 ['enable_settings_app==1', { 1559 ['enable_settings_app==1', {
1553 'grit_defines': ['-D', 'enable_settings_app'], 1560 'grit_defines': ['-D', 'enable_settings_app'],
1554 }], 1561 }],
1555 ['enable_google_now==1', { 1562 ['enable_google_now==1', {
(...skipping 2963 matching lines...) Expand 10 before | Expand all | Expand 10 after
4519 # settings in target dicts. SYMROOT is a special case, because many other 4526 # settings in target dicts. SYMROOT is a special case, because many other
4520 # Xcode variables depend on it, including variables such as 4527 # Xcode variables depend on it, including variables such as
4521 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4528 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4522 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4529 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4523 # files to appear (when present) in the UI as actual files and not red 4530 # files to appear (when present) in the UI as actual files and not red
4524 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4531 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4525 # and therefore SYMROOT, needs to be set at the project level. 4532 # and therefore SYMROOT, needs to be set at the project level.
4526 'SYMROOT': '<(DEPTH)/xcodebuild', 4533 'SYMROOT': '<(DEPTH)/xcodebuild',
4527 }, 4534 },
4528 } 4535 }
OLDNEW
« no previous file with comments | « ash/resources/ash_wallpaper_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698