| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 34322a277d9e6f43475cad7d0f1c4eed6f8301d8..8eea5476c8576cdb1fd01749b9521025f5b71b9a 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -504,6 +504,8 @@
|
| 'shell/test_child_process.h',
|
| 'shell/url_request_context_getter.cc',
|
| 'shell/url_request_context_getter.h',
|
| + 'shell/view_manager_loader.cc',
|
| + 'shell/view_manager_loader.h',
|
| ],
|
| 'conditions': [
|
| ['OS=="linux"', {
|
| @@ -516,9 +518,15 @@
|
| 'dependencies': [
|
| # These are only necessary as long as we hard code use of ViewManager.
|
| '../skia/skia.gyp:skia',
|
| + 'mojo_gles2',
|
| 'mojo_shell_client',
|
| 'mojo_view_manager',
|
| ],
|
| + }, { # use_aura==0
|
| + 'sources!': [
|
| + 'shell/view_manager_loader.cc',
|
| + 'shell/view_manager_loader.h',
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|