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

Unified Diff: chrome/installer/test/BUILD.gn

Issue 1148173002: Remove dependency on resources from installer_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ix non-Windows gn check Created 5 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
Index: chrome/installer/test/BUILD.gn
diff --git a/chrome/installer/test/BUILD.gn b/chrome/installer/test/BUILD.gn
index ac4ef59bd35d8d9da9a8829cac48afbf19fa144d..97c3c66d12b7649af2f1c4c1b88037ab3b5d3b10 100644
--- a/chrome/installer/test/BUILD.gn
+++ b/chrome/installer/test/BUILD.gn
@@ -36,6 +36,7 @@ source_set("alternate_version_generator_lib") {
]
deps = [
"//base",
+ "//base:base_static",
"//chrome/installer/util",
"//chrome/common:constants",
]

Powered by Google App Engine
This is Rietveld 408576698