| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index c69fc1a37dcc0741c41c3a8e69abb033e29564df..b81d5382e75a2784d8fd5c532729b6c152ac6cad 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -135,14 +135,25 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../net/net.gyp:net',
|
| 'mojo_system',
|
| ],
|
| 'sources': [
|
| + 'loader/job.cc',
|
| + 'loader/job.h',
|
| + 'loader/loader.cc',
|
| + 'loader/loader.h',
|
| + 'loader/url_request_context_getter.cc',
|
| + 'loader/url_request_context_getter.h',
|
| 'shell/app_container.cc',
|
| 'shell/app_container.h',
|
| 'shell/shell.cc',
|
| + 'shell/storage.cc',
|
| + 'shell/storage.h',
|
| 'shell/switches.cc',
|
| 'shell/switches.h',
|
| + 'shell/task_runners.cc',
|
| + 'shell/task_runners.h',
|
| ],
|
| 'conditions': [
|
| ['OS == "win"', {
|
|
|