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

Side by Side Diff: ui/gl/DEPS

Issue 2254303002: Move GLImageOzoneNativePixmap tests to src/ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try as console test. Created 4 years, 3 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_ozone_native_pixmap_drm_unittest.cc » ('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/events", 4 "+ui/events",
5 "+ui/gfx", 5 "+ui/gfx",
6 ] 6 ]
7 7
8 specific_include_rules = { 8 specific_include_rules = {
9 # This is the only target that should use the osmesa.h header. Everything else 9 # This is the only target that should use the osmesa.h header. Everything else
10 # should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to 10 # should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to
11 # get access to desktop OpenGL. 11 # get access to desktop OpenGL.
12 "gl_surface_osmesa.cc": [ 12 "gl_surface_osmesa.cc": [
13 "+third_party/mesa/src/include/GL/osmesa.h", 13 "+third_party/mesa/src/include/GL/osmesa.h",
14 ], 14 ],
15 # Allow us to include ANGLE's base platform implementation. 15 # Allow us to include ANGLE's base platform implementation.
16 "angle_platform_impl.h": [ 16 "angle_platform_impl.h": [
17 "+third_party/angle/include/platform/Platform.h", 17 "+third_party/angle/include/platform/Platform.h",
18 ], 18 ],
19 "gl_image_ozone_native_pixmap_drm_unittest.cc": [
20 "+ui/ozone/gl",
21 "+ui/ozone/public",
22 ],
23 "gl_image_ozone_native_pixmap_unittest.cc": [
24 "+ui/ozone/gl",
25 "+ui/ozone/public",
26 ],
27 } 19 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_ozone_native_pixmap_drm_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698