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

Side by Side Diff: content/content_tests.gypi

Issue 226353002: Remove unused input_shlib_path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
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 'dependencies': [ 10 'dependencies': [
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'targets': [ 1443 'targets': [
1444 { 1444 {
1445 'target_name': 'content_gl_tests_apk', 1445 'target_name': 'content_gl_tests_apk',
1446 'type': 'none', 1446 'type': 'none',
1447 'dependencies': [ 1447 'dependencies': [
1448 'content_gl_tests', 1448 'content_gl_tests',
1449 'content_java_test_support', 1449 'content_java_test_support',
1450 ], 1450 ],
1451 'variables': { 1451 'variables': {
1452 'test_suite_name': 'content_gl_tests', 1452 'test_suite_name': 'content_gl_tests',
1453 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_g l_tests<(SHARED_LIB_SUFFIX)',
1454 }, 1453 },
1455 'includes': [ 1454 'includes': [
1456 '../build/apk_test.gypi', 1455 '../build/apk_test.gypi',
1457 ], 1456 ],
1458 }, 1457 },
1459 { 1458 {
1460 'target_name': 'content_unittests_apk', 1459 'target_name': 'content_unittests_apk',
1461 'type': 'none', 1460 'type': 'none',
1462 'dependencies': [ 1461 'dependencies': [
1463 'content.gyp:content_java', 1462 'content.gyp:content_java',
1464 'content_unittests', 1463 'content_unittests',
1465 ], 1464 ],
1466 'variables': { 1465 'variables': {
1467 'test_suite_name': 'content_unittests', 1466 'test_suite_name': 'content_unittests',
1468 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
1469 }, 1467 },
1470 'includes': [ '../build/apk_test.gypi' ], 1468 'includes': [ '../build/apk_test.gypi' ],
1471 }, 1469 },
1472 { 1470 {
1473 'target_name': 'content_browsertests_apk', 1471 'target_name': 'content_browsertests_apk',
1474 'type': 'none', 1472 'type': 'none',
1475 'dependencies': [ 1473 'dependencies': [
1476 'content.gyp:content_icudata', 1474 'content.gyp:content_icudata',
1477 'content.gyp:content_java', 1475 'content.gyp:content_java',
1478 'content_browsertests', 1476 'content_browsertests',
(...skipping 19 matching lines...) Expand all
1498 }, 1496 },
1499 { 1497 {
1500 'target_name': 'content_perftests_apk', 1498 'target_name': 'content_perftests_apk',
1501 'type': 'none', 1499 'type': 'none',
1502 'dependencies': [ 1500 'dependencies': [
1503 'content.gyp:content_java', 1501 'content.gyp:content_java',
1504 'content_perftests', 1502 'content_perftests',
1505 ], 1503 ],
1506 'variables': { 1504 'variables': {
1507 'test_suite_name': 'content_perftests', 1505 'test_suite_name': 'content_perftests',
1508 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_p erftests<(SHARED_LIB_SUFFIX)',
1509 }, 1506 },
1510 'includes': [ '../build/apk_test.gypi' ], 1507 'includes': [ '../build/apk_test.gypi' ],
1511 }, 1508 },
1512 { 1509 {
1513 'target_name': 'chromium_linker_test_apk', 1510 'target_name': 'chromium_linker_test_apk',
1514 'type': 'none', 1511 'type': 'none',
1515 'dependencies': [ 1512 'dependencies': [
1516 'chromium_android_linker_test', 1513 'chromium_android_linker_test',
1517 'content.gyp:content_icudata', 1514 'content.gyp:content_icudata',
1518 'content.gyp:content_java', 1515 'content.gyp:content_java',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 'includes': [ '../build/jni_generator.gypi' ], 1563 'includes': [ '../build/jni_generator.gypi' ],
1567 }, 1564 },
1568 { 1565 {
1569 'target_name': 'video_decode_accelerator_unittest_apk', 1566 'target_name': 'video_decode_accelerator_unittest_apk',
1570 'type': 'none', 1567 'type': 'none',
1571 'dependencies': [ 1568 'dependencies': [
1572 'video_decode_accelerator_unittest', 1569 'video_decode_accelerator_unittest',
1573 ], 1570 ],
1574 'variables': { 1571 'variables': {
1575 'test_suite_name': 'video_decode_accelerator_unittest', 1572 'test_suite_name': 'video_decode_accelerator_unittest',
1576 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
1577 }, 1573 },
1578 'includes': [ '../build/apk_test.gypi' ], 1574 'includes': [ '../build/apk_test.gypi' ],
1579 }, 1575 },
1580 ], 1576 ],
1581 }], 1577 }],
1582 ['OS == "android"', { 1578 ['OS == "android"', {
1583 'targets': [ 1579 'targets': [
1584 { 1580 {
1585 'target_name': 'test_support_content_jni_headers', 1581 'target_name': 'test_support_content_jni_headers',
1586 'type': 'none', 1582 'type': 'none',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1768 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1773 }, 1769 },
1774 ], 1770 ],
1775 }], 1771 }],
1776 ], 1772 ],
1777 }, 1773 },
1778 ], 1774 ],
1779 }], 1775 }],
1780 ], 1776 ],
1781 } 1777 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | gpu/gpu.gyp » ('j') | sandbox/linux/sandbox_linux.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698