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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 19471005: Add custom default theme support and create a managed user default theme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't call NotifyThemeChanged if not ready. Created 7 years, 4 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 | « chrome/browser/ui/gtk/gtk_theme_service.cc ('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 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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'browser/managed_mode/managed_user_registration_service.cc', 936 'browser/managed_mode/managed_user_registration_service.cc',
937 'browser/managed_mode/managed_user_registration_service.h', 937 'browser/managed_mode/managed_user_registration_service.h',
938 'browser/managed_mode/managed_user_registration_service_factory.cc', 938 'browser/managed_mode/managed_user_registration_service_factory.cc',
939 'browser/managed_mode/managed_user_registration_service_factory.h', 939 'browser/managed_mode/managed_user_registration_service_factory.h',
940 'browser/managed_mode/managed_user_service.cc', 940 'browser/managed_mode/managed_user_service.cc',
941 'browser/managed_mode/managed_user_service.h', 941 'browser/managed_mode/managed_user_service.h',
942 'browser/managed_mode/managed_user_service_factory.cc', 942 'browser/managed_mode/managed_user_service_factory.cc',
943 'browser/managed_mode/managed_user_service_factory.h', 943 'browser/managed_mode/managed_user_service_factory.h',
944 'browser/managed_mode/managed_user_refresh_token_fetcher.cc', 944 'browser/managed_mode/managed_user_refresh_token_fetcher.cc',
945 'browser/managed_mode/managed_user_refresh_token_fetcher.h', 945 'browser/managed_mode/managed_user_refresh_token_fetcher.h',
946 'browser/managed_mode/managed_user_theme.cc',
947 'browser/managed_mode/managed_user_theme.h',
946 'browser/media/audio_stream_indicator.cc', 948 'browser/media/audio_stream_indicator.cc',
947 'browser/media/audio_stream_indicator.h', 949 'browser/media/audio_stream_indicator.h',
948 'browser/media/media_capture_devices_dispatcher.cc', 950 'browser/media/media_capture_devices_dispatcher.cc',
949 'browser/media/media_capture_devices_dispatcher.h', 951 'browser/media/media_capture_devices_dispatcher.h',
950 'browser/media/media_stream_capture_indicator.cc', 952 'browser/media/media_stream_capture_indicator.cc',
951 'browser/media/media_stream_capture_indicator.h', 953 'browser/media/media_stream_capture_indicator.h',
952 'browser/media/media_stream_devices_controller.cc', 954 'browser/media/media_stream_devices_controller.cc',
953 'browser/media/media_stream_devices_controller.h', 955 'browser/media/media_stream_devices_controller.h',
954 'browser/media/media_stream_infobar_delegate.cc', 956 'browser/media/media_stream_infobar_delegate.cc',
955 'browser/media/media_stream_infobar_delegate.h', 957 'browser/media/media_stream_infobar_delegate.h',
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2202 'browser/task_manager/task_manager_util.cc', 2204 'browser/task_manager/task_manager_util.cc',
2203 'browser/task_manager/task_manager_util.h', 2205 'browser/task_manager/task_manager_util.h',
2204 'browser/task_manager/worker_resource_provider.cc', 2206 'browser/task_manager/worker_resource_provider.cc',
2205 'browser/task_manager/worker_resource_provider.h', 2207 'browser/task_manager/worker_resource_provider.h',
2206 'browser/task_profiler/auto_tracking.cc', 2208 'browser/task_profiler/auto_tracking.cc',
2207 'browser/task_profiler/auto_tracking.h', 2209 'browser/task_profiler/auto_tracking.h',
2208 'browser/task_profiler/task_profiler_data_serializer.cc', 2210 'browser/task_profiler/task_profiler_data_serializer.cc',
2209 'browser/task_profiler/task_profiler_data_serializer.h', 2211 'browser/task_profiler/task_profiler_data_serializer.h',
2210 'browser/themes/browser_theme_pack.cc', 2212 'browser/themes/browser_theme_pack.cc',
2211 'browser/themes/browser_theme_pack.h', 2213 'browser/themes/browser_theme_pack.h',
2214 'browser/themes/custom_theme_supplier.cc',
2215 'browser/themes/custom_theme_supplier.h',
2212 'browser/themes/theme_properties.cc', 2216 'browser/themes/theme_properties.cc',
2213 'browser/themes/theme_properties.h', 2217 'browser/themes/theme_properties.h',
2214 'browser/themes/theme_service.cc', 2218 'browser/themes/theme_service.cc',
2215 'browser/themes/theme_service_factory.cc', 2219 'browser/themes/theme_service_factory.cc',
2216 'browser/themes/theme_service_factory.h', 2220 'browser/themes/theme_service_factory.h',
2217 'browser/themes/theme_service.h', 2221 'browser/themes/theme_service.h',
2218 'browser/themes/theme_service_aurax11.cc', 2222 'browser/themes/theme_service_aurax11.cc',
2219 'browser/themes/theme_service_aurax11.h', 2223 'browser/themes/theme_service_aurax11.h',
2220 'browser/themes/theme_service_gtk.cc', 2224 'browser/themes/theme_service_gtk.cc',
2221 'browser/themes/theme_service_mac.mm', 2225 'browser/themes/theme_service_mac.mm',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3348 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3349 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3350 }, 3354 },
3351 'includes': [ '../build/android/java_cpp_template.gypi' ], 3355 'includes': [ '../build/android/java_cpp_template.gypi' ],
3352 }, 3356 },
3353 ], 3357 ],
3354 }, 3358 },
3355 ], 3359 ],
3356 ], 3360 ],
3357 } 3361 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/gtk_theme_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698