Index: chrome/installer/util/BUILD.gn |
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn |
index f9519b9484628596fa8782a476176d45c1cbaa05..36633ec47b673a4ce5f118e5426b5eb8f23e80ad 100644 |
--- a/chrome/installer/util/BUILD.gn |
+++ b/chrome/installer/util/BUILD.gn |
@@ -101,7 +101,7 @@ static_library("with_no_strings") { |
# depend on the generated header, but only depend on the ":strings" |
# target (which actually compiles and causes the generated code to be |
# linked) from the ":util" target. |
- ":generate_strings", |
+ #":generate_strings", |
"//base/third_party/dynamic_annotations", |
"//chrome/install_static:install_static_util", |
"//components/base32", |
@@ -271,10 +271,10 @@ action("generate_strings") { |
# Compile the generated .rc file. |
source_set("strings") { |
- sources = get_target_outputs(":generate_strings") |
- public_deps = [ |
- ":generate_strings", |
- ] |
+ #sources = get_target_outputs(":generate_strings") |
+ #public_deps = [ |
+ #":generate_strings", |
+ #] |
} |
if (is_win) { |