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

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: overriding Created 7 years 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/views/toolbar/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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_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 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 'browser/ui/views/tabs/tab_controller.h', 2098 'browser/ui/views/tabs/tab_controller.h',
2099 'browser/ui/views/tabs/tab_drag_controller.cc', 2099 'browser/ui/views/tabs/tab_drag_controller.cc',
2100 'browser/ui/views/tabs/tab_drag_controller.h', 2100 'browser/ui/views/tabs/tab_drag_controller.h',
2101 'browser/ui/views/tabs/tab_strip.cc', 2101 'browser/ui/views/tabs/tab_strip.cc',
2102 'browser/ui/views/tabs/tab_strip.h', 2102 'browser/ui/views/tabs/tab_strip.h',
2103 'browser/ui/views/tabs/tab_strip_controller.h', 2103 'browser/ui/views/tabs/tab_strip_controller.h',
2104 'browser/ui/views/task_manager_view.cc', 2104 'browser/ui/views/task_manager_view.cc',
2105 'browser/ui/views/theme_image_mapper.cc', 2105 'browser/ui/views/theme_image_mapper.cc',
2106 'browser/ui/views/theme_image_mapper.h', 2106 'browser/ui/views/theme_image_mapper.h',
2107 'browser/ui/views/theme_image_mapper_aura_win.cc', 2107 'browser/ui/views/theme_image_mapper_aura_win.cc',
2108 'browser/ui/views/toolbar/back_button.cc',
2109 'browser/ui/views/toolbar/back_button.h',
2108 'browser/ui/views/toolbar/browser_action_test_util_views.cc', 2110 'browser/ui/views/toolbar/browser_action_test_util_views.cc',
2109 'browser/ui/views/toolbar/browser_action_view.cc', 2111 'browser/ui/views/toolbar/browser_action_view.cc',
2110 'browser/ui/views/toolbar/browser_action_view.h', 2112 'browser/ui/views/toolbar/browser_action_view.h',
2111 'browser/ui/views/toolbar/browser_actions_container.cc', 2113 'browser/ui/views/toolbar/browser_actions_container.cc',
2112 'browser/ui/views/toolbar/browser_actions_container.h', 2114 'browser/ui/views/toolbar/browser_actions_container.h',
2113 'browser/ui/views/toolbar/button_dropdown.cc',
2114 'browser/ui/views/toolbar/button_dropdown.h',
2115 'browser/ui/views/toolbar/home_button.cc', 2115 'browser/ui/views/toolbar/home_button.cc',
2116 'browser/ui/views/toolbar/home_button.h', 2116 'browser/ui/views/toolbar/home_button.h',
2117 'browser/ui/views/toolbar/reload_button.cc', 2117 'browser/ui/views/toolbar/reload_button.cc',
2118 'browser/ui/views/toolbar/reload_button.h', 2118 'browser/ui/views/toolbar/reload_button.h',
2119 'browser/ui/views/toolbar/toolbar_button.cc',
2120 'browser/ui/views/toolbar/toolbar_button.h',
2119 'browser/ui/views/toolbar/toolbar_view.cc', 2121 'browser/ui/views/toolbar/toolbar_view.cc',
2120 'browser/ui/views/toolbar/toolbar_view.h', 2122 'browser/ui/views/toolbar/toolbar_view.h',
2121 'browser/ui/views/toolbar/wrench_menu.cc', 2123 'browser/ui/views/toolbar/wrench_menu.cc',
2122 'browser/ui/views/toolbar/wrench_menu.h', 2124 'browser/ui/views/toolbar/wrench_menu.h',
2123 'browser/ui/views/toolbar/wrench_menu_observer.h', 2125 'browser/ui/views/toolbar/wrench_menu_observer.h',
2124 'browser/ui/views/toolbar/wrench_toolbar_button.cc', 2126 'browser/ui/views/toolbar/wrench_toolbar_button.cc',
2125 'browser/ui/views/toolbar/wrench_toolbar_button.h', 2127 'browser/ui/views/toolbar/wrench_toolbar_button.h',
2126 'browser/ui/views/top_level_widget_views.cc', 2128 'browser/ui/views/top_level_widget_views.cc',
2127 'browser/ui/views/touch_uma/touch_uma.h', 2129 'browser/ui/views/touch_uma/touch_uma.h',
2128 'browser/ui/views/translate/translate_bubble_view.cc', 2130 'browser/ui/views/translate/translate_bubble_view.cc',
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3347 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3346 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3348 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3349 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3348 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3350 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3349 ], 3351 ],
3350 }], 3352 }],
3351 ], 3353 ],
3352 }, 3354 },
3353 ], 3355 ],
3354 } 3356 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698