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

Unified Diff: chrome/installer/util/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/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index 3e7da0268968afd6153bb3d75d908c19f61abb34..fe40610a065cef0722b4c65a743a28f30f6df0ad 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -8,8 +8,10 @@ import("//testing/test.gni")
static_library("util") {
deps = [
"//base",
- "//chrome:resources",
"//chrome:strings",
+ "//chrome/common:constants",
+ "//chrome/common:result_codes",
+ "//content/public/common:result_codes",
]
if (is_win) {
@@ -58,7 +60,6 @@ static_library("util") {
deps += [
":strings",
"//base/third_party/dynamic_annotations",
- "//chrome/common:constants",
"//components/metrics",
"//courgette:courgette_lib",
"//crypto",
@@ -261,6 +262,7 @@ if (is_win) {
"//base:i18n",
"//base/test:test_support",
"//chrome:other_version",
+ "//chrome/common",
"//chrome/installer/test:alternate_version_generator_lib",
"//content/public/common",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698