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

Unified Diff: mojo/mojo.gyp

Issue 27536014: Teach mojo_shell how to load data URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « mojo/loader/url_request_context_getter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index c69fc1a37dcc0741c41c3a8e69abb033e29564df..6ec650674d3f013ca1742c0b6da1e5b6dceca6f9 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -135,9 +135,14 @@
'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',
« no previous file with comments | « mojo/loader/url_request_context_getter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698