From 6238f3032c4085318b4a092b9a0fec29bb37b728 Mon Sep 17 00:00:00 2001 From: "atwilson@chromium.org" Date: Wed, 23 Sep 2009 14:55:37 +0000 Subject: Added missing layout tests along with associated rebaselinings. Updated DEPS to include common resource files needed by tests, and add APIs to ui_layout_test to allow specifying resource files to copy. Disabled non-working tests so we can enable worker_uitests on Mac/Linux. BUG=22174 TEST=worker_uitest Review URL: http://codereview.chromium.org/211051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26919 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 881fdff..0846bcb 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3940,6 +3940,10 @@ ], }], ['OS=="mac"', { + 'sources': [ + 'app/keystone_glue.h', + 'app/keystone_glue.m', + ], 'sources!': [ # TODO(port) 'app/chrome_main_uitest.cc', @@ -3992,7 +3996,6 @@ 'common/logging_chrome_uitest.cc', 'test/ui/npapi_uitest.cc', 'test/ui/sandbox_uitests.cc', - 'worker/worker_uitest.cc', ], }], ], -- cgit v1.1