Index: mojo/mojo_shell.gyp |
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp |
index 62bba848a053cd3e02be5d1676d146bc36e9c140..837a7fe4da70594f63c4975a929761b580882d2c 100644 |
--- a/mojo/mojo_shell.gyp |
+++ b/mojo/mojo_shell.gyp |
@@ -51,6 +51,8 @@ |
'sources': [ |
'fetcher/about_fetcher.cc', |
'fetcher/about_fetcher.h', |
+ 'fetcher/data_fetcher.cc', |
+ 'fetcher/data_fetcher.h', |
'fetcher/local_fetcher.cc', |
'fetcher/local_fetcher.h', |
'fetcher/network_fetcher.cc', |
@@ -76,6 +78,7 @@ |
'<(DEPTH)/mojo/mojo_services.gyp:network_service_bindings_lib', |
'<(DEPTH)/mojo/mojo_services.gyp:updater_bindings_lib', |
'<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', |
+ '<(DEPTH)/net/net.gyp:net', |
'<(DEPTH)/url/url.gyp:url_lib', |
] |
}, { |