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

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: Pass the policy dictionary as a scoped_ptr. 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
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 1678 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_nat_policy.cc',
1700 'host/policy_hack/fake_nat_policy.h',
1701 'host/policy_hack/mock_policy_callback.cc',
1702 'host/policy_hack/mock_policy_callback.h',
1703 'host/policy_hack/nat_policy_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
« remoting/host/policy_hack/nat_policy.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698