diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 01:36:01 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 01:36:01 +0000 |
commit | 9c4ffe5718fc23efeb0a5a49487a80dbd874309c (patch) | |
tree | 345f85622d505e7d375da7bc9446c26f4108d6e5 /build | |
parent | 4f577d2ed651bcee99a28acf666ce49a36751dc1 (diff) | |
download | chromium_src-9c4ffe5718fc23efeb0a5a49487a80dbd874309c.zip chromium_src-9c4ffe5718fc23efeb0a5a49487a80dbd874309c.tar.gz chromium_src-9c4ffe5718fc23efeb0a5a49487a80dbd874309c.tar.bz2 |
Add WebKit.gyp:generate_devtools_zip to the All target.
This is needed so the clobber builders will generate the devtools zip
that gets archived by the bots.
BUG=113948
Review URL: http://codereview.chromium.org/9395025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121992 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 f396076..4b40d66 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -49,6 +49,7 @@ '../third_party/ots/ots.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip', '../third_party/zlib/zlib.gyp:*', '../v8/tools/gyp/v8.gyp:*', '../webkit/support/webkit_support.gyp:*', |