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

Unified Diff: remoting/remoting.gyp

Issue 18460003: Move url_request_context from remoting/host/ to remoting/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « remoting/host/vlog_net_log.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index bd877561610f3c4f4af8597a7c41bc4d7bf5735d..584151a6a818fb19e5e4a789a8ac89d29c7c4b39 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -452,15 +452,11 @@
'host/token_validator_factory_impl.h',
'host/ui_strings.cc',
'host/ui_strings.h',
- 'host/url_request_context.cc',
- 'host/url_request_context.h',
'host/usage_stats_consent.h',
'host/usage_stats_consent_mac.cc',
'host/usage_stats_consent_win.cc',
'host/video_scheduler.cc',
'host/video_scheduler.h',
- 'host/vlog_net_log.cc',
- 'host/vlog_net_log.h',
'host/win/com_security.cc',
'host/win/com_security.h',
'host/win/launch_process_with_token.cc',
@@ -2334,8 +2330,12 @@
'base/socket_reader.cc',
'base/socket_reader.h',
'base/typed_buffer.h',
+ 'base/url_request_context.cc',
+ 'base/url_request_context.h',
'base/util.cc',
'base/util.h',
+ 'base/vlog_net_log.cc',
+ 'base/vlog_net_log.h',
'codec/audio_decoder.cc',
'codec/audio_decoder.h',
'codec/audio_decoder_opus.cc',
« no previous file with comments | « remoting/host/vlog_net_log.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698