Rewrite AndroidSyncSettings to be significantly simpler.
[chromium-blink-merge.git] / ios / web / DEPS
blob2f189bfcb4d5b0b2d93090ea1cc177ce36d892b5
1 include_rules = [
2   "+ios/web",
3   "+net",
4   "+third_party/libwebp/webp",
5   "+ui",
8 specific_include_rules = {
9   # Allow browser_thread.h and test_browser_thread.h until a web/ replacement is
10   # built out. Note that headers in public/ are not subject to this exception.
11   "^web_thread(\.cc|_impl\.(cc|h))$": [
12     "+content/public/browser/browser_thread.h",
13   ],
14   "^test_web_thread(_bundle)?\.cc$": [
15     "+content/public/test/test_browser_thread.h",
16     "+content/public/test/test_browser_thread_bundle.h",
17   ],