Update {virtual,override,final} for crypto/ to follow C++11 style.
[chromium-blink-merge.git] / ui / gl / DEPS
blob862c5550b64b8b7c3cf432aa941f0d236ac18ebf
1 include_rules = [
2   "+third_party/khronos",
3   "+third_party/skia",
4   "+ui/events",
5   "+ui/gfx",
6   "+ui/ozone/public",
9 specific_include_rules = {
10 # This is the only target that should use the osmesa.h header. Everything else
11 # should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to
12 # get access to desktop OpenGL.
13   "gl_surface_osmesa.cc": [
14     "+third_party/mesa/src/include/GL/osmesa.h",
15   ]