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

Unified Diff: chrome/installer/util/DEPS

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/DEPS
diff --git a/chrome/installer/util/DEPS b/chrome/installer/util/DEPS
index 0148070b1a3dec753c2b8d148fd991454f4cb334..2f05ced12f6c536fd9db29cffc1a93bccf8c03ef 100644
--- a/chrome/installer/util/DEPS
+++ b/chrome/installer/util/DEPS
@@ -1,3 +1,7 @@
include_rules = [
+ # This file is generated but otherwise would be excluded because of the
+ # "-chrome" rule in a parent dir.
+ "+chrome/grit/chromium_strings.h",
+
"+components/metrics/client_info.h",
]

Powered by Google App Engine
This is Rietveld 408576698