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

Unified Diff: components/omnibox/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/omnibox/browser/DEPS
diff --git a/components/omnibox/browser/DEPS b/components/omnibox/browser/DEPS
index 89b1cf7eb03240889ec8b0ae1191694bd9f23f24..6fbd9258bea9da41687c1992f362f7a685b39ebd 100644
--- a/components/omnibox/browser/DEPS
+++ b/components/omnibox/browser/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+components/bookmarks/browser",
"+components/bookmarks/test",
"+components/data_use_measurement/core",
+ "+components/grit/components_scaled_resources.h",
"+components/history/core/browser",
"+components/history/core/test",
"+components/keyed_service/core",
@@ -14,10 +15,10 @@ include_rules = [
"+components/search",
"+components/search_engines",
"+components/sessions",
+ "+components/strings/grit/components_strings.h",
"+components/toolbar",
"+components/url_formatter",
"+components/variations",
- "+grit",
"+net",
"+sql",
"+third_party/protobuf/src/google",

Powered by Google App Engine
This is Rietveld 408576698