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

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

Issue 1066013003: Revert of Upstream string_util function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
(Empty)
1 include_rules = [
2 "+ios/chrome/grit",
3
4 "+components/autofill/core/browser",
5 "+components/autofill/ios/browser",
6 "+components/data_reduction_proxy/core/common",
7 "+components/dom_distiller/core",
8 "+components/dom_distiller/ios",
9 "+components/infobars/core",
10 "+components/keyed_service/core",
11 "+components/keyed_service/ios",
12 "+components/leveldb_proto",
13 "+components/suggestions",
14 "+components/translate/core",
15 "+components/translate/ios",
16 "+components/web_resource",
17 "+components/webp_transcode",
18 "+ios/net",
19 "+ios/public/provider/chrome",
20 "+ios/web/public",
21 "+net",
22 "+third_party/google_toolbox_for_mac",
23 "+ui",
24
25 # For tests.
26 "+ios/public/test",
27
28 # Only parts of skia are compiled on iOS, so we explicitly list the
29 # files that can be included to avoid bringing in more code.
30 "+skia/ext/skia_utils_ios.h",
31
32 # Generated file for translated strings in components.
33 "+grit/components_strings.h",
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