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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1419603004: [Extensions Toolbar] Fix action pop out bug and views animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/extension_toolbar_menu_view.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 'browser/ui/toolbar/encoding_menu_controller.cc', 1718 'browser/ui/toolbar/encoding_menu_controller.cc',
1719 'browser/ui/toolbar/encoding_menu_controller.h', 1719 'browser/ui/toolbar/encoding_menu_controller.h',
1720 'browser/ui/toolbar/recent_tabs_sub_menu_model.cc', 1720 'browser/ui/toolbar/recent_tabs_sub_menu_model.cc',
1721 'browser/ui/toolbar/recent_tabs_sub_menu_model.h', 1721 'browser/ui/toolbar/recent_tabs_sub_menu_model.h',
1722 'browser/ui/toolbar/toolbar_action_view_controller.h', 1722 'browser/ui/toolbar/toolbar_action_view_controller.h',
1723 'browser/ui/toolbar/toolbar_action_view_delegate.h', 1723 'browser/ui/toolbar/toolbar_action_view_delegate.h',
1724 'browser/ui/toolbar/toolbar_actions_bar.cc', 1724 'browser/ui/toolbar/toolbar_actions_bar.cc',
1725 'browser/ui/toolbar/toolbar_actions_bar.h', 1725 'browser/ui/toolbar/toolbar_actions_bar.h',
1726 'browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h', 1726 'browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h',
1727 'browser/ui/toolbar/toolbar_actions_bar_delegate.h', 1727 'browser/ui/toolbar/toolbar_actions_bar_delegate.h',
1728 'browser/ui/toolbar/toolbar_actions_bar_observer.h',
1728 'browser/ui/toolbar/wrench_icon_painter.cc', 1729 'browser/ui/toolbar/wrench_icon_painter.cc',
1729 'browser/ui/toolbar/wrench_icon_painter.h', 1730 'browser/ui/toolbar/wrench_icon_painter.h',
1730 'browser/ui/toolbar/wrench_menu_badge_controller.cc', 1731 'browser/ui/toolbar/wrench_menu_badge_controller.cc',
1731 'browser/ui/toolbar/wrench_menu_badge_controller.h', 1732 'browser/ui/toolbar/wrench_menu_badge_controller.h',
1732 'browser/ui/toolbar/wrench_menu_model.cc', 1733 'browser/ui/toolbar/wrench_menu_model.cc',
1733 'browser/ui/toolbar/wrench_menu_model.h', 1734 'browser/ui/toolbar/wrench_menu_model.h',
1734 'browser/ui/translate/translate_bubble_factory.cc', 1735 'browser/ui/translate/translate_bubble_factory.cc',
1735 'browser/ui/translate/translate_bubble_factory.h', 1736 'browser/ui/translate/translate_bubble_factory.h',
1736 'browser/ui/uma_browsing_activity_observer.cc', 1737 'browser/ui/uma_browsing_activity_observer.cc',
1737 'browser/ui/uma_browsing_activity_observer.h', 1738 'browser/ui/uma_browsing_activity_observer.h',
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2378 'browser/ui/views/theme_image_mapper.h', 2379 'browser/ui/views/theme_image_mapper.h',
2379 'browser/ui/views/toolbar/app_menu.cc', 2380 'browser/ui/views/toolbar/app_menu.cc',
2380 'browser/ui/views/toolbar/app_menu.h', 2381 'browser/ui/views/toolbar/app_menu.h',
2381 'browser/ui/views/toolbar/app_menu_button.cc', 2382 'browser/ui/views/toolbar/app_menu_button.cc',
2382 'browser/ui/views/toolbar/app_menu_button.h', 2383 'browser/ui/views/toolbar/app_menu_button.h',
2383 'browser/ui/views/toolbar/app_menu_observer.h', 2384 'browser/ui/views/toolbar/app_menu_observer.h',
2384 'browser/ui/views/toolbar/back_button.cc', 2385 'browser/ui/views/toolbar/back_button.cc',
2385 'browser/ui/views/toolbar/back_button.h', 2386 'browser/ui/views/toolbar/back_button.h',
2386 'browser/ui/views/toolbar/browser_actions_container.cc', 2387 'browser/ui/views/toolbar/browser_actions_container.cc',
2387 'browser/ui/views/toolbar/browser_actions_container.h', 2388 'browser/ui/views/toolbar/browser_actions_container.h',
2388 'browser/ui/views/toolbar/browser_actions_container_observer.h',
2389 'browser/ui/views/toolbar/chevron_menu_button.cc', 2389 'browser/ui/views/toolbar/chevron_menu_button.cc',
2390 'browser/ui/views/toolbar/chevron_menu_button.h', 2390 'browser/ui/views/toolbar/chevron_menu_button.h',
2391 'browser/ui/views/toolbar/extension_toolbar_menu_view.cc', 2391 'browser/ui/views/toolbar/extension_toolbar_menu_view.cc',
2392 'browser/ui/views/toolbar/extension_toolbar_menu_view.h', 2392 'browser/ui/views/toolbar/extension_toolbar_menu_view.h',
2393 'browser/ui/views/toolbar/home_button.cc', 2393 'browser/ui/views/toolbar/home_button.cc',
2394 'browser/ui/views/toolbar/home_button.h', 2394 'browser/ui/views/toolbar/home_button.h',
2395 'browser/ui/views/toolbar/reload_button.cc', 2395 'browser/ui/views/toolbar/reload_button.cc',
2396 'browser/ui/views/toolbar/reload_button.h', 2396 'browser/ui/views/toolbar/reload_button.h',
2397 'browser/ui/views/toolbar/toolbar_action_view.cc', 2397 'browser/ui/views/toolbar/toolbar_action_view.cc',
2398 'browser/ui/views/toolbar/toolbar_action_view.h', 2398 'browser/ui/views/toolbar/toolbar_action_view.h',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 ], 3238 ],
3239 'sources': [ 3239 'sources': [
3240 '<@(chrome_browser_ui_non_mobile_sources)', 3240 '<@(chrome_browser_ui_non_mobile_sources)',
3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3242 ], 3242 ],
3243 }], 3243 }],
3244 ], 3244 ],
3245 }, 3245 },
3246 ], 3246 ],
3247 } 3247 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/extension_toolbar_menu_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698