summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-29 02:40:30 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-29 02:40:30 +0000
commitc6c6e5651515399af25e8cd70ad17b729c14e09a (patch)
tree1368e8883d88caaa4adbda98a782af5c3af1e1df /mojo/mojo.gyp
parent43346e39ef7145d80ab53085294fd02fa0c78f6e (diff)
downloadchromium_src-c6c6e5651515399af25e8cd70ad17b729c14e09a.zip
chromium_src-c6c6e5651515399af25e8cd70ad17b729c14e09a.tar.gz
chromium_src-c6c6e5651515399af25e8cd70ad17b729c14e09a.tar.bz2
Mostly useful for testing.
Added default implementations for methods in net::NetworkDelegate to make it easier to implement, and more likely for implementations to be correct. BUG=310297 Review URL: https://codereview.chromium.org/38303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231489 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 6402519..7546219 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -147,6 +147,8 @@
'shell/context.h',
'shell/loader.cc',
'shell/loader.h',
+ 'shell/network_delegate.cc',
+ 'shell/network_delegate.h',
'shell/run.cc',
'shell/run.h',
'shell/storage.cc',