diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 20:26:34 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 20:26:34 +0000 |
commit | 45e585d975a2fe2a8bcb40ad17325a9160096296 (patch) | |
tree | 987c2311a5eef89c8662e4256e5d81fed4f7661d /build | |
parent | 987d3f969bde97b121b4144a980394ee777663b7 (diff) | |
download | chromium_src-45e585d975a2fe2a8bcb40ad17325a9160096296.zip chromium_src-45e585d975a2fe2a8bcb40ad17325a9160096296.tar.gz chromium_src-45e585d975a2fe2a8bcb40ad17325a9160096296.tar.bz2 |
Now that testshell depends on imagediff we can start to cleanup the targets added for the bots. Once the bots are bounced to the new configs, this target could go away completely.
Review URL: http://codereview.chromium.org/159422
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/build/all.gyp b/build/all.gyp index 0c26c2d..b98b2f3 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -90,19 +90,17 @@ ['OS=="mac"', { 'targets': [ { - # Target to build everything needed for layout tests to cut down - # on what the layout test bots have to build. + # This target is legacy and can go away when the bots have been + # updated to direclty build the test_shell targets. 'target_name': 'build_for_layout_tests', 'type': 'none', 'dependencies': [ - '../tools/imagediff/image_diff.gyp:image_diff', - '../webkit/tools/test_shell/test_shell.gyp:test_shell', - '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', + '../webkit/tools/test_shell/test_shell.gyp:*', ], }, { # Target to build everything plus the dmg. We don't put the dmg - # in the All target because developer really don't need it. + # in the All target because developers really don't need it. 'target_name': 'all_and_dmg', 'type': 'none', 'dependencies': [ |