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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17494005: linux_aura: Three fixes for switching themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2201 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 'browser/task_profiler/task_profiler_data_serializer.cc', 2212 'browser/task_profiler/task_profiler_data_serializer.cc',
2213 'browser/task_profiler/task_profiler_data_serializer.h', 2213 'browser/task_profiler/task_profiler_data_serializer.h',
2214 'browser/themes/browser_theme_pack.cc', 2214 'browser/themes/browser_theme_pack.cc',
2215 'browser/themes/browser_theme_pack.h', 2215 'browser/themes/browser_theme_pack.h',
2216 'browser/themes/theme_properties.cc', 2216 'browser/themes/theme_properties.cc',
2217 'browser/themes/theme_properties.h', 2217 'browser/themes/theme_properties.h',
2218 'browser/themes/theme_service.cc', 2218 'browser/themes/theme_service.cc',
2219 'browser/themes/theme_service_factory.cc', 2219 'browser/themes/theme_service_factory.cc',
2220 'browser/themes/theme_service_factory.h', 2220 'browser/themes/theme_service_factory.h',
2221 'browser/themes/theme_service.h', 2221 'browser/themes/theme_service.h',
2222 'browser/themes/theme_service_aurax11.cc',
2223 'browser/themes/theme_service_aurax11.h',
2222 'browser/themes/theme_service_gtk.cc', 2224 'browser/themes/theme_service_gtk.cc',
2223 'browser/themes/theme_service_mac.mm', 2225 'browser/themes/theme_service_mac.mm',
2224 'browser/themes/theme_syncable_service.cc', 2226 'browser/themes/theme_syncable_service.cc',
2225 'browser/themes/theme_syncable_service.h', 2227 'browser/themes/theme_syncable_service.h',
2226 'browser/three_d_api_observer.cc', 2228 'browser/three_d_api_observer.cc',
2227 'browser/three_d_api_observer.h', 2229 'browser/three_d_api_observer.h',
2228 'browser/thumbnails/content_analysis.cc', 2230 'browser/thumbnails/content_analysis.cc',
2229 'browser/thumbnails/content_analysis.h', 2231 'browser/thumbnails/content_analysis.h',
2230 'browser/thumbnails/content_based_thumbnailing_algorithm.cc', 2232 'browser/thumbnails/content_based_thumbnailing_algorithm.cc',
2231 'browser/thumbnails/content_based_thumbnailing_algorithm.h', 2233 'browser/thumbnails/content_based_thumbnailing_algorithm.h',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
2659 'browser/policy/cloud/user_policy_signin_service_factory.cc', 2661 'browser/policy/cloud/user_policy_signin_service_factory.cc',
2660 'browser/policy/cloud/user_policy_signin_service_factory.h', 2662 'browser/policy/cloud/user_policy_signin_service_factory.h',
2661 'browser/screensaver_window_finder_x11.cc', 2663 'browser/screensaver_window_finder_x11.cc',
2662 'browser/screensaver_window_finder_x11.h', 2664 'browser/screensaver_window_finder_x11.h',
2663 'browser/signin/signin_manager.cc', 2665 'browser/signin/signin_manager.cc',
2664 'browser/speech/tts_linux.cc', 2666 'browser/speech/tts_linux.cc',
2665 'browser/storage_monitor/mtab_watcher_linux.cc', 2667 'browser/storage_monitor/mtab_watcher_linux.cc',
2666 'browser/storage_monitor/mtab_watcher_linux.h', 2668 'browser/storage_monitor/mtab_watcher_linux.h',
2667 'browser/storage_monitor/storage_monitor_linux.cc', 2669 'browser/storage_monitor/storage_monitor_linux.cc',
2668 'browser/storage_monitor/storage_monitor_linux.h', 2670 'browser/storage_monitor/storage_monitor_linux.h',
2671 'browser/themes/theme_service_aurax11.cc',
Evan Stade 2013/06/20 22:24:35 [...]aura_x11.cc?
Elliot Glaysher 2013/06/21 17:58:45 No, aurax11 is the proper suffix that is filtered
2672 'browser/themes/theme_service_aurax11.h',
2669 'browser/ui/webui/help/version_updater_basic.cc', 2673 'browser/ui/webui/help/version_updater_basic.cc',
2670 'browser/ui/webui/help/version_updater_basic.h', 2674 'browser/ui/webui/help/version_updater_basic.h',
2671 'browser/upgrade_detector_impl.cc', 2675 'browser/upgrade_detector_impl.cc',
2672 'browser/upgrade_detector_impl.h', 2676 'browser/upgrade_detector_impl.h',
2673 ], 2677 ],
2674 }], 2678 }],
2675 ['use_cups==1', { 2679 ['use_cups==1', {
2676 'dependencies': [ 2680 'dependencies': [
2677 '../printing/printing.gyp:cups', 2681 '../printing/printing.gyp:cups',
2678 ], 2682 ],
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3311 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3312 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3309 }, 3313 },
3310 'includes': [ '../build/android/java_cpp_template.gypi' ], 3314 'includes': [ '../build/android/java_cpp_template.gypi' ],
3311 }, 3315 },
3312 ], 3316 ],
3313 }, 3317 },
3314 ], 3318 ],
3315 ], 3319 ],
3316 } 3320 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698