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 'variables': { | 6 'variables': { |
7 'chromium_code': 1 | 7 'chromium_code': 1 |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 27 matching lines...) Expand all Loading... |
38 'target_name': 'cast_test_generator', | 38 'target_name': 'cast_test_generator', |
39 'type': 'none', | 39 'type': 'none', |
40 'dependencies': [ | 40 'dependencies': [ |
41 'cast_base_unittests', | 41 'cast_base_unittests', |
42 '../base/base.gyp:base_unittests', | 42 '../base/base.gyp:base_unittests', |
43 '../content/content_shell_and_tests.gyp:content_unittests', | 43 '../content/content_shell_and_tests.gyp:content_unittests', |
44 '../crypto/crypto.gyp:crypto_unittests', | 44 '../crypto/crypto.gyp:crypto_unittests', |
45 '../ipc/ipc.gyp:ipc_tests', | 45 '../ipc/ipc.gyp:ipc_tests', |
46 '../jingle/jingle.gyp:jingle_unittests', | 46 '../jingle/jingle.gyp:jingle_unittests', |
47 '../media/media.gyp:media_unittests', | 47 '../media/media.gyp:media_unittests', |
| 48 '../media/midi/midi.gyp:midi_unittests', |
48 '../net/net.gyp:net_unittests', | 49 '../net/net.gyp:net_unittests', |
49 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 50 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
50 '../sql/sql.gyp:sql_unittests', | 51 '../sql/sql.gyp:sql_unittests', |
51 '../sync/sync.gyp:sync_unit_tests', | 52 '../sync/sync.gyp:sync_unit_tests', |
52 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 53 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
53 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 54 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
54 '../url/url.gyp:url_unittests', | 55 '../url/url.gyp:url_unittests', |
55 ], | 56 ], |
56 'conditions': [ | 57 'conditions': [ |
57 ['target_arch=="arm" and OS!="android"', { | 58 ['target_arch=="arm" and OS!="android"', { |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 ['OS=="android"', { | 182 ['OS=="android"', { |
182 'targets': [ | 183 'targets': [ |
183 { | 184 { |
184 'target_name': 'cast_android_tests', | 185 'target_name': 'cast_android_tests', |
185 'type': 'none', | 186 'type': 'none', |
186 'dependencies': [ | 187 'dependencies': [ |
187 '../base/base.gyp:base_unittests_apk', | 188 '../base/base.gyp:base_unittests_apk', |
188 '../cc/cc_tests.gyp:cc_unittests_apk', | 189 '../cc/cc_tests.gyp:cc_unittests_apk', |
189 '../ipc/ipc.gyp:ipc_tests_apk', | 190 '../ipc/ipc.gyp:ipc_tests_apk', |
190 '../media/media.gyp:media_unittests_apk', | 191 '../media/media.gyp:media_unittests_apk', |
| 192 '../media/midi/midi.gyp:midi_unittests_apk', |
191 '../net/net.gyp:net_unittests_apk', | 193 '../net/net.gyp:net_unittests_apk', |
192 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 194 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
193 '../sql/sql.gyp:sql_unittests_apk', | 195 '../sql/sql.gyp:sql_unittests_apk', |
194 '../sync/sync.gyp:sync_unit_tests_apk', | 196 '../sync/sync.gyp:sync_unit_tests_apk', |
195 '../ui/events/events.gyp:events_unittests_apk', | 197 '../ui/events/events.gyp:events_unittests_apk', |
196 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 198 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
197 ], | 199 ], |
198 'includes': ['build/tests/test_list.gypi'], | 200 'includes': ['build/tests/test_list.gypi'], |
199 }, | 201 }, |
200 { | 202 { |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'HAS_OUT_OF_PROC_TEST_RUNNER', | 256 'HAS_OUT_OF_PROC_TEST_RUNNER', |
255 ], | 257 ], |
256 'sources': [ | 258 'sources': [ |
257 'browser/test/chromecast_shell_browser_test.cc', | 259 'browser/test/chromecast_shell_browser_test.cc', |
258 ], | 260 ], |
259 }, | 261 }, |
260 ], # end of targets | 262 ], # end of targets |
261 }], | 263 }], |
262 ], # end of conditions | 264 ], # end of conditions |
263 } | 265 } |
OLD | NEW |