OLD | NEW |
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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
891 { | 891 { |
892 'target_name': 'content_java_test_support', | 892 'target_name': 'content_java_test_support', |
893 'type': 'none', | 893 'type': 'none', |
894 'dependencies': [ | 894 'dependencies': [ |
895 '../base/base.gyp:base', | 895 '../base/base.gyp:base', |
896 '../base/base.gyp:base_java_test_support', | 896 '../base/base.gyp:base_java_test_support', |
897 'content_common', | 897 'content_common', |
898 'content_java', | 898 'content_java', |
899 ], | 899 ], |
900 'variables': { | 900 'variables': { |
901 'package_name': 'content_java_test_support', | |
902 'java_in_dir': '../content/public/test/android/javatests', | 901 'java_in_dir': '../content/public/test/android/javatests', |
903 }, | 902 }, |
904 'includes': [ '../build/java.gypi' ], | 903 'includes': [ '../build/java.gypi' ], |
905 }, | 904 }, |
906 { | 905 { |
907 'target_name': 'content_shell_test_apk', | 906 'target_name': 'content_shell_test_apk', |
908 'type': 'none', | 907 'type': 'none', |
909 'dependencies': [ | 908 'dependencies': [ |
910 'content_java', | 909 'content_java', |
911 'content_java_test_support', | 910 'content_java_test_support', |
912 'content_shell_java', | 911 'content_shell_java', |
913 '../base/base.gyp:base_java', | 912 '../base/base.gyp:base_java', |
914 '../base/base.gyp:base_java_test_support', | 913 '../base/base.gyp:base_java_test_support', |
915 '../media/media.gyp:media_java', | 914 '../media/media.gyp:media_java', |
916 '../media/media.gyp:media_test_support', | 915 '../media/media.gyp:media_test_support', |
917 '../net/net.gyp:net_java', | 916 '../net/net.gyp:net_java', |
918 '../net/net.gyp:net_javatests', | 917 '../net/net.gyp:net_javatests', |
919 '../tools/android/forwarder2/forwarder.gyp:forwarder2', | 918 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
920 ], | 919 ], |
921 'variables': { | 920 'variables': { |
922 'package_name': 'content_shell_test', | |
923 'apk_name': 'ContentShellTest', | 921 'apk_name': 'ContentShellTest', |
924 'java_in_dir': '../content/shell/android/javatests', | 922 'java_in_dir': '../content/shell/android/javatests', |
925 'resource_dir': '../res', | 923 'resource_dir': '../res', |
926 'additional_src_dirs': ['../content/public/android/javatests/'], | 924 'additional_src_dirs': ['../content/public/android/javatests/'], |
927 }, | 925 }, |
928 'includes': [ '../build/java_apk.gypi' ], | 926 'includes': [ '../build/java_apk.gypi' ], |
929 }, | 927 }, |
930 ], | 928 ], |
931 }], | 929 }], |
932 ], | 930 ], |
933 } | 931 } |
OLD | NEW |