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

Side by Side Diff: remoting/remoting.gyp

Issue 10804040: [Chromoting] Refactor the host policy watcher so that policies can easily be added. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for Windows. Created 8 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/host/remoting_me2me_host.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 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 'host/local_input_monitor_thread_linux.h', 1173 'host/local_input_monitor_thread_linux.h',
1174 'host/local_input_monitor_thread_win.cc', 1174 'host/local_input_monitor_thread_win.cc',
1175 'host/local_input_monitor_thread_win.h', 1175 'host/local_input_monitor_thread_win.h',
1176 'host/local_input_monitor_win.cc', 1176 'host/local_input_monitor_win.cc',
1177 'host/log_to_server.cc', 1177 'host/log_to_server.cc',
1178 'host/log_to_server.h', 1178 'host/log_to_server.h',
1179 'host/mouse_move_observer.h', 1179 'host/mouse_move_observer.h',
1180 'host/network_settings.h', 1180 'host/network_settings.h',
1181 'host/pin_hash.cc', 1181 'host/pin_hash.cc',
1182 'host/pin_hash.h', 1182 'host/pin_hash.h',
1183 'host/policy_hack/nat_policy.h', 1183 'host/policy_hack/policy_watcher.h',
1184 'host/policy_hack/nat_policy.cc', 1184 'host/policy_hack/policy_watcher.cc',
1185 'host/policy_hack/nat_policy_linux.cc', 1185 'host/policy_hack/policy_watcher_linux.cc',
1186 'host/policy_hack/nat_policy_mac.mm', 1186 'host/policy_hack/policy_watcher_mac.mm',
1187 'host/policy_hack/nat_policy_win.cc', 1187 'host/policy_hack/policy_watcher_win.cc',
1188 'host/register_support_host_request.cc', 1188 'host/register_support_host_request.cc',
1189 'host/register_support_host_request.h', 1189 'host/register_support_host_request.h',
1190 'host/remote_input_filter.cc', 1190 'host/remote_input_filter.cc',
1191 'host/remote_input_filter.h', 1191 'host/remote_input_filter.h',
1192 'host/screen_recorder.cc', 1192 'host/screen_recorder.cc',
1193 'host/screen_recorder.h', 1193 'host/screen_recorder.h',
1194 'host/server_log_entry.cc', 1194 'host/server_log_entry.cc',
1195 'host/server_log_entry.h', 1195 'host/server_log_entry.h',
1196 'host/session_event_executor_win.cc', 1196 'host/session_event_executor_win.cc',
1197 'host/session_event_executor_win.h', 1197 'host/session_event_executor_win.h',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 'host/client_session_unittest.cc', 1689 'host/client_session_unittest.cc',
1690 'host/differ_block_unittest.cc', 1690 'host/differ_block_unittest.cc',
1691 'host/differ_unittest.cc', 1691 'host/differ_unittest.cc',
1692 'host/heartbeat_sender_unittest.cc', 1692 'host/heartbeat_sender_unittest.cc',
1693 'host/host_key_pair_unittest.cc', 1693 'host/host_key_pair_unittest.cc',
1694 'host/host_mock_objects.cc', 1694 'host/host_mock_objects.cc',
1695 'host/host_mock_objects.h', 1695 'host/host_mock_objects.h',
1696 'host/json_host_config_unittest.cc', 1696 'host/json_host_config_unittest.cc',
1697 'host/log_to_server_unittest.cc', 1697 'host/log_to_server_unittest.cc',
1698 'host/pin_hash_unittest.cc', 1698 'host/pin_hash_unittest.cc',
1699 'host/policy_hack/fake_policy_watcher.cc',
1700 'host/policy_hack/fake_policy_watcher.h',
1701 'host/policy_hack/mock_policy_callback.cc',
1702 'host/policy_hack/mock_policy_callback.h',
1703 'host/policy_hack/policy_watcher_unittest.cc',
1699 'host/register_support_host_request_unittest.cc', 1704 'host/register_support_host_request_unittest.cc',
1700 'host/remote_input_filter_unittest.cc', 1705 'host/remote_input_filter_unittest.cc',
1701 'host/screen_recorder_unittest.cc', 1706 'host/screen_recorder_unittest.cc',
1702 'host/server_log_entry_unittest.cc', 1707 'host/server_log_entry_unittest.cc',
1703 'host/test_key_pair.h', 1708 'host/test_key_pair.h',
1704 'host/video_frame_capturer_helper_unittest.cc', 1709 'host/video_frame_capturer_helper_unittest.cc',
1705 'host/video_frame_capturer_mac_unittest.cc', 1710 'host/video_frame_capturer_mac_unittest.cc',
1706 'host/video_frame_capturer_unittest.cc', 1711 'host/video_frame_capturer_unittest.cc',
1707 'jingle_glue/fake_signal_strategy.cc', 1712 'jingle_glue/fake_signal_strategy.cc',
1708 'jingle_glue/fake_signal_strategy.h', 1713 'jingle_glue/fake_signal_strategy.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 '../base/allocator/allocator.gyp:allocator', 1777 '../base/allocator/allocator.gyp:allocator',
1773 ], 1778 ],
1774 }, 1779 },
1775 ], 1780 ],
1776 ], 1781 ],
1777 }], 1782 }],
1778 ], # end of 'conditions' 1783 ], # end of 'conditions'
1779 }, # end of target 'remoting_unittests' 1784 }, # end of target 'remoting_unittests'
1780 ], # end of targets 1785 ], # end of targets
1781 } 1786 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698