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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 1241063003: Support Component Actions in the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per mfoltz@'s comments. Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 1a43127ae57eba9ccf7e1165b9fb87e0cb2bd6b1..20122d2f43a6f858d4ab3b431a11d54432d61558 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -709,10 +709,6 @@
'browser/extensions/extension_system_impl.h',
'browser/extensions/extension_tab_util.cc',
'browser/extensions/extension_tab_util.h',
- 'browser/extensions/extension_toolbar_model.cc',
- 'browser/extensions/extension_toolbar_model.h',
- 'browser/extensions/extension_toolbar_model_factory.cc',
- 'browser/extensions/extension_toolbar_model_factory.h',
'browser/extensions/extension_ui_util.cc',
'browser/extensions/extension_ui_util.h',
'browser/extensions/extension_uninstall_dialog.cc',
@@ -870,6 +866,10 @@
'browser/extensions/window_controller_list_observer.h',
'browser/extensions/zipfile_installer.cc',
'browser/extensions/zipfile_installer.h',
+ 'browser/ui/toolbar/toolbar_actions_model.cc',
+ 'browser/ui/toolbar/toolbar_actions_model.h',
+ 'browser/ui/toolbar/toolbar_actions_model_factory.cc',
+ 'browser/ui/toolbar/toolbar_actions_model_factory.h',
'browser/web_applications/update_shortcut_worker_win.cc',
'browser/web_applications/update_shortcut_worker_win.h',
'browser/web_applications/web_app.cc',

Powered by Google App Engine
This is Rietveld 408576698