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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 354693004: Switch to using URLRequestContextBuilder to create some URLRequestContexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 17 matching lines...) Expand all
28 'base/rsa_key_pair.cc', 28 'base/rsa_key_pair.cc',
29 'base/rsa_key_pair.h', 29 'base/rsa_key_pair.h',
30 'base/running_average.cc', 30 'base/running_average.cc',
31 'base/running_average.h', 31 'base/running_average.h',
32 'base/scoped_sc_handle_win.h', 32 'base/scoped_sc_handle_win.h',
33 'base/service_urls.cc', 33 'base/service_urls.cc',
34 'base/service_urls.h', 34 'base/service_urls.h',
35 'base/socket_reader.cc', 35 'base/socket_reader.cc',
36 'base/socket_reader.h', 36 'base/socket_reader.h',
37 'base/typed_buffer.h', 37 'base/typed_buffer.h',
38 'base/url_request_context.cc', 38 'base/url_request_context_getter.cc',
39 'base/url_request_context.h', 39 'base/url_request_context_getter.h',
40 'base/util.cc', 40 'base/util.cc',
41 'base/util.h', 41 'base/util.h',
42 'base/vlog_net_log.cc', 42 'base/vlog_net_log.cc',
43 'base/vlog_net_log.h', 43 'base/vlog_net_log.h',
44 'codec/audio_decoder.cc', 44 'codec/audio_decoder.cc',
45 'codec/audio_decoder.h', 45 'codec/audio_decoder.h',
46 'codec/audio_decoder_opus.cc', 46 'codec/audio_decoder_opus.cc',
47 'codec/audio_decoder_opus.h', 47 'codec/audio_decoder_opus.h',
48 'codec/audio_decoder_verbatim.cc', 48 'codec/audio_decoder_verbatim.cc',
49 'codec/audio_decoder_verbatim.h', 49 'codec/audio_decoder_verbatim.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'client/plugin/pepper_plugin_thread_delegate.h', 250 'client/plugin/pepper_plugin_thread_delegate.h',
251 'client/plugin/pepper_port_allocator.cc', 251 'client/plugin/pepper_port_allocator.cc',
252 'client/plugin/pepper_port_allocator.h', 252 'client/plugin/pepper_port_allocator.h',
253 'client/plugin/pepper_util.cc', 253 'client/plugin/pepper_util.cc',
254 'client/plugin/pepper_util.h', 254 'client/plugin/pepper_util.h',
255 'client/plugin/pepper_view.cc', 255 'client/plugin/pepper_view.cc',
256 'client/plugin/pepper_view.h', 256 'client/plugin/pepper_view.h',
257 ], 257 ],
258 } 258 }
259 } 259 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698