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 |