diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-29 02:40:30 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-29 02:40:30 +0000 |
commit | c6c6e5651515399af25e8cd70ad17b729c14e09a (patch) | |
tree | 1368e8883d88caaa4adbda98a782af5c3af1e1df /mojo/mojo.gyp | |
parent | 43346e39ef7145d80ab53085294fd02fa0c78f6e (diff) | |
download | chromium_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.gyp | 2 |
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', |