| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'dependencies': [ | 248 'dependencies': [ |
| 249 'cast_base_unittests_apk', | 249 'cast_base_unittests_apk', |
| 250 '../base/base.gyp:base_unittests_apk', | 250 '../base/base.gyp:base_unittests_apk', |
| 251 '../cc/cc_tests.gyp:cc_unittests_apk', | 251 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 252 '../ipc/ipc.gyp:ipc_tests_apk', | 252 '../ipc/ipc.gyp:ipc_tests_apk', |
| 253 '../media/media.gyp:media_unittests_apk', | 253 '../media/media.gyp:media_unittests_apk', |
| 254 '../media/midi/midi.gyp:midi_unittests_apk', | 254 '../media/midi/midi.gyp:midi_unittests_apk', |
| 255 '../net/net.gyp:net_unittests_apk', | 255 '../net/net.gyp:net_unittests_apk', |
| 256 '../sql/sql.gyp:sql_unittests_apk', | 256 '../sql/sql.gyp:sql_unittests_apk', |
| 257 '../sync/sync.gyp:sync_unit_tests_apk', | 257 '../sync/sync.gyp:sync_unit_tests_apk', |
| 258 '../ui/events/events.gyp:events_unittests_apk', | 258 '../ui/events/events_unittests.gyp:events_unittests_apk', |
| 259 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 259 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 260 ], | 260 ], |
| 261 'includes': ['build/tests/test_list.gypi'], | 261 'includes': ['build/tests/test_list.gypi'], |
| 262 }, # end of target 'cast_android_tests_generator' | 262 }, # end of target 'cast_android_tests_generator' |
| 263 { | 263 { |
| 264 'target_name': 'cast_android_test_lists', | 264 'target_name': 'cast_android_test_lists', |
| 265 'type': 'none', | 265 'type': 'none', |
| 266 'dependencies': [ | 266 'dependencies': [ |
| 267 'cast_android_tests', | 267 'cast_android_tests', |
| 268 ], | 268 ], |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 '-a', '<(test_additional_options)', | 415 '-a', '<(test_additional_options)', |
| 416 'pack_run', | 416 'pack_run', |
| 417 ], | 417 ], |
| 418 } | 418 } |
| 419 ], | 419 ], |
| 420 }, | 420 }, |
| 421 ], # end of targets | 421 ], # end of targets |
| 422 }], | 422 }], |
| 423 ], # end of conditions | 423 ], # end of conditions |
| 424 } | 424 } |
| OLD | NEW |