From 6ecdfa3f5a6fcc570a18c789389b1c8cdf294c04 Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Fri, 18 Mar 2011 17:24:39 +0000 Subject: Normalize the top-level ui/ module. This CL creates four .gypi files that are included in /ui/ui.gyp. This allows for a single unittest binary for all the submodules, rather than having individual unittest binaries for each submodule. To not break the buildbot, this creates a fake target that copies ui_unittests to gfx_unittests as temporary scaffolding. BUG=72317 TEST=gfx_unittests (really ui_unittests) passes Review URL: http://codereview.chromium.org/6688007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78711 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/support/webkit_support.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/support') diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi index b62b4bb..f457de8 100644 --- a/webkit/support/webkit_support.gypi +++ b/webkit/support/webkit_support.gypi @@ -11,7 +11,7 @@ 'target_name': 'webkit_support', 'type': '<(library)', 'dependencies': [ - '<(DEPTH)/ui/gfx/gfx.gyp:gfx', + '<(DEPTH)/ui/ui.gyp:ui_gfx', '<(DEPTH)/media/media.gyp:media', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/testing/gtest.gyp:gtest', -- cgit v1.1