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

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: Fixing check_deps failure 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/DEPS » ('j') | 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) 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',
867 'type': 'none',
868 'dependencies': [
869 '../base/base.gyp:base',
870 '../base/base.gyp:base_java_test_support',
871 'content_common',
872 'content_java',
873 ],
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', 866 'target_name': 'content_java_test_support',
882 'type': 'none', 867 'type': 'none',
883 'dependencies': [ 868 'dependencies': [
884 '../base/base.gyp:base', 869 '../base/base.gyp:base',
885 '../base/base.gyp:base_java_test_support', 870 '../base/base.gyp:base_java_test_support',
886 'content_common', 871 'content_common',
887 'content_java', 872 'content_java',
888 ], 873 ],
889 'variables': { 874 '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 },
895 { 880 {
896 'target_name': 'content_shell_test_apk', 881 'target_name': 'content_shell_test_apk',
897 'type': 'none', 882 'type': 'none',
898 'dependencies': [ 883 'dependencies': [
899 'content_java', 884 'content_java',
900 'content_javatests', 885 'content_java_test_support',
901 'content_shell_apk', 886 'content_shell_apk',
902 '../base/base.gyp:base_java', 887 '../base/base.gyp:base_java',
903 '../base/base.gyp:base_java_test_support', 888 '../base/base.gyp:base_java_test_support',
904 '../media/media.gyp:media_java', 889 '../media/media.gyp:media_java',
905 '../media/media.gyp:media_test_support', 890 '../media/media.gyp:media_test_support',
906 '../net/net.gyp:net_java', 891 '../net/net.gyp:net_java',
907 '../net/net.gyp:net_javatests', 892 '../net/net.gyp:net_javatests',
908 '../tools/android/forwarder/forwarder.gyp:forwarder', 893 '../tools/android/forwarder/forwarder.gyp:forwarder',
909 ], 894 ],
910 'variables': { 895 'variables': {
911 'package_name': 'content_shell_test', 896 'package_name': 'content_shell_test',
912 'apk_name': 'ContentShellTest', 897 'apk_name': 'ContentShellTest',
913 'java_in_dir': 'shell/android/javatests', 898 'java_in_dir': '../content/shell/android/javatests',
914 'resource_dir': '../res', 899 'resource_dir': '../res',
900 'additional_input_paths': ['<!@(find ../content/public/android/javat ests/src -name "*.java")',],
915 }, 901 },
916 'includes': [ '../build/java_apk.gypi' ], 902 'includes': [ '../build/java_apk.gypi' ],
917 }, 903 },
918 ], 904 ],
919 }], 905 }],
920 ], 906 ],
921 } 907 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698