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

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: Rebase. Created 5 years, 5 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 77f2c891fa51afe59127df43f3fcf8fad321bb55..205d506c6f8b49948ff242d068477a2ce6cfb813 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -697,10 +697,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',
@@ -858,6 +854,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