Roll src/third_party/WebKit 1dfb44f:c96f7be (svn 183545:183546)
[chromium-blink-merge.git] / chromecast / DEPS
blob509c6d3d9a0af4991948431cdb5f330b0a6360df
1 # Do not add any includes under chrome/ anywhere in chromecast.
3 include_rules = [
4   # Chromecast code should, in general, only depend on chromecast/common unless
5   # a dependency is otherwise explicitly declared.
6   "-chromecast",
7   "+chromecast/common",
9   # Other Chromecast-wide dependencies.
10   "+content/public/common",
11   "+crypto",
12   "+grit/chromecast_settings.h",
13   "+grit/shell_resources.h",
14   "+jni",
15   "+net",
16   "+ui",