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

Unified Diff: ui/gl/DEPS

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/DEPS
diff --git a/ui/gl/DEPS b/ui/gl/DEPS
deleted file mode 100644
index e582c0d1e1072ef4525fd279b2682c884f95f5c7..0000000000000000000000000000000000000000
--- a/ui/gl/DEPS
+++ /dev/null
@@ -1,20 +0,0 @@
-include_rules = [
- "+third_party/khronos",
- "+third_party/skia",
- "+ui/events",
- "+ui/gfx",
- "+ui/ozone/public",
-]
-
-specific_include_rules = {
-# This is the only target that should use the osmesa.h header. Everything else
-# should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to
-# get access to desktop OpenGL.
- "gl_surface_osmesa.cc": [
- "+third_party/mesa/src/include/GL/osmesa.h",
- ],
-# Allow us to include ANGLE's base platform implementation.
- "angle_platform_impl.h": [
- "+third_party/angle/include/platform/Platform.h",
- ],
-}
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698