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

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

Issue 1121363002: GN Windows component build fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@component2
Patch Set: Created 5 years, 8 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 e9236332cc7007d4acf9b4c7a10bf5eecfd51d29..b9d046ebf5d68f8562fcaaf4f491242fc1e0abf4 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -233,8 +233,6 @@ if (is_win) {
"installer_state_unittest.cc",
"installer_util_test_common.cc",
"installer_util_test_common.h",
- "installer_util_unittests.rc",
- "installer_util_unittests_resource.h",
"language_selector_unittest.cc",
"legacy_firewall_manager_win_unittest.cc",
"logging_installer_unittest.cc",
@@ -257,7 +255,7 @@ if (is_win) {
]
deps = [
- ":strings",
+ #":strings",
scottmg 2015/05/05 01:46:46 ?
":util",
"//base",
"//base:i18n",

Powered by Google App Engine
This is Rietveld 408576698