diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 20:38:01 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 20:38:01 +0000 |
commit | 3cd198a2911ac90e70e50b4c5e34ee3982ea9769 (patch) | |
tree | 5aeb1cfb14fd64d76320425c3a076fc07c0c427d /build | |
parent | 349f10bc01e0062c55d60a861972bac252cfb7ce (diff) | |
download | chromium_src-3cd198a2911ac90e70e50b4c5e34ee3982ea9769.zip chromium_src-3cd198a2911ac90e70e50b4c5e34ee3982ea9769.tar.gz chromium_src-3cd198a2911ac90e70e50b4c5e34ee3982ea9769.tar.bz2 |
Basic skeleton of a window/layer/view inspector.
Ctrl+Shift+F1 brings it up.
http://crbug.com/97266
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9662022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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 24c8e1f..737f048 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -133,6 +133,7 @@ ['use_aura==1', { 'dependencies': [ '../ui/aura/aura.gyp:*', + '../ui/oak/oak.gyp:*', '../ash/ash.gyp:*', ], }], |