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

Unified Diff: chrome/test/BUILD.gn

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: . Created 4 years, 1 month 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/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",

Powered by Google App Engine
This is Rietveld 408576698