1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 'remoting_version.gypi',
16 'target_name': 'ar_test_driver_common',
17 'type': 'static_library',
19 '../base/base.gyp:base',
20 '../base/base.gyp:test_support_base',
21 '../google_apis/google_apis.gyp:google_apis',
23 '../remoting/remoting.gyp:remoting_base',
24 '../remoting/remoting.gyp:remoting_client',
25 '../remoting/remoting.gyp:remoting_protocol',
26 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
27 '../testing/gtest.gyp:gtest',
30 'VERSION=<(version_full)',
33 'test/access_token_fetcher.cc',
34 'test/access_token_fetcher.h',
35 'test/app_remoting_connected_client_fixture.cc',
36 'test/app_remoting_connected_client_fixture.h',
37 'test/app_remoting_test_driver_environment.cc',
38 'test/app_remoting_test_driver_environment.h',
39 'test/refresh_token_store.cc',
40 'test/refresh_token_store.h',
41 'test/remote_application_details.h',
42 'test/remote_connection_observer.h',
43 'test/remote_host_info.cc',
44 'test/remote_host_info.h',
45 'test/remote_host_info_fetcher.cc',
46 'test/remote_host_info_fetcher.h',
47 'test/test_chromoting_client.cc',
48 'test/test_chromoting_client.h',
49 'test/test_video_renderer.cc',
50 'test/test_video_renderer.h',
52 }, # end of target 'ar_test_driver_common'
54 # An external version of the test driver tool which includes minimal tests
55 'target_name': 'ar_sample_test_driver',
56 'type': '<(gtest_target_type)',
58 'ar_test_driver_common',
61 'VERSION=<(version_full)',
64 'test/app_remoting_test_driver.cc',
65 'test/app_remoting_test_driver_environment_app_details.cc',
68 '../testing/gtest/include',
70 }, # end of target 'ar_sample_test_driver'