Roll src/third_party/skia f47e707:d6ed19c
[chromium-blink-merge.git] / ios / chrome / DEPS
blob32c8bbd3a4fcd52021c28ff6b82cbf08f119a97a
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",
7   "+components/infobars/core",
8   "+components/keyed_service/core",
9   "+components/keyed_service/ios",
10   "+components/leveldb_proto",
11   "+components/suggestions",
12   "+components/translate/core",
13   "+components/translate/ios",
14   "+components/web_resource",
15   "+components/webp_transcode",
16   "+ios/public/provider/chrome",
17   "+ios/web/public",
18   "+net",
19   "+ui",
21   # For tests.
22   "+ios/public/test",
24   # Only parts of skia are compiled on iOS, so we explicitly list the
25   # files that can be included to avoid bringing in more code.
26   "+skia/ext/skia_utils_ios.h",
28   # Generated file for translated strings in components.
29   "+grit/components_strings.h",