diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 23:08:43 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 23:08:43 +0000 |
commit | 152d4e7db7c84adfa2afd260bf40c28d2defc106 (patch) | |
tree | 89b985d3115b3178b70d130f5e5292e45634731f /build | |
parent | 485ba2cb56457e19ae9c36f3a89516e4f21e2097 (diff) | |
download | chromium_src-152d4e7db7c84adfa2afd260bf40c28d2defc106.zip chromium_src-152d4e7db7c84adfa2afd260bf40c28d2defc106.tar.gz chromium_src-152d4e7db7c84adfa2afd260bf40c28d2defc106.tar.bz2 |
Since both required some effort to compile on ToT this should help avoid regressions.
TBR=sky@chromium.org
BUG=97131
TEST=none
Review URL: http://codereview.chromium.org/8159009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index fe75808..f1842d1 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -604,6 +604,7 @@ 'target_name': 'aura_builder', 'type': 'none', 'dependencies': [ + '../chrome/chrome.gyp:chrome', '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', '../ui/aura/aura.gyp:*', '../ui/gfx/compositor/compositor.gyp:*', @@ -612,6 +613,7 @@ '../views/views.gyp:views_desktop', '../views/views.gyp:views_desktop_lib', '../views/views.gyp:views_unittests', + '../webkit/webkit.gyp:pull_in_webkit_unit_tests', ], }, ], # targets |