From 53889935b7ab51cc74aaa130c262f22a85472e98 Mon Sep 17 00:00:00 2001 From: jiajia qin Date: Mon, 28 Jul 2014 17:34:36 +0800 Subject: [PATCH] [Temp][Tizen] Temporarily remove ozone dependency for gl Currently, the ozone-wayland depends on ui/gl. However, that will cause cycling dependency error. So temporarily remove ozone dependency for gl until we find a better way. Refer to https://github.com/01org/ozone-wayland/issues/240 and https://github.com/01org/ozone-wayland/pull/246 --- ui/gl/gl.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp index 49c12f24514bf..613f9617f3646 100644 --- a/ui/gl/gl.gyp +++ b/ui/gl/gl.gyp @@ -301,7 +301,6 @@ }], ['use_ozone==1', { 'dependencies': [ - '../ozone/ozone.gyp:ozone', '../ozone/ozone.gyp:ozone_base', ], }],