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

Side by Side Diff: ui/gl/DEPS

Issue 938873002: Add a new API to create a surfaceless GLSurface for Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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
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/events", 4 "+ui/events",
5 "+ui/gfx", 5 "+ui/gfx",
6 "+ui/ozone/gpu",
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 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698