From 59662c07d1a29e8af8f84fb65c11df7a9aae9116 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Fri, 29 Jul 2011 19:32:06 +0000 Subject: [PATCH] Shell of implementation for embedded windows. At this point this is just a proof of concept. Next step is going to be pulling code from the window manager into this. Desktop will likely be renamed to WindowManager. At this point just make sure you think I'm not going off into the weeds. BUG=none TEST=none R=derat@chromium.org Review URL: http://codereview.chromium.org/7534002 git-svn-id: http://src.chromium.org/svn/trunk/src/build@94733 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/all.gyp b/all.gyp index fff0f7de0..599685b91 100644 --- a/all.gyp +++ b/all.gyp @@ -105,6 +105,7 @@ }], ], 'dependencies': [ + '../aura/aura.gyp:*', '../breakpad/breakpad.gyp:*', '../chrome/app/locales/locales.gyp:*', '../chrome_frame/chrome_frame.gyp:*',