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

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: tweaks 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
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 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 'browser/ui/views/tabs/tab_strip_controller.h', 2096 'browser/ui/views/tabs/tab_strip_controller.h',
2097 'browser/ui/views/task_manager_view.cc', 2097 'browser/ui/views/task_manager_view.cc',
2098 'browser/ui/views/theme_image_mapper.cc', 2098 'browser/ui/views/theme_image_mapper.cc',
2099 'browser/ui/views/theme_image_mapper.h', 2099 'browser/ui/views/theme_image_mapper.h',
2100 'browser/ui/views/theme_image_mapper_aura_win.cc', 2100 'browser/ui/views/theme_image_mapper_aura_win.cc',
2101 'browser/ui/views/toolbar/browser_action_test_util_views.cc', 2101 'browser/ui/views/toolbar/browser_action_test_util_views.cc',
2102 'browser/ui/views/toolbar/browser_action_view.cc', 2102 'browser/ui/views/toolbar/browser_action_view.cc',
2103 'browser/ui/views/toolbar/browser_action_view.h', 2103 'browser/ui/views/toolbar/browser_action_view.h',
2104 'browser/ui/views/toolbar/browser_actions_container.cc', 2104 'browser/ui/views/toolbar/browser_actions_container.cc',
2105 'browser/ui/views/toolbar/browser_actions_container.h', 2105 'browser/ui/views/toolbar/browser_actions_container.h',
2106 'browser/ui/views/toolbar/button_dropdown.cc',
2107 'browser/ui/views/toolbar/button_dropdown.h',
2108 'browser/ui/views/toolbar/home_button.cc', 2106 'browser/ui/views/toolbar/home_button.cc',
2109 'browser/ui/views/toolbar/home_button.h', 2107 'browser/ui/views/toolbar/home_button.h',
2110 'browser/ui/views/toolbar/reload_button.cc', 2108 'browser/ui/views/toolbar/reload_button.cc',
2111 'browser/ui/views/toolbar/reload_button.h', 2109 'browser/ui/views/toolbar/reload_button.h',
2110 'browser/ui/views/toolbar/toolbar_button.cc',
2111 'browser/ui/views/toolbar/toolbar_button.h',
2112 'browser/ui/views/toolbar/toolbar_view.cc', 2112 'browser/ui/views/toolbar/toolbar_view.cc',
2113 'browser/ui/views/toolbar/toolbar_view.h', 2113 'browser/ui/views/toolbar/toolbar_view.h',
2114 'browser/ui/views/toolbar/wrench_menu.cc', 2114 'browser/ui/views/toolbar/wrench_menu.cc',
2115 'browser/ui/views/toolbar/wrench_menu.h', 2115 'browser/ui/views/toolbar/wrench_menu.h',
2116 'browser/ui/views/toolbar/wrench_menu_observer.h', 2116 'browser/ui/views/toolbar/wrench_menu_observer.h',
2117 'browser/ui/views/toolbar/wrench_toolbar_button.cc', 2117 'browser/ui/views/toolbar/wrench_toolbar_button.cc',
2118 'browser/ui/views/toolbar/wrench_toolbar_button.h', 2118 'browser/ui/views/toolbar/wrench_toolbar_button.h',
2119 'browser/ui/views/top_level_widget_views.cc', 2119 'browser/ui/views/top_level_widget_views.cc',
2120 'browser/ui/views/touch_uma/touch_uma.h', 2120 'browser/ui/views/touch_uma/touch_uma.h',
2121 'browser/ui/views/translate/translate_bubble_view.cc', 2121 'browser/ui/views/translate/translate_bubble_view.cc',
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
3341 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3341 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3342 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3342 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3343 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3343 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3344 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3344 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3345 ], 3345 ],
3346 }], 3346 }],
3347 ], 3347 ],
3348 }, 3348 },
3349 ], 3349 ],
3350 } 3350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698