OLD | NEW |
1 # Copyright (c) 2014 Google Inc. All Rights Reserved. | 1 # Copyright (c) 2014 Google Inc. 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 'target_name': 'cast_tests', | 8 'target_name': 'cast_tests', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 12 matching lines...) Expand all Loading... |
23 'target_name': 'cast_test_generator', | 23 'target_name': 'cast_test_generator', |
24 'type': 'none', | 24 'type': 'none', |
25 'dependencies': [ | 25 'dependencies': [ |
26 '../base/base.gyp:base_unittests', | 26 '../base/base.gyp:base_unittests', |
27 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 27 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
28 '../content/content_shell_and_tests.gyp:content_unittests', | 28 '../content/content_shell_and_tests.gyp:content_unittests', |
29 '../crypto/crypto.gyp:crypto_unittests', | 29 '../crypto/crypto.gyp:crypto_unittests', |
30 '../ipc/ipc.gyp:ipc_tests', | 30 '../ipc/ipc.gyp:ipc_tests', |
31 '../jingle/jingle.gyp:jingle_unittests', | 31 '../jingle/jingle.gyp:jingle_unittests', |
32 '../media/media.gyp:media_unittests', | 32 '../media/media.gyp:media_unittests', |
| 33 '../media/midi/midi.gyp:midi_unittests', |
33 '../net/net.gyp:net_unittests', | 34 '../net/net.gyp:net_unittests', |
34 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 35 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
35 '../sql/sql.gyp:sql_unittests', | 36 '../sql/sql.gyp:sql_unittests', |
36 '../sync/sync.gyp:sync_unit_tests', | 37 '../sync/sync.gyp:sync_unit_tests', |
37 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 38 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
38 '../url/url.gyp:url_unittests', | 39 '../url/url.gyp:url_unittests', |
39 ], | 40 ], |
40 'conditions': [ | 41 'conditions': [ |
41 ['target_arch=="arm" and OS!="android"', { | 42 ['target_arch=="arm" and OS!="android"', { |
42 'variables': { | 43 'variables': { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 ['OS=="android"', { | 170 ['OS=="android"', { |
170 'targets': [ | 171 'targets': [ |
171 { | 172 { |
172 'target_name': 'cast_android_tests', | 173 'target_name': 'cast_android_tests', |
173 'type': 'none', | 174 'type': 'none', |
174 'dependencies': [ | 175 'dependencies': [ |
175 '../base/base.gyp:base_unittests_apk', | 176 '../base/base.gyp:base_unittests_apk', |
176 '../cc/cc_tests.gyp:cc_unittests_apk', | 177 '../cc/cc_tests.gyp:cc_unittests_apk', |
177 '../ipc/ipc.gyp:ipc_tests_apk', | 178 '../ipc/ipc.gyp:ipc_tests_apk', |
178 '../media/media.gyp:media_unittests_apk', | 179 '../media/media.gyp:media_unittests_apk', |
| 180 '../media/midi/midi.gyp:midi_unittests_apk', |
179 '../net/net.gyp:net_unittests_apk', | 181 '../net/net.gyp:net_unittests_apk', |
180 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 182 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
181 '../sql/sql.gyp:sql_unittests_apk', | 183 '../sql/sql.gyp:sql_unittests_apk', |
182 '../sync/sync.gyp:sync_unit_tests_apk', | 184 '../sync/sync.gyp:sync_unit_tests_apk', |
183 '../ui/events/events.gyp:events_unittests_apk', | 185 '../ui/events/events.gyp:events_unittests_apk', |
184 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 186 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
185 ], | 187 ], |
186 'includes': ['build/tests/test_list.gypi'], | 188 'includes': ['build/tests/test_list.gypi'], |
187 }, | 189 }, |
188 { | 190 { |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'HAS_OUT_OF_PROC_TEST_RUNNER', | 244 'HAS_OUT_OF_PROC_TEST_RUNNER', |
243 ], | 245 ], |
244 'sources': [ | 246 'sources': [ |
245 'browser/test/chromecast_shell_browser_test.cc', | 247 'browser/test/chromecast_shell_browser_test.cc', |
246 ], | 248 ], |
247 }, | 249 }, |
248 ], # end of targets | 250 ], # end of targets |
249 }], | 251 }], |
250 ], # end of conditions | 252 ], # end of conditions |
251 } | 253 } |
OLD | NEW |