From ea47b6a802638fa18df618d5ba71dc4b5b3b4c48 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Sun, 17 Jul 2011 19:39:42 +0000 Subject: Introduce ui.dll / libui.so for the component build. R=ben@chromium.org Review URL: http://codereview.chromium.org/7328011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92819 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/imagediff/image_diff.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/imagediff') diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp index 9ac72d3..6d4a620 100644 --- a/tools/imagediff/image_diff.gyp +++ b/tools/imagediff/image_diff.gyp @@ -12,7 +12,7 @@ 'type': 'executable', 'dependencies': [ '../../base/base.gyp:base', - '../../ui/ui.gyp:ui_gfx', + '../../ui/ui.gyp:ui', ], 'sources': [ 'image_diff.cc', -- cgit v1.1