Move AndroidManifest.xml from java_staging to java.
[chromium-blink-merge.git] / ios / web / DEPS
bloba956ff665d46c050e6707524c95e5e8a9be12da0
1 include_rules = [
2   "+crypto",
3   "+ios/public/provider/web",
4   "+ios/net",
5   "+ios/web",
6   "+net",
7   "+third_party/libwebp/webp",
8   "+ui",
10   # For tests.
11   "+ios/testing",
14 specific_include_rules = {
15   # Allow browser_thread.h and test_browser_thread.h until a web/ replacement is
16   # built out. Note that headers in public/ are not subject to this exception.
17   "^web_thread(\.cc|(_impl|_adapter)\.(cc|h))$": [
18     "+content/public/browser/browser_thread.h",
19   ],
20   "^test_web_thread(_bundle)?(_adapter)?\.cc$": [
21     "+content/public/test/test_browser_thread.h",
22     "+content/public/test/test_browser_thread_bundle.h",
23   ],