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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1253613002: Updated latency fixture and refactored connection helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Updated naming for accessor of test_chromoting_client_" Created 5 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') | remoting/test/app_remoting_connection_helper.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test/mock_access_token_fetcher.cc', 87 'test/mock_access_token_fetcher.cc',
88 'test/mock_access_token_fetcher.h', 88 'test/mock_access_token_fetcher.h',
89 'test/refresh_token_store.cc', 89 'test/refresh_token_store.cc',
90 'test/refresh_token_store.h', 90 'test/refresh_token_store.h',
91 'test/remote_application_details.h', 91 'test/remote_application_details.h',
92 'test/remote_connection_observer.h', 92 'test/remote_connection_observer.h',
93 'test/remote_host_info.cc', 93 'test/remote_host_info.cc',
94 'test/remote_host_info.h', 94 'test/remote_host_info.h',
95 'test/remote_host_info_fetcher.cc', 95 'test/remote_host_info_fetcher.cc',
96 'test/remote_host_info_fetcher.h', 96 'test/remote_host_info_fetcher.h',
97 'test/rgb_value.cc',
98 'test/rgb_value.h',
97 'test/test_chromoting_client.cc', 99 'test/test_chromoting_client.cc',
98 'test/test_chromoting_client.h', 100 'test/test_chromoting_client.h',
99 'test/test_video_renderer.cc', 101 'test/test_video_renderer.cc',
100 'test/test_video_renderer.h', 102 'test/test_video_renderer.h',
101 ], 103 ],
102 'conditions': [ 104 'conditions': [
103 ['enable_remoting_host == 0', { 105 ['enable_remoting_host == 0', {
104 'dependencies!': [ 106 'dependencies!': [
105 'remoting_host', 107 'remoting_host',
106 ], 108 ],
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 '../build/isolate.gypi', 613 '../build/isolate.gypi',
612 ], 614 ],
613 'sources': [ 615 'sources': [
614 'remoting_unittests.isolate', 616 'remoting_unittests.isolate',
615 ], 617 ],
616 }, 618 },
617 ], 619 ],
618 }], 620 }],
619 ] # end of 'conditions' 621 ] # end of 'conditions'
620 } 622 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/app_remoting_connection_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698