diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 02:59:23 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 02:59:23 +0000 |
commit | 89858523fc64f04e40e969cae9a43e8ae5031669 (patch) | |
tree | 55c966e155f07760a70f6f7766eaeaa38aeffa6f /build/all.gyp | |
parent | cb9242bbb167960e872bb12efbecb93610d43350 (diff) | |
download | chromium_src-89858523fc64f04e40e969cae9a43e8ae5031669.zip chromium_src-89858523fc64f04e40e969cae9a43e8ae5031669.tar.gz chromium_src-89858523fc64f04e40e969cae9a43e8ae5031669.tar.bz2 |
revert change 21252, which broke the mac build for some reason
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21262 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 998d4d1..14befd5 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -94,7 +94,7 @@ 'target_name': 'build_for_layout_tests', 'type': 'none', 'dependencies': [ - '../tools/image_diff/image_diff.gyp:image_diff', + '../chrome/chrome.gyp:image_diff', '../webkit/tools/test_shell/test_shell.gyp:test_shell', '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', ], |