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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 75873002: [SiteChip] Add the basic painting of the site chip button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 'browser/ui/views/toolbar/browser_action_view.cc', 2081 'browser/ui/views/toolbar/browser_action_view.cc',
2082 'browser/ui/views/toolbar/browser_action_view.h', 2082 'browser/ui/views/toolbar/browser_action_view.h',
2083 'browser/ui/views/toolbar/browser_actions_container.cc', 2083 'browser/ui/views/toolbar/browser_actions_container.cc',
2084 'browser/ui/views/toolbar/browser_actions_container.h', 2084 'browser/ui/views/toolbar/browser_actions_container.h',
2085 'browser/ui/views/toolbar/button_dropdown.cc', 2085 'browser/ui/views/toolbar/button_dropdown.cc',
2086 'browser/ui/views/toolbar/button_dropdown.h', 2086 'browser/ui/views/toolbar/button_dropdown.h',
2087 'browser/ui/views/toolbar/home_button.cc', 2087 'browser/ui/views/toolbar/home_button.cc',
2088 'browser/ui/views/toolbar/home_button.h', 2088 'browser/ui/views/toolbar/home_button.h',
2089 'browser/ui/views/toolbar/reload_button.cc', 2089 'browser/ui/views/toolbar/reload_button.cc',
2090 'browser/ui/views/toolbar/reload_button.h', 2090 'browser/ui/views/toolbar/reload_button.h',
2091 'browser/ui/views/toolbar/site_chip_view.cc',
2092 'browser/ui/views/toolbar/site_chip_view.h',
2091 'browser/ui/views/toolbar/toolbar_button.cc', 2093 'browser/ui/views/toolbar/toolbar_button.cc',
2092 'browser/ui/views/toolbar/toolbar_button.h', 2094 'browser/ui/views/toolbar/toolbar_button.h',
2093 'browser/ui/views/toolbar/toolbar_view.cc', 2095 'browser/ui/views/toolbar/toolbar_view.cc',
2094 'browser/ui/views/toolbar/toolbar_view.h', 2096 'browser/ui/views/toolbar/toolbar_view.h',
2095 'browser/ui/views/toolbar/wrench_menu.cc', 2097 'browser/ui/views/toolbar/wrench_menu.cc',
2096 'browser/ui/views/toolbar/wrench_menu.h', 2098 'browser/ui/views/toolbar/wrench_menu.h',
2097 'browser/ui/views/toolbar/wrench_menu_observer.h', 2099 'browser/ui/views/toolbar/wrench_menu_observer.h',
2098 'browser/ui/views/toolbar/wrench_toolbar_button.cc', 2100 'browser/ui/views/toolbar/wrench_toolbar_button.cc',
2099 'browser/ui/views/toolbar/wrench_toolbar_button.h', 2101 'browser/ui/views/toolbar/wrench_toolbar_button.h',
2100 'browser/ui/views/top_level_widget_views.cc', 2102 'browser/ui/views/top_level_widget_views.cc',
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3317 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3318 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3320 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3319 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3320 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3321 ], 3323 ],
3322 }], 3324 }],
3323 ], 3325 ],
3324 }, 3326 },
3325 ], 3327 ],
3326 } 3328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698