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

Unified Diff: athena/main/athena_main.gyp

Issue 270763002: Minimal athena shell main (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') | build/all.gyp » ('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/sandbox/mac/sandbox_mac.gypi b/athena/main/athena_main.gyp
similarity index 60%
copy from sandbox/mac/sandbox_mac.gypi
copy to athena/main/athena_main.gyp
index 24f10b19b67bc5dc67e14a96dc03de9c29fac38b..366e6bca00fb5f3bc201b18d38b7fbd2df67f615 100644
--- a/sandbox/mac/sandbox_mac.gypi
+++ b/athena/main/athena_main.gyp
@@ -3,21 +3,22 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
- 'target_name': 'sandbox_mac_unittests',
+ 'target_name': 'athena_main',
'type': 'executable',
- 'sources': [
- 'temp_test.cc',
- ],
'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:run_all_unittests',
- '../testing/gtest.gyp:gtest',
+ '../../apps/shell/app_shell.gyp:app_shell_lib',
],
'include_dirs': [
- '../',
+ '../..',
+ ],
+ 'sources': [
+ 'athena_main.cc',
],
},
- ],
+ ], # targets
}
« no previous file with comments | « athena/main/athena_main.cc ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698