From d475f1e614c5952b2c470ab8c148debfd8dcb6a0 Mon Sep 17 00:00:00 2001 From: "rkc@chromium.org" <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Sat, 9 Aug 2014 08:24:33 +0000 Subject: Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..." Still breaks linux bots: http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/builds/15297 http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29/builds/48234 http://build.chromium.org/p/chromium.linux/builders/Linux%20Clang%20%28dbg%29/builds/63188 > mojo: Reland "Convert gles2 to the new thunking system." > > This apparently fixes the tests. There was a merge conflict with the new > mojo_base.gyp file, and now we should be properly integrated, and > everything needed for the implementation of GLES2 should live in > mojo_base (mirroring mojo_system_impl), while everything about the > thunking goes in mojo_public (mirroring mojo_system). > > BUG=386799 > First Review URL: https://codereview.chromium.org/413303002 > > Review URL: https://codereview.chromium.org/448873002 TBR=erg@chromium.org Review URL: https://codereview.chromium.org/458683002 Cr-Commit-Position: refs/heads/master@{#288538} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288538 0039d316-1c4b-4281-b951-d872f2087c98 --- mojo/mojo_variables.gypi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mojo/mojo_variables.gypi') diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi index ff0d1b1..8969220 100644 --- a/mojo/mojo_variables.gypi +++ b/mojo/mojo_variables.gypi @@ -34,13 +34,9 @@ ['component=="shared_library"', { 'mojo_system_for_component': "mojo_base.gyp:mojo_system_impl", 'mojo_system_for_loadable_module': "mojo_base.gyp:mojo_system_impl", - 'mojo_gles2_for_component': "mojo_base.gyp:mojo_gles2_impl", - 'mojo_gles2_for_loadable_module': "mojo_base.gyp:mojo_gles2_impl", }, { 'mojo_system_for_component': "mojo_base.gyp:mojo_none", 'mojo_system_for_loadable_module': "mojo_base.gyp:mojo_system", - 'mojo_gles2_for_component': "mojo_base.gyp:mojo_none", - 'mojo_gles2_for_loadable_module': "mojo_base.gyp:mojo_gles2", }], ], }, -- cgit v1.1