diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 17:52:35 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 17:52:35 +0000 |
commit | 312d44ffbf5671224e50754d690dfdc98aad0fc2 (patch) | |
tree | 95dbd23eb0d269ceb818d9b5d19cf5eae9a7c64f /build | |
parent | a7fa0c61236682d995003d01a411e83611305d48 (diff) | |
download | chromium_src-312d44ffbf5671224e50754d690dfdc98aad0fc2.zip chromium_src-312d44ffbf5671224e50754d690dfdc98aad0fc2.tar.gz chromium_src-312d44ffbf5671224e50754d690dfdc98aad0fc2.tar.bz2 |
Make chromium_builder_tests depend on all_blink
This is necessary so chromium buildbots and tryservers can run blink's unit
tests.
BUG=248008
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/16299005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205242 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 97d4086..5e31b7b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -240,6 +240,7 @@ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests', + '../third_party/WebKit/public/all.gyp:all_blink', ], }], ['OS=="win"', { |