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

Unified Diff: chrome/test/BUILD.gn

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix presubmit and revert some needless changes Created 4 years, 8 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index b93b6faa6d726f7f74c9116fd8b319e0672adb75..a43a18eef957b238a7f6ef68b282508758315f4e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -191,6 +191,7 @@ source_set("test_support") {
if (is_win) {
sources += [ "//chrome/app/chrome_crash_reporter_client_win.cc" ]
public_deps += [
+ "//chrome/install_static:install_static_util",
"//components/crash/content/app",
"//third_party/wtl",
]
@@ -477,6 +478,7 @@ if (!is_android) {
"//chrome")
deps += [
"//chrome:other_version",
+ "//chrome/install_static:install_static_util",
"//third_party/isimpledom",
"//third_party/wtl",
"//ui/resources",
@@ -2054,6 +2056,7 @@ test("unit_tests") {
"//chrome")
deps += [
"//chrome:other_version",
+ "//chrome/install_static:install_static_util",
"//chrome/installer/util:strings",
"//chrome_elf:blacklist_test_dll_1",
"//third_party/iaccessible2",

Powered by Google App Engine
This is Rietveld 408576698