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

Unified Diff: athena/athena.gyp

Issue 485183002: introduced athena_main_lib (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp cleanup 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/main/athena_launcher.h » ('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 da4bd4d7555280ed30fac33dfd61c2c446b32dba..2ccd3b5aa8faf4709680c664e90686f7fd330ac4 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -151,10 +151,6 @@
'resources/athena_resources.gyp:athena_resources',
],
'sources': [
- 'main/athena_launcher.cc',
- 'main/athena_launcher.h',
- 'main/placeholder.cc',
- 'main/placeholder.h',
'test/athena_test_base.cc',
'test/athena_test_base.h',
'test/athena_test_helper.cc',
@@ -171,10 +167,11 @@
'target_name': 'athena_unittests',
'type': 'executable',
'dependencies': [
- '../testing/gtest.gyp:gtest',
'../skia/skia.gyp:skia',
+ '../testing/gtest.gyp:gtest',
'athena_lib',
'athena_test_support',
+ 'main/athena_main.gyp:athena_main_lib',
'resources/athena_resources.gyp:athena_pak',
],
'sources': [
« no previous file with comments | « no previous file | athena/main/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698