Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / ios / chrome / DEPS
blobf809f8d3f8ac22ea9d032c5fa91e324064a8da46
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/autofill/core/browser",
8   "+components/autofill/ios/browser",
9   "+components/dom_distiller/core",
10   "+components/dom_distiller/ios",
11   "+components/infobars/core",
12   "+components/keyed_service/core",
13   "+components/keyed_service/ios",
14   "+components/leveldb_proto",
15   "+components/suggestions",
16   "+components/translate/core",
17   "+components/translate/ios",
18   "+components/web_resource",
19   "+components/webp_transcode",
20   "+ios/public/provider/chrome",
21   "+ios/web/public",
22   "+net",
23   "+third_party/google_toolbox_for_mac",
24   "+ui",
26   # For tests.
27   "+ios/public/test",
29   # Only parts of skia are compiled on iOS, so we explicitly list the
30   # files that can be included to avoid bringing in more code.
31   "+skia/ext/skia_utils_ios.h",
33   # Generated file for translated strings in components.
34   "+grit/components_strings.h",