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

Unified Diff: components/translate/DEPS

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 10 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: components/translate/DEPS
diff --git a/components/translate/DEPS b/components/translate/DEPS
index 7d53f29834f601fbf1bf5311ad368865898da034..da2a5008c59d648d6890ca00cd0f81e7e878c0c5 100644
--- a/components/translate/DEPS
+++ b/components/translate/DEPS
@@ -1,13 +1,14 @@
include_rules = [
"+components/data_use_measurement/core",
+ "+components/grit/components_resources.h",
"+components/infobars",
"+components/language_usage_metrics",
"+components/pref_registry",
"+components/prefs",
+ "+components/strings/grit/components_strings.h",
"+components/sync_preferences",
"+components/variations",
"+google_apis",
- "+grit", # For generated headers.
"+net",
"+ui",

Powered by Google App Engine
This is Rietveld 408576698