Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: chrome/chrome_tests.gypi

Issue 9483002: Move values_test_util.{h,cc} to base/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 05092d8be5a0c9964179a6ed4bd525adf7683623..43124a3c2c9b67ed7a358617cd8dc5f77552c4f2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -255,8 +255,6 @@
'test/base/ui_test_utils_gtk.cc',
'test/base/ui_test_utils_mac.mm',
'test/base/ui_test_utils_win.cc',
- 'test/base/values_test_util.cc',
- 'test/base/values_test_util.h',
'test/perf/perf_test.cc',
'test/perf/perf_test.h',
# TODO: these should live here but are currently used by
@@ -1215,6 +1213,7 @@
# 1) everything that the chrome binaries depend on:
'<@(chromium_dependencies)',
# 2) test-specific support libraries:
+ '../base/base.gyp:test_support_base',
'../gpu/gpu.gyp:gpu_unittest_utils',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net',
@@ -3665,6 +3664,7 @@
'browser/sync/protocol/sync_proto.gyp:sync_proto',
'common',
'debugger',
+ '../base/base.gyp:test_support_base',
'../jingle/jingle.gyp:notifier_test_util',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',

Powered by Google App Engine
This is Rietveld 408576698