Upload upstream chromium 69.0.3497
[platform/framework/web/chromium-efl.git] / media / renderers / DEPS
1 # Do NOT add net/ or ui/base without a great reason, they're huge!
2 include_rules = [
3   "+cc/base/math_util.h",
4   "+components/viz/client",
5   "+components/viz/common",
6   "+third_party/khronos/GLES2",
7   "+ul/gl/gl_enums.h",
8 ]
9
10 specific_include_rules = {
11   ".*_unittest.cc": [
12     "+components/viz/test",
13   ],
14 }