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

Side by Side Diff: remoting/remoting_test.gypi

Issue 970443002: Revert of Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « remoting/remoting_srcs.gypi ('k') | no next file » | 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
9 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
10 'type': 'static_library', 9 'type': 'static_library',
11 'dependencies': [ 10 'dependencies': [
12 '../base/base.gyp:base', 11 '../base/base.gyp:base',
13 '../components/components.gyp:policy_component_test_support', 12 '../components/components.gyp:policy_component_test_support',
14 '../net/net.gyp:net_test_support', 13 '../net/net.gyp:net_test_support',
15 '../testing/gmock.gyp:gmock', 14 '../testing/gmock.gyp:gmock',
16 '../testing/gtest.gyp:gtest', 15 '../testing/gtest.gyp:gtest',
17 'remoting_base', 16 'remoting_base',
18 'remoting_client', 17 'remoting_client',
19 'remoting_host', 18 'remoting_host',
20 'remoting_protocol', 19 'remoting_protocol',
21 'remoting_resources', 20 'remoting_resources',
22 ], 21 ],
23 'sources': [ 22 'sources': [
24 # Note: sources list duplicated in GN build.
25 'host/fake_desktop_capturer.cc', 23 'host/fake_desktop_capturer.cc',
26 'host/fake_desktop_capturer.h', 24 'host/fake_desktop_capturer.h',
27 'host/fake_desktop_environment.cc', 25 'host/fake_desktop_environment.cc',
28 'host/fake_desktop_environment.h', 26 'host/fake_desktop_environment.h',
29 'host/fake_host_status_monitor.h', 27 'host/fake_host_status_monitor.h',
30 'host/fake_mouse_cursor_monitor.cc', 28 'host/fake_mouse_cursor_monitor.cc',
31 'host/fake_mouse_cursor_monitor.h', 29 'host/fake_mouse_cursor_monitor.h',
32 'protocol/fake_authenticator.cc', 30 'protocol/fake_authenticator.cc',
33 'protocol/fake_authenticator.h', 31 'protocol/fake_authenticator.h',
34 'protocol/fake_datagram_socket.cc', 32 'protocol/fake_datagram_socket.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ], 64 ],
67 'sources/': [ 65 'sources/': [
68 ['exclude', '^host/'], 66 ['exclude', '^host/'],
69 ] 67 ]
70 }], 68 }],
71 ], 69 ],
72 }, 70 },
73 71
74 # Remoting unit tests 72 # Remoting unit tests
75 { 73 {
76 # GN version: //remoting:remoting_unittests
77 # Note that many of the sources are broken out into subdir-specific unit
78 # test source set targets that then GN version then brings together.
79 'target_name': 'remoting_unittests', 74 'target_name': 'remoting_unittests',
80 'type': '<(gtest_target_type)', 75 'type': '<(gtest_target_type)',
81 'dependencies': [ 76 'dependencies': [
82 '../base/base.gyp:base', 77 '../base/base.gyp:base',
83 '../base/base.gyp:base_i18n', 78 '../base/base.gyp:base_i18n',
84 '../base/base.gyp:test_support_base', 79 '../base/base.gyp:test_support_base',
85 '../components/components.gyp:policy', 80 '../components/components.gyp:policy',
86 '../ipc/ipc.gyp:ipc', 81 '../ipc/ipc.gyp:ipc',
87 '../net/net.gyp:net_test_support', 82 '../net/net.gyp:net_test_support',
88 '../ppapi/ppapi.gyp:ppapi_cpp', 83 '../ppapi/ppapi.gyp:ppapi_cpp',
(...skipping 16 matching lines...) Expand all
105 'remoting_resources', 100 'remoting_resources',
106 'remoting_test_common', 101 'remoting_test_common',
107 ], 102 ],
108 'defines': [ 103 'defines': [
109 'VERSION=<(version_full)', 104 'VERSION=<(version_full)',
110 ], 105 ],
111 'include_dirs': [ 106 'include_dirs': [
112 '../testing/gmock/include', 107 '../testing/gmock/include',
113 ], 108 ],
114 'sources': [ 109 'sources': [
115 # Note: sources list duplicated in GN build.
116 'base/auth_token_util_unittest.cc', 110 'base/auth_token_util_unittest.cc',
117 'base/auto_thread_task_runner_unittest.cc', 111 'base/auto_thread_task_runner_unittest.cc',
118 'base/auto_thread_unittest.cc', 112 'base/auto_thread_unittest.cc',
119 'base/breakpad_win_unittest.cc', 113 'base/breakpad_win_unittest.cc',
120 'base/buffered_socket_writer_unittest.cc', 114 'base/buffered_socket_writer_unittest.cc',
121 'base/capabilities_unittest.cc', 115 'base/capabilities_unittest.cc',
122 'base/compound_buffer_unittest.cc', 116 'base/compound_buffer_unittest.cc',
123 'base/rate_counter_unittest.cc', 117 'base/rate_counter_unittest.cc',
124 'base/resources_unittest.cc', 118 'base/resources_unittest.cc',
125 'base/rsa_key_pair_unittest.cc', 119 'base/rsa_key_pair_unittest.cc',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'dependencies': [ 421 'dependencies': [
428 '../base/allocator/allocator.gyp:allocator', 422 '../base/allocator/allocator.gyp:allocator',
429 ], 423 ],
430 }], 424 }],
431 ], # end of 'conditions' 425 ], # end of 'conditions'
432 }, # end of target 'remoting_perftests' 426 }, # end of target 'remoting_perftests'
433 ] 427 ]
434 }] 428 }]
435 ] 429 ]
436 } 430 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698