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

Unified Diff: components/crash/core/browser/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/crash/core/browser/DEPS
diff --git a/components/crash/core/browser/DEPS b/components/crash/core/browser/DEPS
index 54699afa1f0c1db89c5c4bd506fb3b974c758157..bd2a3bff751f8614063c73c395f2f5bdd1dd8f0b 100644
--- a/components/crash/core/browser/DEPS
+++ b/components/crash/core/browser/DEPS
@@ -1,5 +1,5 @@
include_rules = [
"+components/upload_list",
- "+grit/components_chromium_strings.h",
- "+grit/components_strings.h",
+ "+components/strings/grit/components_chromium_strings.h",
Lei Zhang 2017/02/23 19:58:20 more sorting
+ "+components/strings/grit/components_strings.h",
]

Powered by Google App Engine
This is Rietveld 408576698