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

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: "Moved RGBValue out of test video renderer as a standalone struct" 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
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'test/mock_access_token_fetcher.cc', 81 'test/mock_access_token_fetcher.cc',
82 'test/mock_access_token_fetcher.h', 82 'test/mock_access_token_fetcher.h',
83 'test/refresh_token_store.cc', 83 'test/refresh_token_store.cc',
84 'test/refresh_token_store.h', 84 'test/refresh_token_store.h',
85 'test/remote_application_details.h', 85 'test/remote_application_details.h',
86 'test/remote_connection_observer.h', 86 'test/remote_connection_observer.h',
87 'test/remote_host_info.cc', 87 'test/remote_host_info.cc',
88 'test/remote_host_info.h', 88 'test/remote_host_info.h',
89 'test/remote_host_info_fetcher.cc', 89 'test/remote_host_info_fetcher.cc',
90 'test/remote_host_info_fetcher.h', 90 'test/remote_host_info_fetcher.h',
91 'test/rgb_value.cc',
92 'test/rgb_value.h',
91 'test/test_chromoting_client.cc', 93 'test/test_chromoting_client.cc',
92 'test/test_chromoting_client.h', 94 'test/test_chromoting_client.h',
93 'test/test_video_renderer.cc', 95 'test/test_video_renderer.cc',
94 'test/test_video_renderer.h', 96 'test/test_video_renderer.h',
95 ], 97 ],
96 'conditions': [ 98 'conditions': [
97 ['enable_remoting_host == 0', { 99 ['enable_remoting_host == 0', {
98 'dependencies!': [ 100 'dependencies!': [
99 'remoting_host', 101 'remoting_host',
100 ], 102 ],
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../build/isolate.gypi', 606 '../build/isolate.gypi',
605 ], 607 ],
606 'sources': [ 608 'sources': [
607 'remoting_unittests.isolate', 609 'remoting_unittests.isolate',
608 ], 610 ],
609 }, 611 },
610 ], 612 ],
611 }], 613 }],
612 ] # end of 'conditions' 614 ] # end of 'conditions'
613 } 615 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/app_remoting_connected_client_fixture.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698