Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 465e6e961e26a7b4f2e6f130f5c6f7bdb97366f9..a3301fb64ec9d003f725d2c6a7cf318b59339887 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -4944,12 +4944,14 @@ if (!is_android) { |
"../app/chrome_watcher_command_line_win.cc", |
"../app/chrome_watcher_command_line_win_unittest.cc", |
"../app/resources/resources_unittest.cc", |
+ "../app/run_all_tests.cc", |
+ "../app/user_data_dir_win_unittest.cc", |
"../common/crash_keys.cc", |
"../common/crash_keys.h", |
] |
+ |
deps = [ |
":test_support", |
- "//base/test:run_all_unittests", |
"//base/test:test_support", |
"//breakpad:client", |
"//chrome/browser", |