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

Unified Diff: components/dom_distiller/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/dom_distiller/DEPS
diff --git a/components/dom_distiller/DEPS b/components/dom_distiller/DEPS
index fad02ef2197849ba2373a49482c5e052c59c5661..75e60801d90dde617870ed2476ed6249e1f358e9 100644
--- a/components/dom_distiller/DEPS
+++ b/components/dom_distiller/DEPS
@@ -1,14 +1,15 @@
include_rules = [
"+components/data_use_measurement/core",
+ "+components/grit/components_resources.h",
"+components/leveldb_proto",
"+components/pref_registry",
"+components/prefs",
+ "+components/strings/grit/components_strings.h",
"+components/sync/model",
"+components/sync/protocol",
"+components/sync_preferences",
"+components/variations",
"+google", # For third_party/protobuf.
- "+grit", # For generated headers.
"+jni",
"+third_party/dom_distiller_js",
"+third_party/re2",

Powered by Google App Engine
This is Rietveld 408576698