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

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: 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
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index c4641a88493ddc162767f55bed4026fff587c83a..9eceb851315d8fe51c72ca82abb124cc99f81bb7 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -26,11 +26,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',
@@ -39,8 +37,6 @@
'../..',
],
'sources': [
- 'athena_app_window_controller.cc',
- 'athena_app_window_controller.h',
'athena_launcher.cc',
'athena_launcher.h',
'debug/debug_window.cc',
@@ -59,12 +55,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',
],
}

Powered by Google App Engine
This is Rietveld 408576698