summaryrefslogtreecommitdiffstats
path: root/athena/athena.gyp
diff options
context:
space:
mode:
authoroshima <oshima@chromium.org>2014-09-10 19:15:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 03:07:10 +0000
commitbe9f162893a0ed54ee4c8f5fac3b8e2a113bea02 (patch)
tree4022c88c9144880bee1abd985e0040d5adf895c7 /athena/athena.gyp
parentf1d241a504fb4cdc18501ffb7b0369aa0135cc9d (diff)
downloadchromium_src-be9f162893a0ed54ee4c8f5fac3b8e2a113bea02.zip
chromium_src-be9f162893a0ed54ee4c8f5fac3b8e2a113bea02.tar.gz
chromium_src-be9f162893a0ed54ee4c8f5fac3b8e2a113bea02.tar.bz2
V2 app support step2 : Use NativeAppWindow for Activity's window.
This CL removes redundant widget created by Activity, and use NativeAppWindow instead. Activity APIs needs to some cleanup and I'll look into it once hashimoto-san finished app_window transition. step3 will replace ChromeAppNativeWindowViews with athena's impl. BUG=410448 Review URL: https://codereview.chromium.org/558243002 Cr-Commit-Position: refs/heads/master@{#294297}
Diffstat (limited to 'athena/athena.gyp')
-rw-r--r--athena/athena.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 16ccb70..22f1adb 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -187,6 +187,7 @@
'type': 'static_library',
'dependencies': [
'../extensions/shell/app_shell.gyp:app_shell_lib',
+ '../skia/skia.gyp:skia',
],
'sources': [
'content/shell/content_activity_factory.cc',