From 51aff0bd6e5540dce99b29a45284e0e80f50e427 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Thu, 8 Dec 2011 22:27:21 +0000 Subject: [PATCH] Attempt 2 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. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 git-svn-id: http://src.chromium.org/svn/trunk/src/build@113676 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/all.gyp b/all.gyp index 3480d6ba0..6c0fd823b 100644 --- a/all.gyp +++ b/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:*',