Infer appropriate GNU_STACK alignment for a shared library.
[chromium-blink-merge.git] / ios / chrome / DEPS
blob109b2daa67543ff008bbc08c6da46a51ea11b776
1 include_rules = [
2   "+components/infobars/core",
3   "+components/keyed_service/core",
4   "+components/keyed_service/ios",
5   "+components/leveldb_proto",
6   "+components/suggestions",
7   "+components/translate/core",
8   "+components/translate/ios",
9   "+components/webp_transcode",
10   "+components/web_resource",
11   "+ios/public/provider/chrome",
12   "+ios/web/public",
13   "+net",
14   "+third_party/ocmock",
15   "+ui",
17   # Only parts of skia are compiled on iOS, so we explicitly list the
18   # files that can be included to avoid bringing in more code.
19   "+skia/ext/skia_utils_ios.h",
21   # Generated file for translated strings in components.
22   "+grit/components_strings.h",
24   # ios/chrome is not allowed to depend on //chrome, //content.
25   # No exceptions.
26   "-chrome",
27   "-content",