From 72f08de6e66e8be7111eedab407f80e2ae2d9ae0 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Fri, 9 Dec 2011 16:19:03 +0000 Subject: Attempt 3 at: Makes tests either use mock compositor or mock WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. Attempt 2 failed because of last minute changes to chrome_tests.gypi that I didn't merge properly with. TBRing again. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8890050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113809 0039d316-1c4b-4281-b951-d872f2087c98 --- build/all.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/all.gyp b/build/all.gyp index 3480d6b..6c0fd82 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -617,6 +617,7 @@ 'dependencies': [ '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:unit_tests', + '../chrome/chrome.gyp:ui_tests', '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', '../ui/aura/aura.gyp:*', -- cgit v1.1