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

Unified Diff: athena/ui/athena_ui_main.gyp

Issue 302683002: athena: Add the concept of Activity and related managers. (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/ui/athena_ui_main.gyp
diff --git a/athena/ui/athena_ui_main.gyp b/athena/ui/athena_ui_main.gyp
index 0daf9f1073afa247a83945b115a6b01b3aa9045a..b966b431b9bddd9df6dd34b5c51b51018e2f6492 100644
--- a/athena/ui/athena_ui_main.gyp
+++ b/athena/ui/athena_ui_main.gyp
@@ -20,6 +20,8 @@
'../../ui/compositor/compositor.gyp:compositor',
'../../ui/compositor/compositor.gyp:compositor_test_support',
'../../ui/gfx/gfx.gyp:gfx',
+ '../../ui/resources/ui_resources.gyp:ui_resources',
+ '../../ui/strings/ui_strings.gyp:ui_strings',
'../../ui/views/views.gyp:views',
'../../ui/wm/wm.gyp:wm',
'../../ui/wm/wm.gyp:wm_test_support',
@@ -30,6 +32,8 @@
],
'sources': [
'athena_ui_main.cc',
+ 'sample_task.cc',
+ 'sample_task.h',
],
},
], # targets

Powered by Google App Engine
This is Rietveld 408576698