Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Side by Side Diff: ui/gl/DEPS

Issue 1451943003: WIP on using EGL_ANGLE_x11_visual_hint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/gl/gl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/khronos", 2 "+third_party/khronos",
3 "+third_party/skia", 3 "+third_party/skia",
4 "+ui/base",
4 "+ui/events", 5 "+ui/events",
5 "+ui/gfx", 6 "+ui/gfx",
6 "+ui/ozone/public", 7 "+ui/ozone/public",
7 ] 8 ]
8 9
9 specific_include_rules = { 10 specific_include_rules = {
10 # This is the only target that should use the osmesa.h header. Everything else 11 # 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 # should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to
12 # get access to desktop OpenGL. 13 # get access to desktop OpenGL.
13 "gl_surface_osmesa.cc": [ 14 "gl_surface_osmesa.cc": [
14 "+third_party/mesa/src/include/GL/osmesa.h", 15 "+third_party/mesa/src/include/GL/osmesa.h",
15 ], 16 ],
16 # Allow us to include ANGLE's base platform implementation. 17 # Allow us to include ANGLE's base platform implementation.
17 "angle_platform_impl.h": [ 18 "angle_platform_impl.h": [
18 "+third_party/angle/include/platform/Platform.h", 19 "+third_party/angle/include/platform/Platform.h",
19 ], 20 ],
20 } 21 }
OLDNEW
« no previous file with comments | « no previous file | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698