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

Side by Side Diff: content/content_tests.gypi

Issue 133533002: Android: moves some content test targets to use long for JNI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 ['use_aura!=1 and OS!="win" and OS!="android"', { 810 ['use_aura!=1 and OS!="win" and OS!="android"', {
811 'sources!': [ 811 'sources!': [
812 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , 812 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' ,
813 ], 813 ],
814 }], 814 }],
815 ['enable_webrtc==1 and google_tv==1', { 815 ['enable_webrtc==1 and google_tv==1', {
816 'sources': [ 816 'sources': [
817 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', 817 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc',
818 ], 818 ],
819 }], 819 }],
820 » ['use_dbus==0', { 820 ['use_dbus==0', {
bulach 2014/01/10 09:16:30 my editor is configured to replace tabs, I'm happy
821 'sources!': [ 821 'sources!': [
822 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 822 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
823 ], 823 ],
824 » }], 824 }],
825 ], 825 ],
826 }, 826 },
827 ], 827 ],
828 'conditions': [ 828 'conditions': [
829 ['test_isolation_mode != "noop"', { 829 ['test_isolation_mode != "noop"', {
830 'targets': [ 830 'targets': [
831 » { 831 {
832 » 'target_name': 'content_unittests_run', 832 'target_name': 'content_unittests_run',
833 » 'type': 'none', 833 'type': 'none',
834 » 'dependencies': [ 834 'dependencies': [
835 » 'content_unittests', 835 'content_unittests',
836 » ], 836 ],
837 » 'includes': [ 837 'includes': [
838 » '../build/isolate.gypi', 838 '../build/isolate.gypi',
839 » 'content_unittests.isolate', 839 'content_unittests.isolate',
840 » ], 840 ],
841 » 'sources': [ 841 'sources': [
842 » 'content_unittests.isolate', 842 'content_unittests.isolate',
843 » ], 843 ],
844 » }, 844 },
845 ], 845 ],
846 }], 846 }],
847 ['OS!="ios"', { 847 ['OS!="ios"', {
848 'targets': [ 848 'targets': [
849 { 849 {
850 'target_name': 'content_perftests', 850 'target_name': 'content_perftests',
851 'type': '<(gtest_target_type)', 851 'type': '<(gtest_target_type)',
852 'defines!': ['CONTENT_IMPLEMENTATION'], 852 'defines!': ['CONTENT_IMPLEMENTATION'],
853 'dependencies': [ 853 'dependencies': [
854 'content.gyp:content_common', 854 'content.gyp:content_common',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 ], 1434 ],
1435 }, 1435 },
1436 { 1436 {
1437 'target_name': 'content_android_linker_test_jni_headers', 1437 'target_name': 'content_android_linker_test_jni_headers',
1438 'type': 'none', 1438 'type': 'none',
1439 'sources': [ 1439 'sources': [
1440 'shell/android/linker_test_apk/src/org/chromium/content_linker_test_ apk/LinkerTests.java', 1440 'shell/android/linker_test_apk/src/org/chromium/content_linker_test_ apk/LinkerTests.java',
1441 ], 1441 ],
1442 'variables': { 1442 'variables': {
1443 'jni_gen_package': 'content/shell', 1443 'jni_gen_package': 'content/shell',
1444 'jni_generator_ptr_type': 'long',
1444 }, 1445 },
1445 'includes': [ '../build/jni_generator.gypi' ], 1446 'includes': [ '../build/jni_generator.gypi' ],
1446 }, 1447 },
1447 { 1448 {
1448 'target_name': 'video_decode_accelerator_unittest_apk', 1449 'target_name': 'video_decode_accelerator_unittest_apk',
1449 'type': 'none', 1450 'type': 'none',
1450 'dependencies': [ 1451 'dependencies': [
1451 'video_decode_accelerator_unittest', 1452 'video_decode_accelerator_unittest',
1452 ], 1453 ],
1453 'variables': { 1454 'variables': {
1454 'test_suite_name': 'video_decode_accelerator_unittest', 1455 'test_suite_name': 'video_decode_accelerator_unittest',
1455 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)', 1456 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
1456 }, 1457 },
1457 'includes': [ '../build/apk_test.gypi' ], 1458 'includes': [ '../build/apk_test.gypi' ],
1458 }, 1459 },
1459 ], 1460 ],
1460 }], 1461 }],
1461 ['OS == "android"', { 1462 ['OS == "android"', {
1462 'targets': [ 1463 'targets': [
1463 { 1464 {
1464 'target_name': 'test_support_content_jni_headers', 1465 'target_name': 'test_support_content_jni_headers',
1465 'type': 'none', 1466 'type': 'none',
1466 'sources': [ 1467 'sources': [
1467 'public/test/android/javatests/src/org/chromium/content/browser/test /NestedSystemMessageHandler.java', 1468 'public/test/android/javatests/src/org/chromium/content/browser/test /NestedSystemMessageHandler.java',
1468 ], 1469 ],
1469 'variables': { 1470 'variables': {
1470 'jni_gen_package': 'content/public/test', 1471 'jni_gen_package': 'content/public/test',
1472 'jni_generator_ptr_type': 'long',
1471 }, 1473 },
1472 'includes': [ '../build/jni_generator.gypi' ], 1474 'includes': [ '../build/jni_generator.gypi' ],
1473 }, 1475 },
1474 { 1476 {
1475 'target_name': 'content_java_test_support', 1477 'target_name': 'content_java_test_support',
1476 'type': 'none', 1478 'type': 'none',
1477 'dependencies': [ 1479 'dependencies': [
1478 '../base/base.gyp:base', 1480 '../base/base.gyp:base',
1479 '../base/base.gyp:base_java_test_support', 1481 '../base/base.gyp:base_java_test_support',
1480 'content.gyp:content_common', 1482 'content.gyp:content_common',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1652 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1651 }, 1653 },
1652 ], 1654 ],
1653 }], 1655 }],
1654 ], 1656 ],
1655 }, 1657 },
1656 ], 1658 ],
1657 }], 1659 }],
1658 ], 1660 ],
1659 } 1661 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698