Chromium Code Reviews| Index: mojo/mojo.gyp |
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
| index c69fc1a37dcc0741c41c3a8e69abb033e29564df..3e171a23d11cf5f1760bc69c0abb222538d515b0 100644 |
| --- a/mojo/mojo.gyp |
| +++ b/mojo/mojo.gyp |
| @@ -135,14 +135,23 @@ |
| 'type': 'executable', |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| + '../net/net.gyp:net', |
| 'mojo_system', |
| ], |
| 'sources': [ |
| + '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"', { |