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

Unified Diff: athena/main/athena_main.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 | « athena/main/athena_launcher.cc ('k') | athena/main/athena_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index b9a075f66179048421ffb6b80886a68d0c6c1c66..ca4129045f4da6ed48004cc93fa82a6bb18566e9 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -27,11 +27,9 @@
'../../components/components.gyp:infobars_test_support',
'../../components/components.gyp:omnibox',
'../../components/components.gyp:search_engines',
- '../../extensions/shell/app_shell.gyp:app_shell_lib',
'../../skia/skia.gyp:skia',
'../../ui/app_list/app_list.gyp:app_list',
'../../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
- '../../ui/keyboard/keyboard.gyp:keyboard',
'../../ui/native_theme/native_theme.gyp:native_theme',
'../../ui/views/views.gyp:views',
'../../url/url.gyp:url_lib',
@@ -40,8 +38,6 @@
'../..',
],
'sources': [
- 'athena_app_window_controller.cc',
- 'athena_app_window_controller.h',
'athena_launcher.cc',
'athena_launcher.h',
'debug/debug_window.cc',
@@ -60,12 +56,15 @@
'dependencies': [
'../../ui/accessibility/accessibility.gyp:ax_gen',
'../resources/athena_resources.gyp:athena_pak',
+ '../../extensions/shell/app_shell.gyp:app_shell_lib',
'athena_main_lib',
],
'include_dirs': [
'../..',
],
'sources': [
+ 'athena_app_window_controller.cc',
+ 'athena_app_window_controller.h',
'athena_main.cc',
],
}
« no previous file with comments | « athena/main/athena_launcher.cc ('k') | athena/main/athena_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698