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

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

Powered by Google App Engine
This is Rietveld 408576698