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

Unified Diff: mojo/mojo_variables.gypi

Issue 518163003: media: scaffolding and plumbing for MojoRenderer{Impl, Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@medr
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
Index: mojo/mojo_variables.gypi
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index ef362b721ccee7b2f08132bef3635e3e7d45276c..fa1d42dbd29d5105067e4cb3747dd807fe70418a 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -32,13 +32,13 @@
# which Mojo system library they are using.
#
['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_system_for_component': "../mojo/mojo_base.gyp:mojo_system_impl",
+ 'mojo_system_for_loadable_module': "../mojo/mojo_base.gyp:mojo_system_impl",
+ 'mojo_gles2_for_component': "../mojo/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_system_for_component': "../mojo/mojo_base.gyp:mojo_none",
+ 'mojo_system_for_loadable_module': "../mojo/mojo_base.gyp:mojo_system",
+ 'mojo_gles2_for_component': "../mojo/mojo_base.gyp:mojo_none",
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698