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

Side by Side Diff: remoting/remoting_test.gypi

Issue 2190473002: Revert of Add scroll perf test for protocol in chromoting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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') | 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_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'test/fake_network_manager.cc', 89 'test/fake_network_manager.cc',
90 'test/fake_network_manager.h', 90 'test/fake_network_manager.h',
91 'test/fake_port_allocator.cc', 91 'test/fake_port_allocator.cc',
92 'test/fake_port_allocator.h', 92 'test/fake_port_allocator.h',
93 'test/fake_refresh_token_store.cc', 93 'test/fake_refresh_token_store.cc',
94 'test/fake_refresh_token_store.h', 94 'test/fake_refresh_token_store.h',
95 'test/fake_remote_host_info_fetcher.cc', 95 'test/fake_remote_host_info_fetcher.cc',
96 'test/fake_remote_host_info_fetcher.h', 96 'test/fake_remote_host_info_fetcher.h',
97 'test/fake_socket_factory.cc', 97 'test/fake_socket_factory.cc',
98 'test/fake_socket_factory.h', 98 'test/fake_socket_factory.h',
99 'test/frame_generator_util.cc',
100 'test/frame_generator_util.h',
101 'test/host_info.cc', 99 'test/host_info.cc',
102 'test/host_info.h', 100 'test/host_info.h',
103 'test/host_list_fetcher.cc', 101 'test/host_list_fetcher.cc',
104 'test/host_list_fetcher.h', 102 'test/host_list_fetcher.h',
105 'test/leaky_bucket.cc', 103 'test/leaky_bucket.cc',
106 'test/leaky_bucket.h', 104 'test/leaky_bucket.h',
107 'test/mock_access_token_fetcher.cc', 105 'test/mock_access_token_fetcher.cc',
108 'test/mock_access_token_fetcher.h', 106 'test/mock_access_token_fetcher.h',
109 'test/refresh_token_store.cc', 107 'test/refresh_token_store.cc',
110 'test/refresh_token_store.h', 108 'test/refresh_token_store.h',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 '../build/isolate.gypi', 624 '../build/isolate.gypi',
627 ], 625 ],
628 'sources': [ 626 'sources': [
629 'remoting_unittests.isolate', 627 'remoting_unittests.isolate',
630 ], 628 ],
631 }, 629 },
632 ], 630 ],
633 }], 631 }],
634 ] # end of 'conditions' 632 ] # end of 'conditions'
635 } 633 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698