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