Index: ui/gl/gl.gyp |
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
index 95db80957d81b3e009e91af85127ca39d6919007..1b58ef9aebffb99500f003e799f91dd8a6ef4383 100644 |
--- a/ui/gl/gl.gyp |
+++ b/ui/gl/gl.gyp |
@@ -282,6 +282,11 @@ |
['OS!="android"', { |
'sources/': [ ['exclude', '^android/'] ], |
}], |
+ ['use_ozone==1', { |
+ 'dependencies': [ |
+ '../ozone/ozone.gyp:ozone', |
+ ], |
+ }], |
], |
}, |
{ |