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

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

Issue 1183633003: cross gn Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: slightly smaller diff Created 4 years, 5 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/chrome_watcher/BUILD.gn ('k') | chrome/test/base/js2gtest.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | chrome/test/base/js2gtest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698