From 9f4344f8d9d17639267def5c4f168e7ae86171df 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp index 59e82a6e339d4..ba04c0ce8b2e1 100644 --- a/ui/gl/gl.gyp +++ b/ui/gl/gl.gyp @@ -295,11 +295,6 @@ ['OS!="android"', { 'sources/': [ ['exclude', '^android/'] ], }], - ['use_ozone==1', { - 'dependencies': [ - '../ozone/ozone.gyp:ozone', - ], - }], ['OS=="android" and android_webview_build==0', { 'dependencies': [ '../android/ui_android.gyp:ui_java',