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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1008043003: Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the pub… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing 2nd round of feedback Created 5 years, 9 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/remoting_all.gyp ('k') | remoting/test/access_token_fetcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'protocol/protocol_mock_objects.cc', 42 'protocol/protocol_mock_objects.cc',
43 'protocol/protocol_mock_objects.h', 43 'protocol/protocol_mock_objects.h',
44 'protocol/test_event_matchers.h', 44 'protocol/test_event_matchers.h',
45 'signaling/fake_signal_strategy.cc', 45 'signaling/fake_signal_strategy.cc',
46 'signaling/fake_signal_strategy.h', 46 'signaling/fake_signal_strategy.h',
47 'signaling/mock_signal_strategy.cc', 47 'signaling/mock_signal_strategy.cc',
48 'signaling/mock_signal_strategy.h', 48 'signaling/mock_signal_strategy.h',
49 'test/access_token_fetcher.cc', 49 'test/access_token_fetcher.cc',
50 'test/access_token_fetcher.h', 50 'test/access_token_fetcher.h',
51 'test/app_remoting_test_driver_environment.cc', 51 'test/app_remoting_test_driver_environment.cc',
52 'test/app_remoting_test_driver_environment_app_details.cc',
52 'test/app_remoting_test_driver_environment.h', 53 'test/app_remoting_test_driver_environment.h',
53 'test/fake_access_token_fetcher.cc', 54 'test/fake_access_token_fetcher.cc',
54 'test/fake_access_token_fetcher.h', 55 'test/fake_access_token_fetcher.h',
55 'test/fake_network_dispatcher.cc', 56 'test/fake_network_dispatcher.cc',
56 'test/fake_network_dispatcher.h', 57 'test/fake_network_dispatcher.h',
57 'test/fake_network_manager.cc', 58 'test/fake_network_manager.cc',
58 'test/fake_network_manager.h', 59 'test/fake_network_manager.h',
59 'test/fake_port_allocator.cc', 60 'test/fake_port_allocator.cc',
60 'test/fake_port_allocator.h', 61 'test/fake_port_allocator.h',
61 'test/fake_remote_host_info_fetcher.cc', 62 'test/fake_remote_host_info_fetcher.cc',
62 'test/fake_remote_host_info_fetcher.h', 63 'test/fake_remote_host_info_fetcher.h',
63 'test/fake_socket_factory.cc', 64 'test/fake_socket_factory.cc',
64 'test/fake_socket_factory.h', 65 'test/fake_socket_factory.h',
65 'test/leaky_bucket.cc', 66 'test/leaky_bucket.cc',
66 'test/leaky_bucket.h', 67 'test/leaky_bucket.h',
67 'test/mock_access_token_fetcher.cc', 68 'test/mock_access_token_fetcher.cc',
68 'test/mock_access_token_fetcher.h', 69 'test/mock_access_token_fetcher.h',
69 'test/refresh_token_store.cc', 70 'test/refresh_token_store.cc',
70 'test/refresh_token_store.h', 71 'test/refresh_token_store.h',
72 'test/remote_application_details.h',
71 'test/remote_connection_observer.h', 73 'test/remote_connection_observer.h',
72 'test/remote_host_info.cc', 74 'test/remote_host_info.cc',
73 'test/remote_host_info.h', 75 'test/remote_host_info.h',
74 'test/remote_host_info_fetcher.cc', 76 'test/remote_host_info_fetcher.cc',
75 'test/remote_host_info_fetcher.h', 77 'test/remote_host_info_fetcher.h',
76 'test/test_chromoting_client.cc', 78 'test/test_chromoting_client.cc',
77 'test/test_chromoting_client.h', 79 'test/test_chromoting_client.h',
78 'test/test_video_renderer.cc', 80 'test/test_video_renderer.cc',
79 'test/test_video_renderer.h', 81 'test/test_video_renderer.h',
80 ], 82 ],
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'dependencies': [ 453 'dependencies': [
452 '../base/allocator/allocator.gyp:allocator', 454 '../base/allocator/allocator.gyp:allocator',
453 ], 455 ],
454 }], 456 }],
455 ], # end of 'conditions' 457 ], # end of 'conditions'
456 }, # end of target 'remoting_perftests' 458 }, # end of target 'remoting_perftests'
457 ] 459 ]
458 }] 460 }]
459 ] 461 ]
460 } 462 }
OLDNEW
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/test/access_token_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698