| 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',
|
|
|