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

Side by Side Diff: remoting/remoting.gyp

Issue 10637008: Remove UrlFetcher from remoting and use the one in net instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use enum instead of bool to distinguish fetchers. Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/url_fetcher_unittest.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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'host/session_event_executor_win.cc', 1199 'host/session_event_executor_win.cc',
1200 'host/session_event_executor_win.h', 1200 'host/session_event_executor_win.h',
1201 'host/session_manager_factory.cc', 1201 'host/session_manager_factory.cc',
1202 'host/session_manager_factory.h', 1202 'host/session_manager_factory.h',
1203 'host/signaling_connector.cc', 1203 'host/signaling_connector.cc',
1204 'host/signaling_connector.h', 1204 'host/signaling_connector.h',
1205 'host/scoped_thread_desktop_win.cc', 1205 'host/scoped_thread_desktop_win.cc',
1206 'host/scoped_thread_desktop_win.h', 1206 'host/scoped_thread_desktop_win.h',
1207 'host/ui_strings.cc', 1207 'host/ui_strings.cc',
1208 'host/ui_strings.h', 1208 'host/ui_strings.h',
1209 'host/url_fetcher.cc',
1210 'host/url_fetcher.h',
1211 'host/url_request_context.cc', 1209 'host/url_request_context.cc',
1212 'host/url_request_context.h', 1210 'host/url_request_context.h',
1213 'host/user_authenticator.h', 1211 'host/user_authenticator.h',
1214 'host/user_authenticator_linux.cc', 1212 'host/user_authenticator_linux.cc',
1215 'host/user_authenticator_mac.cc', 1213 'host/user_authenticator_mac.cc',
1216 'host/user_authenticator_win.cc', 1214 'host/user_authenticator_win.cc',
1217 'host/vlog_net_log.cc', 1215 'host/vlog_net_log.cc',
1218 'host/vlog_net_log.h', 1216 'host/vlog_net_log.h',
1219 'host/x_server_pixel_buffer.cc', 1217 'host/x_server_pixel_buffer.cc',
1220 'host/x_server_pixel_buffer.h', 1218 'host/x_server_pixel_buffer.h',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 'host/host_mock_objects.cc', 1692 'host/host_mock_objects.cc',
1695 'host/host_mock_objects.h', 1693 'host/host_mock_objects.h',
1696 'host/json_host_config_unittest.cc', 1694 'host/json_host_config_unittest.cc',
1697 'host/log_to_server_unittest.cc', 1695 'host/log_to_server_unittest.cc',
1698 'host/pin_hash_unittest.cc', 1696 'host/pin_hash_unittest.cc',
1699 'host/register_support_host_request_unittest.cc', 1697 'host/register_support_host_request_unittest.cc',
1700 'host/remote_input_filter_unittest.cc', 1698 'host/remote_input_filter_unittest.cc',
1701 'host/screen_recorder_unittest.cc', 1699 'host/screen_recorder_unittest.cc',
1702 'host/server_log_entry_unittest.cc', 1700 'host/server_log_entry_unittest.cc',
1703 'host/test_key_pair.h', 1701 'host/test_key_pair.h',
1704 'host/url_fetcher_unittest.cc',
1705 'jingle_glue/fake_signal_strategy.cc', 1702 'jingle_glue/fake_signal_strategy.cc',
1706 'jingle_glue/fake_signal_strategy.h', 1703 'jingle_glue/fake_signal_strategy.h',
1707 'jingle_glue/iq_sender_unittest.cc', 1704 'jingle_glue/iq_sender_unittest.cc',
1708 'jingle_glue/jingle_thread_unittest.cc', 1705 'jingle_glue/jingle_thread_unittest.cc',
1709 'jingle_glue/mock_objects.cc', 1706 'jingle_glue/mock_objects.cc',
1710 'jingle_glue/mock_objects.h', 1707 'jingle_glue/mock_objects.h',
1711 'protocol/authenticator_test_base.cc', 1708 'protocol/authenticator_test_base.cc',
1712 'protocol/authenticator_test_base.h', 1709 'protocol/authenticator_test_base.h',
1713 'protocol/clipboard_echo_filter_unittest.cc', 1710 'protocol/clipboard_echo_filter_unittest.cc',
1714 'protocol/connection_tester.cc', 1711 'protocol/connection_tester.cc',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 '../base/allocator/allocator.gyp:allocator', 1767 '../base/allocator/allocator.gyp:allocator',
1771 ], 1768 ],
1772 }, 1769 },
1773 ], 1770 ],
1774 ], 1771 ],
1775 }], 1772 }],
1776 ], # end of 'conditions' 1773 ], # end of 'conditions'
1777 }, # end of target 'remoting_unittests' 1774 }, # end of target 'remoting_unittests'
1778 ], # end of targets 1775 ], # end of targets
1779 } 1776 }
OLDNEW
« no previous file with comments | « remoting/host/url_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698