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

Unified Diff: ui/gl/gl.gyp

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/DEPS ('k') | ui/gl/gl_image_ozone_native_pixmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 5ee1aef753630a78686f66484fc2d23728b66247..5389c9cd9f7fde9680041c700ed2e1197623f9af 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -292,16 +292,6 @@
['OS!="android"', {
'sources/': [ ['exclude', '^android/'] ],
}],
- ['use_ozone==1', {
- 'sources': [
- 'gl_image_ozone_native_pixmap.cc',
- 'gl_image_ozone_native_pixmap.h',
- ],
- 'dependencies': [
- '../ozone/ozone.gyp:ozone',
- '../ozone/ozone.gyp:ozone_base',
- ],
- }],
],
},
{
« no previous file with comments | « ui/gl/DEPS ('k') | ui/gl/gl_image_ozone_native_pixmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698