summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_nacl.gyp
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-08 02:33:53 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-08 02:33:53 +0000
commit305ed87d5bb35fbdde0240c3d0f801be47909453 (patch)
tree61810b2987d2c51a0ce169fcfa25144c489552a1 /remoting/remoting_nacl.gyp
parent176fe9ad192f383d92336af2e7721d6cf7b59a50 (diff)
downloadchromium_src-305ed87d5bb35fbdde0240c3d0f801be47909453.zip
chromium_src-305ed87d5bb35fbdde0240c3d0f801be47909453.tar.gz
chromium_src-305ed87d5bb35fbdde0240c3d0f801be47909453.tar.bz2
Switch to using URLRequestContextBuilder to create some contexts.
Also add missing functionality to URLRequestContextBuilder to fit their needs. This is intended to simplify code to initialize the network stack, and make it easier to refactor network stack initialization. BUG=388836 Review URL: https://codereview.chromium.org/354693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_nacl.gyp')
-rw-r--r--remoting/remoting_nacl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp
index 81dc8da..0337491 100644
--- a/remoting/remoting_nacl.gyp
+++ b/remoting/remoting_nacl.gyp
@@ -121,7 +121,7 @@
'<@(remoting_protocol_sources)',
],
'sources!': [
- 'base/url_request_context.cc',
+ 'base/url_request_context_getter.cc',
'jingle_glue/chromium_socket_factory.cc',
],