Roll src/third_party/WebKit 4652693:6e25bba (svn 187518:187521)
[chromium-blink-merge.git] / ios / web / DEPS
blob68cf0639ca2927dd2758ed17386caa7c4b29d2a1
1 include_rules = [
2   "+net",
3   "+third_party/libwebp/webp",
4   "+ui",
7 specific_include_rules = {
8   # Allow browser_thread.h and test_browser_thread.h until a web/ replacement is
9   # built out. Note that headers in public/ are not subject to this exception.
10   "^web_thread(\.cc|_impl\.(cc|h))$": [
11     "+content/public/browser/browser_thread.h",
12   ],
13   "^test_web_thread\.cc$": [
14     "+content/public/test/test_browser_thread.h",
15   ],