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

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
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index 366e6bca00fb5f3bc201b18d38b7fbd2df67f615..50971e5ab6871f60f9be04290477ac7f62f3a99b 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -1,7 +1,6 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
{
'variables': {
'chromium_code': 1,
@@ -11,13 +10,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',
+ 'main_util.cc',
+ 'main_util.h',
],
},
], # targets

Powered by Google App Engine
This is Rietveld 408576698