diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 19:32:06 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 19:32:06 +0000 |
commit | 81585f3fa532dbe0355991b56c8d5bbb7b9ae321 (patch) | |
tree | 69f78267fc35600fec11a9533fe5d7af18ed42dc /build/all.gyp | |
parent | f1aa3566cb4b397eb4f567e8b88610d81de17566 (diff) | |
download | chromium_src-81585f3fa532dbe0355991b56c8d5bbb7b9ae321.zip chromium_src-81585f3fa532dbe0355991b56c8d5bbb7b9ae321.tar.gz chromium_src-81585f3fa532dbe0355991b56c8d5bbb7b9ae321.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@94733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index fff0f7d..599685b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -105,6 +105,7 @@ }], ], 'dependencies': [ + '../aura/aura.gyp:*', '../breakpad/breakpad.gyp:*', '../chrome/app/locales/locales.gyp:*', '../chrome_frame/chrome_frame.gyp:*', |