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

Unified Diff: mojo/mojo_apps.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.gyp ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_apps.gypi
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
index 363af0c870ded80b01e45f0c88b9e1af2ad0753b..a66206a68a40e1273b5a319204eaa61b3b78aa6a 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -20,7 +20,9 @@
'mojo_base.gyp:mojo_gles2_bindings',
'mojo_base.gyp:mojo_js_bindings_lib',
'mojo_native_viewport_bindings',
- '<(mojo_gles2_for_loadable_module)',
+ ],
+ 'includes': [
+ 'mojo_public_gles2_for_loadable_module.gypi',
],
'export_dependent_settings': [
'../base/base.gyp:base',
@@ -28,7 +30,6 @@
'mojo_base.gyp:mojo_common_lib',
'mojo_base.gyp:mojo_gles2_bindings',
'mojo_native_viewport_bindings',
- '<(mojo_gles2_for_loadable_module)',
],
'sources': [
'apps/js/mojo_runner_delegate.cc',
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698