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

Side by Side Diff: content/content_tests.gypi

Issue 10911131: Upstream JavaBridge tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove target content_javatests Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'test_suite_name': 'content_unittests', 856 'test_suite_name': 'content_unittests',
857 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)', 857 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
858 }, 858 },
859 'includes': [ '../build/apk_test.gypi' ], 859 'includes': [ '../build/apk_test.gypi' ],
860 }, 860 },
861 ], 861 ],
862 }], 862 }],
863 ['OS == "android"', { 863 ['OS == "android"', {
864 'targets': [ 864 'targets': [
865 { 865 {
866 'target_name': 'content_javatests', 866 'target_name': 'content_java_test_support',
867 'type': 'none', 867 'type': 'none',
868 'dependencies': [ 868 'dependencies': [
869 '../base/base.gyp:base', 869 '../base/base.gyp:base',
870 '../base/base.gyp:base_java_test_support', 870 '../base/base.gyp:base_java_test_support',
871 'content_common', 871 'content_common',
872 'content_java', 872 'content_java',
873 ], 873 ],
874 'variables': { 874 'variables': {
875 'package_name': 'content_javatests',
876 'java_in_dir': '../content/public/android/javatests',
877 },
878 'includes': [ '../build/java.gypi' ],
879 },
880 {
881 'target_name': 'content_java_test_support',
882 'type': 'none',
883 'dependencies': [
884 '../base/base.gyp:base',
885 '../base/base.gyp:base_java_test_support',
886 'content_common',
887 'content_java',
888 ],
889 'variables': {
890 'package_name': 'content_java_test_support', 875 'package_name': 'content_java_test_support',
891 'java_in_dir': '../content/public/test/android/javatests', 876 'java_in_dir': '../content/public/test/android/javatests',
892 }, 877 },
893 'includes': [ '../build/java.gypi' ], 878 'includes': [ '../build/java.gypi' ],
894 }, 879 },
880 {
881 'target_name': 'content_shell_javatests',
Yaron 2012/09/25 22:43:16 Just discussed with Chris. We don't actually need
Ramya 2012/09/25 22:49:54 Done.
882 'type': 'none',
883 'dependencies': [
884 'content_java',
885 'content_shell_java',
886 '../base/base.gyp:base_java',
887 '../base/base.gyp:base_java_test_support',
888 '../media/media.gyp:media_java',
889 '../media/media.gyp:media_test_support',
890 '../net/net.gyp:net_java',
891 '../net/net.gyp:net_javatests',
892 '../tools/android/forwarder/forwarder.gyp:forwarder',
893 ],
894 'variables': {
895 'package_name': 'content_shell_javatests',
896 'java_in_dir': '../content/shell/android/javatests',
897 },
898 'includes': [ '../build/java.gypi' ],
899 },
895 { 900 {
896 'target_name': 'content_shell_test_apk', 901 'target_name': 'content_shell_test_apk',
897 'type': 'none', 902 'type': 'none',
898 'dependencies': [ 903 'dependencies': [
899 'content_java', 904 'content_java',
900 'content_javatests', 905 'content_java_test_support',
901 'content_shell_apk', 906 'content_shell_apk',
902 '../base/base.gyp:base_java', 907 '../base/base.gyp:base_java',
903 '../base/base.gyp:base_java_test_support', 908 '../base/base.gyp:base_java_test_support',
904 '../media/media.gyp:media_java', 909 '../media/media.gyp:media_java',
905 '../media/media.gyp:media_test_support', 910 '../media/media.gyp:media_test_support',
906 '../net/net.gyp:net_java', 911 '../net/net.gyp:net_java',
907 '../net/net.gyp:net_javatests', 912 '../net/net.gyp:net_javatests',
908 '../tools/android/forwarder/forwarder.gyp:forwarder', 913 '../tools/android/forwarder/forwarder.gyp:forwarder',
909 ], 914 ],
910 'variables': { 915 'variables': {
911 'package_name': 'content_shell_test', 916 'package_name': 'content_shell_test',
912 'apk_name': 'ContentShellTest', 917 'apk_name': 'ContentShellTest',
913 'java_in_dir': 'shell/android/javatests', 918 'java_in_dir': '../content/shell/android/javatests',
914 'resource_dir': '../res', 919 'resource_dir': '../res',
920 'additional_input_paths': ['<!@(find ../content/public/android/javat ests/src -name "*.java")',],
915 }, 921 },
916 'includes': [ '../build/java_apk.gypi' ], 922 'includes': [ '../build/java_apk.gypi' ],
917 }, 923 },
918 ], 924 ],
919 }], 925 }],
920 ], 926 ],
921 } 927 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/javatests/src/org/chromium/content/browser/ContentViewTestBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698