Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: mojo/mojo_variables.gypi

Issue 460743002: mojo: Reland "Convert gles2 to the new thunking system." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use the mojo_gles2_for_loadable_module variable in more places. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/public/c/gles2/gles2_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_variables.gypi
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index 896922072759899434ea94071b0c94b8333f1ac1..ff0d1b186238dd51e6427a17f95e0e2096ff58b6 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -34,9 +34,13 @@
['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",
}],
],
},
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/public/c/gles2/gles2_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698