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

Side by Side Diff: remoting/remoting_test.gypi

Issue 302533009: Android: cleanup gtest_target_type conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit on all.gyp Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_android.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 # Remoting unit tests 7 # Remoting unit tests
8 { 8 {
9 'target_name': 'remoting_unittests', 9 'target_name': 'remoting_unittests',
10 'type': '<(gtest_target_type)', 10 'type': '<(gtest_target_type)',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'base/compound_buffer_unittest.cc', 49 'base/compound_buffer_unittest.cc',
50 'base/rate_counter_unittest.cc', 50 'base/rate_counter_unittest.cc',
51 'base/resources_unittest.cc', 51 'base/resources_unittest.cc',
52 'base/rsa_key_pair_unittest.cc', 52 'base/rsa_key_pair_unittest.cc',
53 'base/running_average_unittest.cc', 53 'base/running_average_unittest.cc',
54 'base/test_rsa_key_pair.h', 54 'base/test_rsa_key_pair.h',
55 'base/typed_buffer_unittest.cc', 55 'base/typed_buffer_unittest.cc',
56 'base/util_unittest.cc', 56 'base/util_unittest.cc',
57 'client/audio_player_unittest.cc', 57 'client/audio_player_unittest.cc',
58 'client/key_event_mapper_unittest.cc', 58 'client/key_event_mapper_unittest.cc',
59 » 'client/server_log_entry_client_unittest.cc', 59 'client/server_log_entry_client_unittest.cc',
60 'client/plugin/normalizing_input_filter_cros_unittest.cc', 60 'client/plugin/normalizing_input_filter_cros_unittest.cc',
61 'client/plugin/normalizing_input_filter_mac_unittest.cc', 61 'client/plugin/normalizing_input_filter_mac_unittest.cc',
62 'codec/audio_encoder_opus_unittest.cc', 62 'codec/audio_encoder_opus_unittest.cc',
63 'codec/codec_test.cc', 63 'codec/codec_test.cc',
64 'codec/codec_test.h', 64 'codec/codec_test.h',
65 'codec/video_decoder_vpx_unittest.cc', 65 'codec/video_decoder_vpx_unittest.cc',
66 'codec/video_encoder_verbatim_unittest.cc', 66 'codec/video_encoder_verbatim_unittest.cc',
67 'codec/video_encoder_vpx_unittest.cc', 67 'codec/video_encoder_vpx_unittest.cc',
68 'host/audio_silence_detector_unittest.cc', 68 'host/audio_silence_detector_unittest.cc',
69 'host/branding.cc', 69 'host/branding.cc',
(...skipping 27 matching lines...) Expand all
97 'host/policy_hack/fake_policy_watcher.h', 97 'host/policy_hack/fake_policy_watcher.h',
98 'host/policy_hack/mock_policy_callback.cc', 98 'host/policy_hack/mock_policy_callback.cc',
99 'host/policy_hack/mock_policy_callback.h', 99 'host/policy_hack/mock_policy_callback.h',
100 'host/policy_hack/policy_watcher_unittest.cc', 100 'host/policy_hack/policy_watcher_unittest.cc',
101 'host/register_support_host_request_unittest.cc', 101 'host/register_support_host_request_unittest.cc',
102 'host/remote_input_filter_unittest.cc', 102 'host/remote_input_filter_unittest.cc',
103 'host/resizing_host_observer_unittest.cc', 103 'host/resizing_host_observer_unittest.cc',
104 'host/screen_capturer_fake.cc', 104 'host/screen_capturer_fake.cc',
105 'host/screen_capturer_fake.h', 105 'host/screen_capturer_fake.h',
106 'host/screen_resolution_unittest.cc', 106 'host/screen_resolution_unittest.cc',
107 » 'host/server_log_entry_host_unittest.cc', 107 'host/server_log_entry_host_unittest.cc',
108 'host/setup/me2me_native_messaging_host.cc', 108 'host/setup/me2me_native_messaging_host.cc',
109 'host/setup/me2me_native_messaging_host.h', 109 'host/setup/me2me_native_messaging_host.h',
110 'host/setup/me2me_native_messaging_host_unittest.cc', 110 'host/setup/me2me_native_messaging_host_unittest.cc',
111 'host/setup/oauth_helper_unittest.cc', 111 'host/setup/oauth_helper_unittest.cc',
112 'host/setup/pin_validator_unittest.cc', 112 'host/setup/pin_validator_unittest.cc',
113 'host/shaped_screen_capturer_unittest.cc', 113 'host/shaped_screen_capturer_unittest.cc',
114 'host/token_validator_factory_impl_unittest.cc', 114 'host/token_validator_factory_impl_unittest.cc',
115 'host/video_scheduler_unittest.cc', 115 'host/video_scheduler_unittest.cc',
116 'host/win/rdp_client_unittest.cc', 116 'host/win/rdp_client_unittest.cc',
117 'host/win/worker_process_launcher.cc', 117 'host/win/worker_process_launcher.cc',
118 'host/win/worker_process_launcher.h', 118 'host/win/worker_process_launcher.h',
119 'host/win/worker_process_launcher_unittest.cc', 119 'host/win/worker_process_launcher_unittest.cc',
120 'jingle_glue/chromium_socket_factory_unittest.cc', 120 'jingle_glue/chromium_socket_factory_unittest.cc',
121 'jingle_glue/fake_signal_strategy.cc', 121 'jingle_glue/fake_signal_strategy.cc',
122 'jingle_glue/fake_signal_strategy.h', 122 'jingle_glue/fake_signal_strategy.h',
123 'jingle_glue/iq_sender_unittest.cc', 123 'jingle_glue/iq_sender_unittest.cc',
124 'jingle_glue/mock_objects.cc', 124 'jingle_glue/mock_objects.cc',
125 'jingle_glue/mock_objects.h', 125 'jingle_glue/mock_objects.h',
126 'jingle_glue/network_settings_unittest.cc', 126 'jingle_glue/network_settings_unittest.cc',
127 » 'jingle_glue/server_log_entry_unittest.cc', 127 'jingle_glue/server_log_entry_unittest.cc',
128 » 'jingle_glue/server_log_entry_unittest.h', 128 'jingle_glue/server_log_entry_unittest.h',
129 'protocol/authenticator_test_base.cc', 129 'protocol/authenticator_test_base.cc',
130 'protocol/authenticator_test_base.h', 130 'protocol/authenticator_test_base.h',
131 'protocol/buffered_socket_writer_unittest.cc', 131 'protocol/buffered_socket_writer_unittest.cc',
132 'protocol/channel_multiplexer_unittest.cc', 132 'protocol/channel_multiplexer_unittest.cc',
133 'protocol/clipboard_echo_filter_unittest.cc', 133 'protocol/clipboard_echo_filter_unittest.cc',
134 'protocol/clipboard_filter_unittest.cc', 134 'protocol/clipboard_filter_unittest.cc',
135 'protocol/connection_tester.cc', 135 'protocol/connection_tester.cc',
136 'protocol/connection_tester.h', 136 'protocol/connection_tester.h',
137 'protocol/connection_to_client_unittest.cc', 137 'protocol/connection_to_client_unittest.cc',
138 'protocol/content_description_unittest.cc', 138 'protocol/content_description_unittest.cc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'webapp/all_js_load.gtestjs', 204 'webapp/all_js_load.gtestjs',
205 'webapp/format_iq.gtestjs', 205 'webapp/format_iq.gtestjs',
206 '<@(remoting_webapp_all_js_files)', 206 '<@(remoting_webapp_all_js_files)',
207 ], 207 ],
208 }], 208 }],
209 [ 'OS=="android"', { 209 [ 'OS=="android"', {
210 'dependencies!': [ 210 'dependencies!': [
211 'remoting_client_plugin', 211 'remoting_client_plugin',
212 ], 212 ],
213 }], 213 }],
214 [ 'OS=="android" and gtest_target_type=="shared_library"', { 214 [ 'OS=="android"', {
215 'dependencies': [ 215 'dependencies': [
216 '../testing/android/native_test.gyp:native_test_native_code', 216 '../testing/android/native_test.gyp:native_test_native_code',
217 ], 217 ],
218 }], 218 }],
219 [ 'chromeos==0', { 219 [ 'chromeos==0', {
220 'sources!': [ 220 'sources!': [
221 'client/plugin/normalizing_input_filter_cros_unittest.cc', 221 'client/plugin/normalizing_input_filter_cros_unittest.cc',
222 ], 222 ],
223 }], 223 }],
224 ['enable_remoting_host == 0', { 224 ['enable_remoting_host == 0', {
(...skipping 23 matching lines...) Expand all
248 { 248 {
249 'destination': '<(PRODUCT_DIR)', 249 'destination': '<(PRODUCT_DIR)',
250 'files': [ 250 'files': [
251 '<@(remoting_webapp_js_browser_test_files)', 251 '<@(remoting_webapp_js_browser_test_files)',
252 ], 252 ],
253 }, 253 },
254 ], #end of copies 254 ], #end of copies
255 }, # end of target 'remoting_browser_test_resources' 255 }, # end of target 'remoting_browser_test_resources'
256 ], # end of targets 256 ], # end of targets
257 } 257 }
OLDNEW
« no previous file with comments | « remoting/remoting_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698