Use C bindings to Mojo GL entry points exclusively

This commit is contained in:
James Robinson 2015-08-27 14:22:49 -07:00
parent 17ba6050eb
commit aa27d6665b
2 changed files with 1 additions and 3 deletions

2
DEPS
View File

@ -19,7 +19,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'mojo_sdk_revision': 'eb7dac2f90187db12c0d29792a0bd999bc96cbe5',
'mojo_sdk_revision': 'f9c33d6eb1106c0f9edbbfb607da94fb76245238',
'mojo_devtools_revision': '2feda37728d3e551ef543b8f6c4f4b20eaa2d81f',
'skia_revision': '6904d1d3f1a2903fcaa4c4bd17b07d5f10af2e8e',
'dart_revision': 'cab003366785773ace16b5305ac1f33c228cac54',

View File

@ -80,8 +80,6 @@ dirs_from_mojo = [
'mojo/data_pipe_utils',
'mojo/edk',
'mojo/environment',
'mojo/gles2',
'mojo/gpu',
'mojo/icu',
'mojo/java',
'mojo/message_pump',