| Index: mojo/mojo_variables.gypi
|
| diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
|
| index b80ebfc86ba15acd8775d133d523ef40f4507647..6e73b5a19272259e61296c9828f742b9f99dc311 100644
|
| --- a/mojo/mojo_variables.gypi
|
| +++ b/mojo/mojo_variables.gypi
|
| @@ -32,8 +32,8 @@
|
| # which Mojo system library they are using.
|
| #
|
| ['component=="shared_library"', {
|
| - 'mojo_system_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl",
|
| - 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl",
|
| + 'mojo_system_for_component': "<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl",
|
| + 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl",
|
| 'mojo_gles2_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_gles2_impl",
|
| }, {
|
| 'mojo_system_for_component': "<(DEPTH)/mojo/mojo_base.gyp:mojo_none",
|
|
|