diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-07 00:01:37 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-07 00:01:37 +0000 |
commit | 72498344bceab44be044ecaf88fba5ab3349ba19 (patch) | |
tree | 3927b8cb9e4a0af59799a3a013c7df681afb2ced /athena/athena.gyp | |
parent | ded05d061208dad5c152b2d74be384d1dde8a099 (diff) | |
download | chromium_src-72498344bceab44be044ecaf88fba5ab3349ba19.zip chromium_src-72498344bceab44be044ecaf88fba5ab3349ba19.tar.gz chromium_src-72498344bceab44be044ecaf88fba5ab3349ba19.tar.bz2 |
Use webview in web activity
remove test windows. i don't think we need them any more.
BUG=381477
R=mukai@chromium.org
TBR=sadrul@chromium.org
Review URL: https://codereview.chromium.org/314303004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'athena/athena.gyp')
-rw-r--r-- | athena/athena.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp index 6fdb64c..b007235 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', ], |