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 'apk_name': 'content_browsertests', | 1284 'apk_name': 'content_browsertests', |
1285 'java_in_dir': 'shell/android/browsertests_apk', | 1285 'java_in_dir': 'shell/android/browsertests_apk', |
1286 'resource_dir': 'shell/android/browsertests_apk/res', | 1286 'resource_dir': 'shell/android/browsertests_apk/res', |
1287 'native_lib_target': 'libcontent_browsertests', | 1287 'native_lib_target': 'libcontent_browsertests', |
1288 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1288 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1289 'asset_location': '<(ant_build_out)/content_shell/assets', | 1289 'asset_location': '<(ant_build_out)/content_shell/assets', |
1290 }, | 1290 }, |
1291 'includes': [ '../build/java_apk.gypi' ], | 1291 'includes': [ '../build/java_apk.gypi' ], |
1292 }, | 1292 }, |
1293 { | 1293 { |
| 1294 'target_name': 'content_linker_test_apk', |
| 1295 'type': 'none', |
| 1296 'dependencies': [ |
| 1297 'content_android_linker_test', |
| 1298 'content_java', |
| 1299 'content_shell_java', |
| 1300 ], |
| 1301 'variables': { |
| 1302 'apk_name': 'ContentLinkerTest', |
| 1303 'java_in_dir': 'shell/android/linker_test_apk', |
| 1304 'resource_dir': 'shell/android/linker_test_apk/res', |
| 1305 'native_lib_target': 'libcontent_android_linker_test', |
| 1306 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 1307 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 1308 'use_chrome_linker': '1', |
| 1309 'enable_chrome_linker_tests': '1', |
| 1310 }, |
| 1311 'includes': [ '../build/java_apk.gypi' ], |
| 1312 }, |
| 1313 { |
| 1314 'target_name': 'content_android_linker_test', |
| 1315 'type': 'shared_library', |
| 1316 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 1317 'dependencies': [ |
| 1318 'content_common', |
| 1319 'content_gpu', |
| 1320 'content_plugin', |
| 1321 'content_renderer', |
| 1322 'content_resources.gyp:content_resources', |
| 1323 'content_shell_jni_headers', |
| 1324 'content_shell_lib', |
| 1325 'content_shell_pak', |
| 1326 'test_support_content', |
| 1327 '../base/base.gyp:test_support_base', |
| 1328 '../gpu/gpu.gyp:gpu', |
| 1329 '../ipc/ipc.gyp:test_support_ipc', |
| 1330 '../net/net.gyp:net_test_support', |
| 1331 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 1332 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 1333 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 1334 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 1335 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1336 '../skia/skia.gyp:skia', |
| 1337 '../testing/gmock.gyp:gmock', |
| 1338 '../testing/gtest.gyp:gtest', |
| 1339 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1340 '../third_party/mesa/mesa.gyp:osmesa', |
| 1341 '../ui/gl/gl.gyp:gl', |
| 1342 '../ui/snapshot/snapshot.gyp:snapshot', |
| 1343 '../ui/ui.gyp:shell_dialogs', |
| 1344 '../ui/ui.gyp:ui', |
| 1345 '../ui/ui.gyp:ui_resources', |
| 1346 '../webkit/glue/webkit_glue.gyp:glue', |
| 1347 '../webkit/glue/webkit_glue.gyp:glue_child', |
| 1348 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
| 1349 ], |
| 1350 'sources': [ |
| 1351 'shell/android/linker_test_apk/content_linker_test_android.cc', |
| 1352 'shell/android/linker_test_apk/content_linker_test_linker_tests.cc', |
| 1353 ], |
| 1354 }, |
| 1355 { |
1294 'target_name': 'video_decode_accelerator_unittest_apk', | 1356 'target_name': 'video_decode_accelerator_unittest_apk', |
1295 'type': 'none', | 1357 'type': 'none', |
1296 'dependencies': [ | 1358 'dependencies': [ |
1297 'video_decode_accelerator_unittest', | 1359 'video_decode_accelerator_unittest', |
1298 ], | 1360 ], |
1299 'variables': { | 1361 'variables': { |
1300 'test_suite_name': 'video_decode_accelerator_unittest', | 1362 'test_suite_name': 'video_decode_accelerator_unittest', |
1301 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u
nittests<(SHARED_LIB_SUFFIX)', | 1363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u
nittests<(SHARED_LIB_SUFFIX)', |
1302 }, | 1364 }, |
1303 'includes': [ '../build/apk_test.gypi' ], | 1365 'includes': [ '../build/apk_test.gypi' ], |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1501 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1563 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1502 }, | 1564 }, |
1503 ], | 1565 ], |
1504 }], | 1566 }], |
1505 ], | 1567 ], |
1506 }, | 1568 }, |
1507 ], | 1569 ], |
1508 }], | 1570 }], |
1509 ], | 1571 ], |
1510 } | 1572 } |
OLD | NEW |