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

Unified Diff: chrome/test/BUILD.gn

Issue 1963373003: Revert of Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index cc8628b263d4efea666b10d33c4b2104c1ad90bd..72929f866a48cab519570a3c5249a91a6c4ce667 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -191,7 +191,6 @@
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",
]
@@ -478,7 +477,6 @@
"//chrome")
deps += [
"//chrome:other_version",
- "//chrome/install_static:install_static_util",
"//third_party/isimpledom",
"//third_party/wtl",
"//ui/resources",
@@ -2056,7 +2054,6 @@
"//chrome")
deps += [
"//chrome:other_version",
- "//chrome/install_static:install_static_util",
"//chrome/installer/util:strings",
"//chrome_elf:blacklist_test_dll_1",
"//third_party/iaccessible2",
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698