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

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

Powered by Google App Engine
This is Rietveld 408576698