Replace usage of cloud_storage in archive_info_unittest.
[chromium-blink-merge.git] / remoting / app_remoting_test.gyp
blob1999e2228e89c4271b05131e51c153dda90f9512
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.
6   'includes': [
7     'remoting_version.gypi',
8   ],
10   'target_defaults': {
11     'type': 'none',
12   },  # target_defaults
14   'targets': [
15     {
16       'target_name': 'ar_test_driver_common',
17       'type': 'static_library',
18       'dependencies': [
19         '../base/base.gyp:base',
20         '../base/base.gyp:test_support_base',
21         '../google_apis/google_apis.gyp:google_apis',
22         '../net/net.gyp:net',
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',
28       ],
29       'defines': [
30         'VERSION=<(version_full)',
31       ],
32       'sources': [
33         'test/access_token_fetcher.cc',
34         'test/app_remoting_test_driver_environment.cc',
35         'test/refresh_token_store.cc',
36       ],
37     },  # end of target 'ar_test_driver_common'
38     {
39       # An external version of the test driver tool which includes minimal tests
40       'target_name': 'ar_sample_test_driver',
41       'type': '<(gtest_target_type)',
42       'dependencies': [
43         'ar_test_driver_common',
44       ],
45       'defines': [
46         'VERSION=<(version_full)',
47       ],
48       'sources': [
49         'test/app_remoting_test_driver.cc',
50       ],
51       'include_dirs': [
52         '../testing/gtest/include',
53       ],
54     },  # end of target 'ar_sample_test_driver'
55   ],  # end of targets