diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 20:51:04 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 20:51:04 +0000 |
commit | 53070808fece3b55ede4b6ceeb297f32d2293fd5 (patch) | |
tree | a566abc838c9b84dafb5085a0f427455a4310ba8 /build/all.gyp | |
parent | 1b9575b6c17f75992713555056dceadf4770c565 (diff) | |
download | chromium_src-53070808fece3b55ede4b6ceeb297f32d2293fd5.zip chromium_src-53070808fece3b55ede4b6ceeb297f32d2293fd5.tar.gz chromium_src-53070808fece3b55ede4b6ceeb297f32d2293fd5.tar.bz2 |
Adds code for a new Aura shell.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7890054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101374 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 04b87af..1cdcf1c 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -122,6 +122,7 @@ '../third_party/gles2_book/gles2_book.gyp:*', '../tools/memory_watcher/memory_watcher.gyp:*', '../ui/aura/aura.gyp:*', + '../ui/aura_shell/aura_shell.gyp:*', ], }, { 'dependencies': [ |