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

Side by Side Diff: remoting/remoting_test.gypi

Issue 858303003: Removing FakePolicyWatcher and introducing FakeAsyncPolicyLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../components/components.gyp:policy_component_test_support',
12 '../net/net.gyp:net_test_support', 13 '../net/net.gyp:net_test_support',
13 '../testing/gmock.gyp:gmock', 14 '../testing/gmock.gyp:gmock',
14 '../testing/gtest.gyp:gtest', 15 '../testing/gtest.gyp:gtest',
15 'remoting_base', 16 'remoting_base',
16 'remoting_client', 17 'remoting_client',
17 'remoting_host', 18 'remoting_host',
18 'remoting_protocol', 19 'remoting_protocol',
19 'remoting_resources', 20 'remoting_resources',
20 ], 21 ],
21 'sources': [ 22 'sources': [
22 'host/fake_desktop_capturer.cc', 23 'host/fake_desktop_capturer.cc',
23 'host/fake_desktop_capturer.h', 24 'host/fake_desktop_capturer.h',
24 'host/fake_desktop_environment.cc', 25 'host/fake_desktop_environment.cc',
25 'host/fake_desktop_environment.h', 26 'host/fake_desktop_environment.h',
26 'host/fake_host_status_monitor.h', 27 'host/fake_host_status_monitor.h',
27 'host/fake_mouse_cursor_monitor.cc', 28 'host/fake_mouse_cursor_monitor.cc',
28 'host/fake_mouse_cursor_monitor.h', 29 'host/fake_mouse_cursor_monitor.h',
29 'host/policy_hack/fake_policy_watcher.cc',
30 'host/policy_hack/fake_policy_watcher.h',
31 'host/policy_hack/mock_policy_callback.cc', 30 'host/policy_hack/mock_policy_callback.cc',
32 'host/policy_hack/mock_policy_callback.h', 31 'host/policy_hack/mock_policy_callback.h',
33 'protocol/fake_authenticator.cc', 32 'protocol/fake_authenticator.cc',
34 'protocol/fake_authenticator.h', 33 'protocol/fake_authenticator.h',
35 'protocol/fake_datagram_socket.cc', 34 'protocol/fake_datagram_socket.cc',
36 'protocol/fake_datagram_socket.h', 35 'protocol/fake_datagram_socket.h',
37 'protocol/fake_session.cc', 36 'protocol/fake_session.cc',
38 'protocol/fake_session.h', 37 'protocol/fake_session.h',
39 'protocol/fake_stream_socket.cc', 38 'protocol/fake_stream_socket.cc',
40 'protocol/fake_stream_socket.h', 39 'protocol/fake_stream_socket.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'dependencies': [ 420 'dependencies': [
422 '../base/allocator/allocator.gyp:allocator', 421 '../base/allocator/allocator.gyp:allocator',
423 ], 422 ],
424 }], 423 }],
425 ], # end of 'conditions' 424 ], # end of 'conditions'
426 }, # end of target 'remoting_perftests' 425 }, # end of target 'remoting_perftests'
427 ] 426 ]
428 }] 427 }]
429 ] 428 ]
430 } 429 }
OLDNEW
« remoting/host/policy_hack/policy_watcher_unittest.cc ('K') | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698