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

Unified Diff: mojo/mojo.gyp

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 | « no previous file | mojo/mojo_apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 3eaff73179005783a3fffa7ffbdcac525fda4976..fb62b14d5e32a61997e2ef4b5f944c1f48aa4243 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -375,7 +375,9 @@
'mojo_geometry_lib',
'mojo_surfaces_bindings',
'mojo_surfaces_lib',
- '<(mojo_gles2_for_loadable_module)',
+ ],
+ 'includes': [
+ 'mojo_public_gles2_for_loadable_module.gypi',
],
'export_dependent_settings': [
'mojo_surfaces_bindings',
@@ -479,7 +481,9 @@
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
'mojo_cc_support',
'mojo_native_viewport_bindings',
- '<(mojo_gles2_for_loadable_module)',
+ ],
+ 'includes': [
+ 'mojo_public_gles2_for_loadable_module.gypi',
],
'sources': [
'aura/aura_init.cc',
« no previous file with comments | « no previous file | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698