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

Unified Diff: components/proximity_auth/webui/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/proximity_auth/webui/DEPS
diff --git a/components/proximity_auth/webui/DEPS b/components/proximity_auth/webui/DEPS
index beb32ee0ca86178e64dbcef4bb6b3543563463ef..63d70f6dd2f4182e0e621e9965590c068af0794f 100644
--- a/components/proximity_auth/webui/DEPS
+++ b/components/proximity_auth/webui/DEPS
@@ -1,5 +1,5 @@
include_rules = [
"+content/public/browser",
- "+grit/components_resources.h",
+ "+components/grit/components_resources.h",
"+grit/webui_resources.h",
]

Powered by Google App Engine
This is Rietveld 408576698