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

Side by Side 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, 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
« no previous file with comments | « remoting/host/vlog_net_log.cc ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'host/service_urls.cc', 445 'host/service_urls.cc',
446 'host/service_urls.h', 446 'host/service_urls.h',
447 'host/session_manager_factory.cc', 447 'host/session_manager_factory.cc',
448 'host/session_manager_factory.h', 448 'host/session_manager_factory.h',
449 'host/signaling_connector.cc', 449 'host/signaling_connector.cc',
450 'host/signaling_connector.h', 450 'host/signaling_connector.h',
451 'host/token_validator_factory_impl.cc', 451 'host/token_validator_factory_impl.cc',
452 'host/token_validator_factory_impl.h', 452 'host/token_validator_factory_impl.h',
453 'host/ui_strings.cc', 453 'host/ui_strings.cc',
454 'host/ui_strings.h', 454 'host/ui_strings.h',
455 'host/url_request_context.cc',
456 'host/url_request_context.h',
457 'host/usage_stats_consent.h', 455 'host/usage_stats_consent.h',
458 'host/usage_stats_consent_mac.cc', 456 'host/usage_stats_consent_mac.cc',
459 'host/usage_stats_consent_win.cc', 457 'host/usage_stats_consent_win.cc',
460 'host/video_scheduler.cc', 458 'host/video_scheduler.cc',
461 'host/video_scheduler.h', 459 'host/video_scheduler.h',
462 'host/vlog_net_log.cc',
463 'host/vlog_net_log.h',
464 'host/win/com_security.cc', 460 'host/win/com_security.cc',
465 'host/win/com_security.h', 461 'host/win/com_security.h',
466 'host/win/launch_process_with_token.cc', 462 'host/win/launch_process_with_token.cc',
467 'host/win/launch_process_with_token.h', 463 'host/win/launch_process_with_token.h',
468 'host/win/omaha.cc', 464 'host/win/omaha.cc',
469 'host/win/omaha.h', 465 'host/win/omaha.h',
470 'host/win/rdp_client.cc', 466 'host/win/rdp_client.cc',
471 'host/win/rdp_client.h', 467 'host/win/rdp_client.h',
472 'host/win/rdp_client_window.cc', 468 'host/win/rdp_client_window.cc',
473 'host/win/rdp_client_window.h', 469 'host/win/rdp_client_window.h',
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 'base/rate_counter.h', 2323 'base/rate_counter.h',
2328 'base/resources.cc', 2324 'base/resources.cc',
2329 'base/resources.h', 2325 'base/resources.h',
2330 'base/rsa_key_pair.cc', 2326 'base/rsa_key_pair.cc',
2331 'base/rsa_key_pair.h', 2327 'base/rsa_key_pair.h',
2332 'base/running_average.cc', 2328 'base/running_average.cc',
2333 'base/running_average.h', 2329 'base/running_average.h',
2334 'base/socket_reader.cc', 2330 'base/socket_reader.cc',
2335 'base/socket_reader.h', 2331 'base/socket_reader.h',
2336 'base/typed_buffer.h', 2332 'base/typed_buffer.h',
2333 'base/url_request_context.cc',
2334 'base/url_request_context.h',
2337 'base/util.cc', 2335 'base/util.cc',
2338 'base/util.h', 2336 'base/util.h',
2337 'base/vlog_net_log.cc',
2338 'base/vlog_net_log.h',
2339 'codec/audio_decoder.cc', 2339 'codec/audio_decoder.cc',
2340 'codec/audio_decoder.h', 2340 'codec/audio_decoder.h',
2341 'codec/audio_decoder_opus.cc', 2341 'codec/audio_decoder_opus.cc',
2342 'codec/audio_decoder_opus.h', 2342 'codec/audio_decoder_opus.h',
2343 'codec/audio_decoder_speex.cc', 2343 'codec/audio_decoder_speex.cc',
2344 'codec/audio_decoder_speex.h', 2344 'codec/audio_decoder_speex.h',
2345 'codec/audio_decoder_verbatim.cc', 2345 'codec/audio_decoder_verbatim.cc',
2346 'codec/audio_decoder_verbatim.h', 2346 'codec/audio_decoder_verbatim.h',
2347 'codec/audio_encoder.h', 2347 'codec/audio_encoder.h',
2348 'codec/audio_encoder_opus.cc', 2348 'codec/audio_encoder_opus.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 '../base/allocator/allocator.gyp:allocator', 2789 '../base/allocator/allocator.gyp:allocator',
2790 ], 2790 ],
2791 }, 2791 },
2792 ], 2792 ],
2793 ], 2793 ],
2794 }], # end of 'toolkit_uses_gtk == 1' 2794 }], # end of 'toolkit_uses_gtk == 1'
2795 ], # end of 'conditions' 2795 ], # end of 'conditions'
2796 }, # end of target 'remoting_unittests' 2796 }, # end of target 'remoting_unittests'
2797 ], # end of targets 2797 ], # end of targets
2798 } 2798 }
OLDNEW
« 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