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

Unified Diff: athena/athena.gyp

Issue 314303004: Use webview in web activity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/activity/public/activity_view_model.h ('k') | athena/content/DEPS » ('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 6fdb64c2c024a22eacc1fa1177d0ee261a46b5e3..b0072353416e3fb06a25e783467db2dc0513f3cb 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -57,6 +57,8 @@
'dependencies': [
'athena_lib',
'../content/content.gyp:content_browser',
+ '../ui/views/controls/webview/webview.gyp:webview',
+ '../skia/skia.gyp:skia',
],
'defines': [
'ATHENA_IMPLEMENTATION',
@@ -109,6 +111,7 @@
],
'sources': [
'test/athena_unittests.cc',
+ 'activity/activity_manager_unittest.cc',
'input/accelerator_manager_unittest.cc',
'wm/window_manager_unittest.cc',
],
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698