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

Unified Diff: ios/chrome/browser/DEPS

Issue 1672663002: Access generated resources through full path for better DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/DEPS
diff --git a/ios/chrome/browser/DEPS b/ios/chrome/browser/DEPS
index e1f07769f623363298d97eb17229a9a488e65fc8..ce60ba00bb0dcb4b2dfeb9d82de47cd3adaa867c 100644
--- a/ios/chrome/browser/DEPS
+++ b/ios/chrome/browser/DEPS
@@ -100,10 +100,7 @@ include_rules = [
"+skia/ext/skia_utils_ios.h",
# Strings and resources.
- "+grit/components_chromium_strings.h",
- "+grit/components_google_chrome_strings.h",
- "+grit/components_resources.h",
- "+grit/components_scaled_resources.h",
- "+grit/components_strings.h",
+ "+components/grit",
+ "+components/strings/grit",
"+ios/chrome/grit",
]
« no previous file with comments | « no previous file | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698