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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1237093004: Support for connecting to localhost on the chromoting test driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made changes to comments and variable name. Created 5 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
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/connection_setup_info.h » ('J')
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_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'signaling/fake_signal_strategy.cc', 49 'signaling/fake_signal_strategy.cc',
50 'signaling/fake_signal_strategy.h', 50 'signaling/fake_signal_strategy.h',
51 'signaling/mock_signal_strategy.cc', 51 'signaling/mock_signal_strategy.cc',
52 'signaling/mock_signal_strategy.h', 52 'signaling/mock_signal_strategy.h',
53 'test/access_token_fetcher.cc', 53 'test/access_token_fetcher.cc',
54 'test/access_token_fetcher.h', 54 'test/access_token_fetcher.h',
55 'test/app_remoting_report_issue_request.cc', 55 'test/app_remoting_report_issue_request.cc',
56 'test/app_remoting_report_issue_request.h', 56 'test/app_remoting_report_issue_request.h',
57 'test/app_remoting_service_urls.cc', 57 'test/app_remoting_service_urls.cc',
58 'test/app_remoting_service_urls.h', 58 'test/app_remoting_service_urls.h',
59 'test/connection_setup_info.cc',
60 'test/connection_setup_info.h',
59 'test/fake_access_token_fetcher.cc', 61 'test/fake_access_token_fetcher.cc',
60 'test/fake_access_token_fetcher.h', 62 'test/fake_access_token_fetcher.h',
61 'test/fake_app_remoting_report_issue_request.cc', 63 'test/fake_app_remoting_report_issue_request.cc',
62 'test/fake_app_remoting_report_issue_request.h', 64 'test/fake_app_remoting_report_issue_request.h',
63 'test/fake_network_dispatcher.cc', 65 'test/fake_network_dispatcher.cc',
64 'test/fake_network_dispatcher.h', 66 'test/fake_network_dispatcher.h',
65 'test/fake_network_manager.cc', 67 'test/fake_network_manager.cc',
66 'test/fake_network_manager.h', 68 'test/fake_network_manager.h',
67 'test/fake_port_allocator.cc', 69 'test/fake_port_allocator.cc',
68 'test/fake_port_allocator.h', 70 'test/fake_port_allocator.h',
(...skipping 27 matching lines...) Expand all
96 'dependencies!': [ 98 'dependencies!': [
97 'remoting_host', 99 'remoting_host',
98 ], 100 ],
99 'sources/': [ 101 'sources/': [
100 ['exclude', '^host/'], 102 ['exclude', '^host/'],
101 ] 103 ]
102 }], 104 }],
103 ], 105 ],
104 }, 106 },
105 { 107 {
108 # A chromoting version of remoting_test_driver_common
joedow 2015/07/20 16:39:53 This comment looks wrong,I would just remove it, e
tonychun 2015/07/20 18:13:01 Done.
106 'target_name': 'chromoting_test_driver', 109 'target_name': 'chromoting_test_driver',
107 'type': '<(gtest_target_type)', 110 'type': '<(gtest_target_type)',
108 'dependencies': [ 111 'dependencies': [
112 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
113 '../testing/gtest.gyp:gtest',
109 'remoting_test_support', 114 'remoting_test_support',
110 '../testing/gtest.gyp:gtest',
111 ], 115 ],
112 'sources': [ 116 'sources': [
113 'test/chromoting_test_driver.cc', 117 'test/chromoting_test_driver.cc',
114 ], 118 ],
115 }, # end of target 'chromoting_test_driver' 119 }, # end of target 'chromoting_test_driver'
116 { 120 {
117 'target_name': 'ar_test_driver_common', 121 'target_name': 'ar_test_driver_common',
118 'type': 'static_library', 122 'type': 'static_library',
119 'dependencies': [ 123 'dependencies': [
120 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', 124 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 '../build/isolate.gypi', 601 '../build/isolate.gypi',
598 ], 602 ],
599 'sources': [ 603 'sources': [
600 'remoting_unittests.isolate', 604 'remoting_unittests.isolate',
601 ], 605 ],
602 }, 606 },
603 ], 607 ],
604 }], 608 }],
605 ] # end of 'conditions' 609 ] # end of 'conditions'
606 } 610 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/connection_setup_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698