diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 21:40:57 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 21:40:57 +0000 |
commit | 6f324234680499d621c1277dec1abb08fde3cc0a (patch) | |
tree | 3c0a3d76072c759b6878aaa874b04e42bf2652cd /build/all.gyp | |
parent | 2b73aec066298ca977629eb03b1bf8f61a081735 (diff) | |
download | chromium_src-6f324234680499d621c1277dec1abb08fde3cc0a.zip chromium_src-6f324234680499d621c1277dec1abb08fde3cc0a.tar.gz chromium_src-6f324234680499d621c1277dec1abb08fde3cc0a.tar.bz2 |
re-do CL 2136 - move image_diff to tools/imagediff, add deps to test_shell
moving image_diff from chrome/tools/test/image_diff to tools/imagediff
(not moving to tools/image_diff to avoid some svn unpleasantness with that
directory having been created in CL 21366).
Also change test_shell.gyp to depend on everything needed to run the layout
tests.
R=darin@chromium.org
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/159361
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index d33d1f6..0c26c2d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -95,7 +95,7 @@ 'target_name': 'build_for_layout_tests', 'type': 'none', 'dependencies': [ - '../chrome/chrome.gyp:image_diff', + '../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', ], |