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

Unified Diff: athena/athena.gyp

Issue 487843003: ExtensionDelegate to abstract extension implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps Created 6 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
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index f8ef9ccc98381f2d8357772e4fde925d53c46462..836f947d806d811a6ee23d0e137beef39009004d 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -103,6 +103,9 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../components/components.gyp:renderer_context_menu',
'../components/components.gyp:web_modal',
+ '../extensions/extensions.gyp:extensions_browser',
+ '../extensions/extensions.gyp:extensions_common',
+ '../extensions/shell/app_shell.gyp:app_shell_lib',
'../content/content.gyp:content_browser',
'../ui/app_list/app_list.gyp:app_list',
'../ui/keyboard/keyboard.gyp:keyboard',
@@ -133,6 +136,8 @@
'content/web_activity.cc',
'content/web_activity.h',
'content/web_contents_view_delegate_factory_impl.cc',
+ 'extensions/public/extensions_delegate.h',
+ 'extensions/extensions_delegate_impl.cc',
'virtual_keyboard/public/virtual_keyboard_manager.h',
'virtual_keyboard/virtual_keyboard_manager_impl.cc',
],
@@ -170,6 +175,7 @@
],
'sources': [
'content/public/app_content_control_delegate.h',
+ 'extensions/test/test_extensions_delegate.cc',
'test/athena_test_base.cc',
'test/athena_test_base.h',
'test/athena_test_helper.cc',
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698