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

Unified Diff: chrome/test/BUILD.gn

Issue 2476573004: Use InstallDetails in installer_util. (Closed)
Patch Set: sync to position 450321 Created 3 years, 10 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 6c8d1ad61ee6f2d166492d9e681652e66efaea8d..ba88ade23ae2c686d1b2024fddedb0cddda2959d 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -5102,6 +5102,12 @@ static_library("test_support_unit") {
"//chrome/common",
"//mojo/edk/test:test_support",
]
+
+ if (is_win) {
+ deps = [
+ "//chrome/install_static/test:test_support",
+ ]
+ }
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698