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

Unified Diff: mojo/mojo.gyp

Issue 27943002: Teach mojo_shell how to load http URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix lifetime 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
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"', {

Powered by Google App Engine
This is Rietveld 408576698