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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 62873007: [Toolbar] Base toolbar button class with background images for button states (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Graphics from UI. Created 7 years, 1 month 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 'browser/ui/views/theme_image_mapper_aura_win.cc', 2083 'browser/ui/views/theme_image_mapper_aura_win.cc',
2084 'browser/ui/views/toolbar/browser_action_test_util_views.cc', 2084 'browser/ui/views/toolbar/browser_action_test_util_views.cc',
2085 'browser/ui/views/toolbar/browser_action_view.cc', 2085 'browser/ui/views/toolbar/browser_action_view.cc',
2086 'browser/ui/views/toolbar/browser_action_view.h', 2086 'browser/ui/views/toolbar/browser_action_view.h',
2087 'browser/ui/views/toolbar/browser_actions_container.cc', 2087 'browser/ui/views/toolbar/browser_actions_container.cc',
2088 'browser/ui/views/toolbar/browser_actions_container.h', 2088 'browser/ui/views/toolbar/browser_actions_container.h',
2089 'browser/ui/views/toolbar/home_button.cc', 2089 'browser/ui/views/toolbar/home_button.cc',
2090 'browser/ui/views/toolbar/home_button.h', 2090 'browser/ui/views/toolbar/home_button.h',
2091 'browser/ui/views/toolbar/reload_button.cc', 2091 'browser/ui/views/toolbar/reload_button.cc',
2092 'browser/ui/views/toolbar/reload_button.h', 2092 'browser/ui/views/toolbar/reload_button.h',
2093 'browser/ui/views/toolbar/site_chip_view.cc',
2094 'browser/ui/views/toolbar/site_chip_view.h',
2095 'browser/ui/views/toolbar/toolbar_button.cc',
2096 'browser/ui/views/toolbar/toolbar_button.h',
2093 'browser/ui/views/toolbar/toolbar_view.cc', 2097 'browser/ui/views/toolbar/toolbar_view.cc',
2094 'browser/ui/views/toolbar/toolbar_view.h', 2098 'browser/ui/views/toolbar/toolbar_view.h',
2095 'browser/ui/views/toolbar/wrench_menu.cc', 2099 'browser/ui/views/toolbar/wrench_menu.cc',
2096 'browser/ui/views/toolbar/wrench_menu.h', 2100 'browser/ui/views/toolbar/wrench_menu.h',
2097 'browser/ui/views/toolbar/wrench_menu_observer.h', 2101 'browser/ui/views/toolbar/wrench_menu_observer.h',
2098 'browser/ui/views/toolbar/wrench_toolbar_button.cc', 2102 'browser/ui/views/toolbar/wrench_toolbar_button.cc',
2099 'browser/ui/views/toolbar/wrench_toolbar_button.h', 2103 'browser/ui/views/toolbar/wrench_toolbar_button.h',
2100 'browser/ui/views/top_level_widget_views.cc', 2104 'browser/ui/views/top_level_widget_views.cc',
2101 'browser/ui/views/touch_uma/touch_uma.h', 2105 'browser/ui/views/touch_uma/touch_uma.h',
2102 'browser/ui/views/translate/translate_bubble_view.cc', 2106 'browser/ui/views/translate/translate_bubble_view.cc',
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3323 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3320 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3324 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3325 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3326 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3323 ], 3327 ],
3324 }], 3328 }],
3325 ], 3329 ],
3326 }, 3330 },
3327 ], 3331 ],
3328 } 3332 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698