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

Unified Diff: ui/gl/DEPS

Issue 2102443003: Break //ui/gl/ dependency on //ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_bindings
Patch Set: Rebase again. Created 4 years, 5 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/gl.gyp » ('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
index 8a98ee6e37c4c9cbd0548cc9d9f5f0041265df56..9ee131885676314ec2f58d5c111f64e564ff4635 100644
--- a/ui/gl/DEPS
+++ b/ui/gl/DEPS
@@ -4,7 +4,6 @@ include_rules = [
"+ui/base",
"+ui/events",
"+ui/gfx",
- "+ui/ozone/public",
]
specific_include_rules = {
@@ -18,4 +17,12 @@ specific_include_rules = {
"angle_platform_impl.h": [
"+third_party/angle/include/platform/Platform.h",
],
+ "gl_image_ozone_native_pixmap_drm_unittest.cc": [
+ "+ui/ozone/gl",
+ "+ui/ozone/public",
+ ],
+ "gl_image_ozone_native_pixmap_unittest.cc": [
+ "+ui/ozone/gl",
+ "+ui/ozone/public",
+ ],
}
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698