Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Side by Side Diff: content/content_tests.gypi

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trivial rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 'apk_name': 'content_browsertests', 1291 'apk_name': 'content_browsertests',
1292 'java_in_dir': 'shell/android/browsertests_apk', 1292 'java_in_dir': 'shell/android/browsertests_apk',
1293 'resource_dir': 'shell/android/browsertests_apk/res', 1293 'resource_dir': 'shell/android/browsertests_apk/res',
1294 'native_lib_target': 'libcontent_browsertests', 1294 'native_lib_target': 'libcontent_browsertests',
1295 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1295 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1296 'asset_location': '<(ant_build_out)/content_shell/assets', 1296 'asset_location': '<(ant_build_out)/content_shell/assets',
1297 }, 1297 },
1298 'includes': [ '../build/java_apk.gypi' ], 1298 'includes': [ '../build/java_apk.gypi' ],
1299 }, 1299 },
1300 { 1300 {
1301 'target_name': 'content_linker_test_apk',
1302 'type': 'none',
1303 'dependencies': [
1304 'content_android_linker_test',
1305 'content_java',
1306 'content_shell_java',
1307 ],
1308 'variables': {
1309 'apk_name': 'ContentLinkerTest',
1310 'java_in_dir': 'shell/android/linker_test_apk',
1311 'resource_dir': 'shell/android/linker_test_apk/res',
1312 'native_lib_target': 'libcontent_android_linker_test',
1313 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1314 'asset_location': '<(ant_build_out)/content_shell/assets',
1315 'use_chrome_linker': '1',
1316 'enable_chrome_linker_tests': '1',
1317 },
1318 'includes': [ '../build/java_apk.gypi' ],
1319 },
1320 {
1321 'target_name': 'content_android_linker_test',
1322 'type': 'shared_library',
1323 'defines!': ['CONTENT_IMPLEMENTATION'],
1324 'dependencies': [
1325 'content_common',
1326 'content_gpu',
1327 'content_plugin',
1328 'content_renderer',
1329 'content_resources.gyp:content_resources',
1330 'content_shell_jni_headers',
1331 'content_shell_lib',
1332 'content_shell_pak',
1333 'test_support_content',
1334 '../base/base.gyp:test_support_base',
1335 '../gpu/gpu.gyp:gpu',
1336 '../ipc/ipc.gyp:test_support_ipc',
1337 '../net/net.gyp:net_test_support',
1338 '../ppapi/ppapi_internal.gyp:ppapi_host',
1339 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1340 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1341 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1342 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1343 '../skia/skia.gyp:skia',
1344 '../testing/gmock.gyp:gmock',
1345 '../testing/gtest.gyp:gtest',
1346 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1347 '../third_party/mesa/mesa.gyp:osmesa',
1348 '../ui/gl/gl.gyp:gl',
1349 '../ui/snapshot/snapshot.gyp:snapshot',
1350 '../ui/ui.gyp:shell_dialogs',
1351 '../ui/ui.gyp:ui',
1352 '../ui/ui.gyp:ui_resources',
1353 '../webkit/glue/webkit_glue.gyp:glue',
1354 '../webkit/glue/webkit_glue.gyp:glue_child',
1355 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
1356 ],
1357 'sources': [
1358 'shell/android/linker_test_apk/content_linker_test_android.cc',
1359 'shell/android/linker_test_apk/content_linker_test_linker_tests.cc',
1360 ],
1361 },
1362 {
1301 'target_name': 'video_decode_accelerator_unittest_apk', 1363 'target_name': 'video_decode_accelerator_unittest_apk',
1302 'type': 'none', 1364 'type': 'none',
1303 'dependencies': [ 1365 'dependencies': [
1304 'video_decode_accelerator_unittest', 1366 'video_decode_accelerator_unittest',
1305 ], 1367 ],
1306 'variables': { 1368 'variables': {
1307 'test_suite_name': 'video_decode_accelerator_unittest', 1369 'test_suite_name': 'video_decode_accelerator_unittest',
1308 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)', 1370 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
1309 }, 1371 },
1310 'includes': [ '../build/apk_test.gypi' ], 1372 'includes': [ '../build/apk_test.gypi' ],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1570 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1509 }, 1571 },
1510 ], 1572 ],
1511 }], 1573 }],
1512 ], 1574 ],
1513 }, 1575 },
1514 ], 1576 ],
1515 }], 1577 }],
1516 ], 1578 ],
1517 } 1579 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698