From 85db5f48d0c6ede729572b2bcf325e0c74c8fa0f Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Thu, 29 Mar 2012 23:24:05 +0000 Subject: ui: Move gfx test suite to ui/test/. Currently we are using this test suite to run tests from ui/base, so it makes sense to move it up to a place that can be shared by both base/ and gfx/. TEST=ui_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9918016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129717 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/ui_unittests.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/ui_unittests.gypi') diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi index 625471f..6f85d03 100644 --- a/ui/ui_unittests.gypi +++ b/ui/ui_unittests.gypi @@ -88,13 +88,13 @@ 'gfx/image/image_unittest_util.h', 'gfx/insets_unittest.cc', 'gfx/rect_unittest.cc', - 'gfx/run_all_unittests.cc', 'gfx/screen_unittest.cc', 'gfx/skbitmap_operations_unittest.cc', 'gfx/skia_util_unittest.cc', - 'gfx/test/test_suite.cc', - 'gfx/test/test_suite.h', 'gfx/transform_util_unittest.cc', + 'test/run_all_unittests.cc', + 'test/test_suite.cc', + 'test/test_suite.h', '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', ], 'include_dirs': [ -- cgit v1.1