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

Unified Diff: components/version_info/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/version_info/DEPS
diff --git a/components/version_info/DEPS b/components/version_info/DEPS
index 10baa5f861c27cd6757d7cde976044253eb4866d..060155c2707c7f13bf2ee2823dd19b77bc5ccae0 100644
--- a/components/version_info/DEPS
+++ b/components/version_info/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+grit/components_strings.h",
+ "+components/strings/grit/components_strings.h",
"+ui/base",
# version_info is used on iOS and thus cannot depend on //content.

Powered by Google App Engine
This is Rietveld 408576698