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

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

Powered by Google App Engine
This is Rietveld 408576698