| 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', | |
| 34 '../net/net.gyp:net_unittests', | 33 '../net/net.gyp:net_unittests', |
| 35 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 34 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 36 '../sql/sql.gyp:sql_unittests', | 35 '../sql/sql.gyp:sql_unittests', |
| 37 '../sync/sync.gyp:sync_unit_tests', | 36 '../sync/sync.gyp:sync_unit_tests', |
| 38 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 37 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 39 '../url/url.gyp:url_unittests', | 38 '../url/url.gyp:url_unittests', |
| 40 ], | 39 ], |
| 41 'conditions': [ | 40 'conditions': [ |
| 42 ['target_arch=="arm" and OS!="android"', { | 41 ['target_arch=="arm" and OS!="android"', { |
| 43 'variables': { | 42 'variables': { |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 ['OS=="android"', { | 169 ['OS=="android"', { |
| 171 'targets': [ | 170 'targets': [ |
| 172 { | 171 { |
| 173 'target_name': 'cast_android_tests', | 172 'target_name': 'cast_android_tests', |
| 174 'type': 'none', | 173 'type': 'none', |
| 175 'dependencies': [ | 174 'dependencies': [ |
| 176 '../base/base.gyp:base_unittests_apk', | 175 '../base/base.gyp:base_unittests_apk', |
| 177 '../cc/cc_tests.gyp:cc_unittests_apk', | 176 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 178 '../ipc/ipc.gyp:ipc_tests_apk', | 177 '../ipc/ipc.gyp:ipc_tests_apk', |
| 179 '../media/media.gyp:media_unittests_apk', | 178 '../media/media.gyp:media_unittests_apk', |
| 180 '../media/midi/midi.gyp:midi_unittests_apk', | |
| 181 '../net/net.gyp:net_unittests_apk', | 179 '../net/net.gyp:net_unittests_apk', |
| 182 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 180 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 183 '../sql/sql.gyp:sql_unittests_apk', | 181 '../sql/sql.gyp:sql_unittests_apk', |
| 184 '../sync/sync.gyp:sync_unit_tests_apk', | 182 '../sync/sync.gyp:sync_unit_tests_apk', |
| 185 '../ui/events/events.gyp:events_unittests_apk', | 183 '../ui/events/events.gyp:events_unittests_apk', |
| 186 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 184 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 187 ], | 185 ], |
| 188 'includes': ['build/tests/test_list.gypi'], | 186 'includes': ['build/tests/test_list.gypi'], |
| 189 }, | 187 }, |
| 190 { | 188 { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'HAS_OUT_OF_PROC_TEST_RUNNER', | 242 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 245 ], | 243 ], |
| 246 'sources': [ | 244 'sources': [ |
| 247 'browser/test/chromecast_shell_browser_test.cc', | 245 'browser/test/chromecast_shell_browser_test.cc', |
| 248 ], | 246 ], |
| 249 }, | 247 }, |
| 250 ], # end of targets | 248 ], # end of targets |
| 251 }], | 249 }], |
| 252 ], # end of conditions | 250 ], # end of conditions |
| 253 } | 251 } |
| OLD | NEW |