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

Unified Diff: mojo/mojo_services.gypi

Issue 509123003: Put thunk targets directly into loadable modules in static build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_public_gles2_for_loadable_module.gypi ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 93e8d29a52c8e0dd05ecc3ef03d8d3dbcbd4277e..6b1c9e49f9fec879f5c9343745eff5debed8e7ef 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -420,9 +420,11 @@
'mojo_gpu_bindings',
'mojo_surfaces_bindings',
'mojo_surfaces_lib',
- '<(mojo_gles2_for_loadable_module)',
'<(mojo_system_for_loadable_module)',
],
+ 'includes': [
+ 'mojo_public_gles2_for_loadable_module.gypi',
+ ],
'sources': [
'services/surfaces/surfaces_impl.cc',
'services/surfaces/surfaces_impl.h',
« no previous file with comments | « mojo/mojo_public_gles2_for_loadable_module.gypi ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698