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

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: Address review comments. 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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'browser/managed_mode/managed_user_registration_service.cc', 933 'browser/managed_mode/managed_user_registration_service.cc',
934 'browser/managed_mode/managed_user_registration_service.h', 934 'browser/managed_mode/managed_user_registration_service.h',
935 'browser/managed_mode/managed_user_registration_service_factory.cc', 935 'browser/managed_mode/managed_user_registration_service_factory.cc',
936 'browser/managed_mode/managed_user_registration_service_factory.h', 936 'browser/managed_mode/managed_user_registration_service_factory.h',
937 'browser/managed_mode/managed_user_service.cc', 937 'browser/managed_mode/managed_user_service.cc',
938 'browser/managed_mode/managed_user_service.h', 938 'browser/managed_mode/managed_user_service.h',
939 'browser/managed_mode/managed_user_service_factory.cc', 939 'browser/managed_mode/managed_user_service_factory.cc',
940 'browser/managed_mode/managed_user_service_factory.h', 940 'browser/managed_mode/managed_user_service_factory.h',
941 'browser/managed_mode/managed_user_refresh_token_fetcher.cc', 941 'browser/managed_mode/managed_user_refresh_token_fetcher.cc',
942 'browser/managed_mode/managed_user_refresh_token_fetcher.h', 942 'browser/managed_mode/managed_user_refresh_token_fetcher.h',
943 'browser/managed_mode/managed_user_theme.cc',
944 'browser/managed_mode/managed_user_theme.h',
943 'browser/media/audio_stream_indicator.cc', 945 'browser/media/audio_stream_indicator.cc',
944 'browser/media/audio_stream_indicator.h', 946 'browser/media/audio_stream_indicator.h',
945 'browser/media/media_capture_devices_dispatcher.cc', 947 'browser/media/media_capture_devices_dispatcher.cc',
946 'browser/media/media_capture_devices_dispatcher.h', 948 'browser/media/media_capture_devices_dispatcher.h',
947 'browser/media/media_stream_capture_indicator.cc', 949 'browser/media/media_stream_capture_indicator.cc',
948 'browser/media/media_stream_capture_indicator.h', 950 'browser/media/media_stream_capture_indicator.h',
949 'browser/media/media_stream_devices_controller.cc', 951 'browser/media/media_stream_devices_controller.cc',
950 'browser/media/media_stream_devices_controller.h', 952 'browser/media/media_stream_devices_controller.h',
951 'browser/media/media_stream_infobar_delegate.cc', 953 'browser/media/media_stream_infobar_delegate.cc',
952 'browser/media/media_stream_infobar_delegate.h', 954 'browser/media/media_stream_infobar_delegate.h',
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 'browser/task_manager/task_manager_util.cc', 2194 'browser/task_manager/task_manager_util.cc',
2193 'browser/task_manager/task_manager_util.h', 2195 'browser/task_manager/task_manager_util.h',
2194 'browser/task_manager/worker_resource_provider.cc', 2196 'browser/task_manager/worker_resource_provider.cc',
2195 'browser/task_manager/worker_resource_provider.h', 2197 'browser/task_manager/worker_resource_provider.h',
2196 'browser/task_profiler/auto_tracking.cc', 2198 'browser/task_profiler/auto_tracking.cc',
2197 'browser/task_profiler/auto_tracking.h', 2199 'browser/task_profiler/auto_tracking.h',
2198 'browser/task_profiler/task_profiler_data_serializer.cc', 2200 'browser/task_profiler/task_profiler_data_serializer.cc',
2199 'browser/task_profiler/task_profiler_data_serializer.h', 2201 'browser/task_profiler/task_profiler_data_serializer.h',
2200 'browser/themes/browser_theme_pack.cc', 2202 'browser/themes/browser_theme_pack.cc',
2201 'browser/themes/browser_theme_pack.h', 2203 'browser/themes/browser_theme_pack.h',
2204 'browser/themes/custom_theme_supplier.cc',
2205 'browser/themes/custom_theme_supplier.h',
2202 'browser/themes/theme_properties.cc', 2206 'browser/themes/theme_properties.cc',
2203 'browser/themes/theme_properties.h', 2207 'browser/themes/theme_properties.h',
2204 'browser/themes/theme_service.cc', 2208 'browser/themes/theme_service.cc',
2205 'browser/themes/theme_service_factory.cc', 2209 'browser/themes/theme_service_factory.cc',
2206 'browser/themes/theme_service_factory.h', 2210 'browser/themes/theme_service_factory.h',
2207 'browser/themes/theme_service.h', 2211 'browser/themes/theme_service.h',
2208 'browser/themes/theme_service_aurax11.cc', 2212 'browser/themes/theme_service_aurax11.cc',
2209 'browser/themes/theme_service_aurax11.h', 2213 'browser/themes/theme_service_aurax11.h',
2210 'browser/themes/theme_service_gtk.cc', 2214 'browser/themes/theme_service_gtk.cc',
2211 'browser/themes/theme_service_mac.mm', 2215 'browser/themes/theme_service_mac.mm',
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3344 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3345 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3342 }, 3346 },
3343 'includes': [ '../build/android/java_cpp_template.gypi' ], 3347 'includes': [ '../build/android/java_cpp_template.gypi' ],
3344 }, 3348 },
3345 ], 3349 ],
3346 }, 3350 },
3347 ], 3351 ],
3348 ], 3352 ],
3349 } 3353 }
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