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

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: Addressed comments 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 1a690c637928f796c8bdf3770920a6d1ba0a6539..89d99755ddffc006a6c0778d527980fdbb64dba2 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',
@@ -3668,6 +3667,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',
« no previous file with comments | « chrome/browser/sync/syncable/syncable_unittest.cc ('k') | chrome/common/net/gaia/google_service_auth_error_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698