Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: mojo/mojo_shell.gyp

Issue 1356623002: mojo: Add DataURLFetcher for processing data: urls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lolgyp Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
]
}, {

Powered by Google App Engine
This is Rietveld 408576698