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

Side by Side Diff: ios/chrome/browser/DEPS

Issue 1073863005: Upstream string_util function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test deps Created 5 years, 8 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/DEPS ('k') | ios/chrome/common/README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The subdirectories in ios/chrome/ will manually allow their own include
3 # directories in ios/chrome/ so we disallow all of them.
4 "-ios/chrome",
5 "+ios/chrome/grit", 2 "+ios/chrome/grit",
6 3
7 "+components/autofill/core/browser", 4 "+components/autofill/core/browser",
8 "+components/autofill/ios/browser", 5 "+components/autofill/ios/browser",
9 "+components/data_reduction_proxy/core/common", 6 "+components/data_reduction_proxy/core/common",
10 "+components/dom_distiller/core", 7 "+components/dom_distiller/core",
11 "+components/dom_distiller/ios", 8 "+components/dom_distiller/ios",
12 "+components/infobars/core", 9 "+components/infobars/core",
13 "+components/keyed_service/core", 10 "+components/keyed_service/core",
14 "+components/keyed_service/ios", 11 "+components/keyed_service/ios",
(...skipping 13 matching lines...) Expand all
28 # For tests. 25 # For tests.
29 "+ios/public/test", 26 "+ios/public/test",
30 27
31 # Only parts of skia are compiled on iOS, so we explicitly list the 28 # Only parts of skia are compiled on iOS, so we explicitly list the
32 # files that can be included to avoid bringing in more code. 29 # files that can be included to avoid bringing in more code.
33 "+skia/ext/skia_utils_ios.h", 30 "+skia/ext/skia_utils_ios.h",
34 31
35 # Generated file for translated strings in components. 32 # Generated file for translated strings in components.
36 "+grit/components_strings.h", 33 "+grit/components_strings.h",
37 ] 34 ]
OLDNEW
« no previous file with comments | « ios/chrome/DEPS ('k') | ios/chrome/common/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698