OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1284 'content_java_test_support', | 1284 'content_java_test_support', |
1285 'content_shell_java', | 1285 'content_shell_java', |
1286 ], | 1286 ], |
1287 'variables': { | 1287 'variables': { |
1288 'apk_name': 'content_browsertests', | 1288 'apk_name': 'content_browsertests', |
1289 'java_in_dir': 'shell/android/browsertests_apk', | 1289 'java_in_dir': 'shell/android/browsertests_apk', |
1290 'resource_dir': 'shell/android/browsertests_apk/res', | 1290 'resource_dir': 'shell/android/browsertests_apk/res', |
1291 'native_lib_target': 'libcontent_browsertests', | 1291 'native_lib_target': 'libcontent_browsertests', |
1292 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1292 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1293 'asset_location': '<(ant_build_out)/content_shell/assets', | 1293 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 1294 'is_test_apk': 1, |
1294 }, | 1295 }, |
1295 'includes': [ '../build/java_apk.gypi' ], | 1296 'includes': [ '../build/java_apk.gypi' ], |
1296 }, | 1297 }, |
1297 { | 1298 { |
1298 'target_name': 'video_decode_accelerator_unittest_apk', | 1299 'target_name': 'video_decode_accelerator_unittest_apk', |
1299 'type': 'none', | 1300 'type': 'none', |
1300 'dependencies': [ | 1301 'dependencies': [ |
1301 'video_decode_accelerator_unittest', | 1302 'video_decode_accelerator_unittest', |
1302 ], | 1303 ], |
1303 'variables': { | 1304 'variables': { |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1505 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1506 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1506 }, | 1507 }, |
1507 ], | 1508 ], |
1508 }], | 1509 }], |
1509 ], | 1510 ], |
1510 }, | 1511 }, |
1511 ], | 1512 ], |
1512 }], | 1513 }], |
1513 ], | 1514 ], |
1514 } | 1515 } |
OLD | NEW |