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

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: Define color constant for label background. Created 7 years, 5 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 'browser/managed_mode/managed_user_registration_service.cc', 938 'browser/managed_mode/managed_user_registration_service.cc',
939 'browser/managed_mode/managed_user_registration_service.h', 939 'browser/managed_mode/managed_user_registration_service.h',
940 'browser/managed_mode/managed_user_registration_service_factory.cc', 940 'browser/managed_mode/managed_user_registration_service_factory.cc',
941 'browser/managed_mode/managed_user_registration_service_factory.h', 941 'browser/managed_mode/managed_user_registration_service_factory.h',
942 'browser/managed_mode/managed_user_service.cc', 942 'browser/managed_mode/managed_user_service.cc',
943 'browser/managed_mode/managed_user_service.h', 943 'browser/managed_mode/managed_user_service.h',
944 'browser/managed_mode/managed_user_service_factory.cc', 944 'browser/managed_mode/managed_user_service_factory.cc',
945 'browser/managed_mode/managed_user_service_factory.h', 945 'browser/managed_mode/managed_user_service_factory.h',
946 'browser/managed_mode/managed_user_refresh_token_fetcher.cc', 946 'browser/managed_mode/managed_user_refresh_token_fetcher.cc',
947 'browser/managed_mode/managed_user_refresh_token_fetcher.h', 947 'browser/managed_mode/managed_user_refresh_token_fetcher.h',
948 'browser/managed_mode/managed_user_theme.cc',
949 'browser/managed_mode/managed_user_theme.h',
948 'browser/media/audio_stream_indicator.cc', 950 'browser/media/audio_stream_indicator.cc',
949 'browser/media/audio_stream_indicator.h', 951 'browser/media/audio_stream_indicator.h',
950 'browser/media/media_capture_devices_dispatcher.cc', 952 'browser/media/media_capture_devices_dispatcher.cc',
951 'browser/media/media_capture_devices_dispatcher.h', 953 'browser/media/media_capture_devices_dispatcher.h',
952 'browser/media/media_stream_capture_indicator.cc', 954 'browser/media/media_stream_capture_indicator.cc',
953 'browser/media/media_stream_capture_indicator.h', 955 'browser/media/media_stream_capture_indicator.h',
954 'browser/media/media_stream_devices_controller.cc', 956 'browser/media/media_stream_devices_controller.cc',
955 'browser/media/media_stream_devices_controller.h', 957 'browser/media/media_stream_devices_controller.h',
956 'browser/media/media_stream_infobar_delegate.cc', 958 'browser/media/media_stream_infobar_delegate.cc',
957 'browser/media/media_stream_infobar_delegate.h', 959 'browser/media/media_stream_infobar_delegate.h',
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 'browser/task_manager/task_manager_util.cc', 2200 'browser/task_manager/task_manager_util.cc',
2199 'browser/task_manager/task_manager_util.h', 2201 'browser/task_manager/task_manager_util.h',
2200 'browser/task_manager/worker_resource_provider.cc', 2202 'browser/task_manager/worker_resource_provider.cc',
2201 'browser/task_manager/worker_resource_provider.h', 2203 'browser/task_manager/worker_resource_provider.h',
2202 'browser/task_profiler/auto_tracking.cc', 2204 'browser/task_profiler/auto_tracking.cc',
2203 'browser/task_profiler/auto_tracking.h', 2205 'browser/task_profiler/auto_tracking.h',
2204 'browser/task_profiler/task_profiler_data_serializer.cc', 2206 'browser/task_profiler/task_profiler_data_serializer.cc',
2205 'browser/task_profiler/task_profiler_data_serializer.h', 2207 'browser/task_profiler/task_profiler_data_serializer.h',
2206 'browser/themes/browser_theme_pack.cc', 2208 'browser/themes/browser_theme_pack.cc',
2207 'browser/themes/browser_theme_pack.h', 2209 'browser/themes/browser_theme_pack.h',
2210 'browser/themes/custom_theme_supplier.cc',
2211 'browser/themes/custom_theme_supplier.h',
2208 'browser/themes/theme_properties.cc', 2212 'browser/themes/theme_properties.cc',
2209 'browser/themes/theme_properties.h', 2213 'browser/themes/theme_properties.h',
2210 'browser/themes/theme_service.cc', 2214 'browser/themes/theme_service.cc',
2211 'browser/themes/theme_service_factory.cc', 2215 'browser/themes/theme_service_factory.cc',
2212 'browser/themes/theme_service_factory.h', 2216 'browser/themes/theme_service_factory.h',
2213 'browser/themes/theme_service.h', 2217 'browser/themes/theme_service.h',
2214 'browser/themes/theme_service_aurax11.cc', 2218 'browser/themes/theme_service_aurax11.cc',
2215 'browser/themes/theme_service_aurax11.h', 2219 'browser/themes/theme_service_aurax11.h',
2216 'browser/themes/theme_service_gtk.cc', 2220 'browser/themes/theme_service_gtk.cc',
2217 'browser/themes/theme_service_mac.mm', 2221 'browser/themes/theme_service_mac.mm',
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3351 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3348 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3352 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3349 }, 3353 },
3350 'includes': [ '../build/android/java_cpp_template.gypi' ], 3354 'includes': [ '../build/android/java_cpp_template.gypi' ],
3351 }, 3355 },
3352 ], 3356 ],
3353 }, 3357 },
3354 ], 3358 ],
3355 ], 3359 ],
3356 } 3360 }
OLDNEW
« chrome/browser/ui/gtk/gtk_theme_service.cc ('K') | « 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