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

Unified Diff: athena/main/athena_main.gyp

Issue 287163009: [Athena] minimum impl to add screen/background and test windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_main.cc ('k') | athena/main/placeholder.h » ('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 366e6bca00fb5f3bc201b18d38b7fbd2df67f615..4a96c7753d3e5d6bc9a386a408a643fa9a818094 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -11,13 +11,19 @@
'target_name': 'athena_main',
'type': 'executable',
'dependencies': [
+ '../athena.gyp:athena_lib',
'../../apps/shell/app_shell.gyp:app_shell_lib',
+ '../../skia/skia.gyp:skia',
+ '../../ui/accessibility/accessibility.gyp:ax_gen',
+ '../../ui/views/views.gyp:views',
],
'include_dirs': [
'../..',
],
'sources': [
'athena_main.cc',
+ 'placeholder.cc',
+ 'placeholder.h',
],
},
], # targets
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/placeholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698