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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'android_webview_apk', | 7 'target_name': 'android_webview_apk', |
8 'type': 'none', | 8 'type': 'none', |
9 'dependencies': [ | 9 'dependencies': [ |
10 'libwebviewchromium', | 10 'libwebviewchromium', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'dependencies': [ | 44 'dependencies': [ |
45 'android_webview_apk', | 45 'android_webview_apk', |
46 ], | 46 ], |
47 'includes': [ '../build/apk_fake_jar.gypi' ], | 47 'includes': [ '../build/apk_fake_jar.gypi' ], |
48 }, | 48 }, |
49 { | 49 { |
50 'target_name': 'android_webview_test_apk', | 50 'target_name': 'android_webview_test_apk', |
51 'type': 'none', | 51 'type': 'none', |
52 'dependencies': [ | 52 'dependencies': [ |
53 '../base/base.gyp:base_java_test_support', | 53 '../base/base.gyp:base_java_test_support', |
54 '../content/content_shell_and_tests.gyp:content_java_test_support', | 54 '../content/content.gyp:content_java_test_support', |
55 '../net/net.gyp:net_java_test_support', | 55 '../net/net.gyp:net_java_test_support', |
56 'android_webview_apk_java', | 56 'android_webview_apk_java', |
57 ], | 57 ], |
58 'variables': { | 58 'variables': { |
59 'apk_name': 'AndroidWebViewTest', | 59 'apk_name': 'AndroidWebViewTest', |
60 'java_in_dir': '../android_webview/javatests', | 60 'java_in_dir': '../android_webview/javatests', |
61 'is_test_apk': 1, | 61 'is_test_apk': 1, |
62 }, | 62 }, |
63 'includes': [ '../build/java_apk.gypi' ], | 63 'includes': [ '../build/java_apk.gypi' ], |
64 }, | 64 }, |
65 { | 65 { |
66 'target_name': 'android_webview_unittests', | 66 'target_name': 'android_webview_unittests', |
67 'type': '<(gtest_target_type)', | 67 'type': '<(gtest_target_type)', |
68 'dependencies': [ | 68 'dependencies': [ |
69 '../base/base.gyp:test_support_base', | 69 '../base/base.gyp:test_support_base', |
70 '../content/content_shell_and_tests.gyp:test_support_content', | 70 '../content/content.gyp:test_support_content', |
71 '../net/net.gyp:net_test_support', | 71 '../net/net.gyp:net_test_support', |
72 '../testing/android/native_test.gyp:native_test_native_code', | 72 '../testing/android/native_test.gyp:native_test_native_code', |
73 '../testing/gmock.gyp:gmock', | 73 '../testing/gmock.gyp:gmock', |
74 '../testing/gtest.gyp:gtest', | 74 '../testing/gtest.gyp:gtest', |
75 '../ui/ui.gyp:ui_jni_headers', | 75 '../ui/ui.gyp:ui_jni_headers', |
76 'android_webview_common', | 76 'android_webview_common', |
77 ], | 77 ], |
78 'include_dirs': [ | 78 'include_dirs': [ |
79 '..', | 79 '..', |
80 '../skia/config', | 80 '../skia/config', |
81 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', | 81 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', |
82 ], | 82 ], |
83 'sources': [ | 83 'sources': [ |
84 'browser/aw_form_database_service_unittest.cc', | 84 'browser/aw_form_database_service_unittest.cc', |
85 'browser/net/android_stream_reader_url_request_job_unittest.cc', | 85 'browser/net/android_stream_reader_url_request_job_unittest.cc', |
86 'browser/net/input_stream_reader_unittest.cc', | 86 'browser/net/input_stream_reader_unittest.cc', |
87 'lib/main/webview_tests.cc', | 87 'lib/main/webview_tests.cc', |
88 'native/input_stream_unittest.cc', | 88 'native/input_stream_unittest.cc', |
89 'native/state_serializer_unittests.cc', | 89 'native/state_serializer_unittests.cc', |
90 ], | 90 ], |
91 }, | 91 }, |
92 { | 92 { |
93 'target_name': 'android_webview_unittest_java', | 93 'target_name': 'android_webview_unittest_java', |
94 'type': 'none', | 94 'type': 'none', |
95 'dependencies': [ | 95 'dependencies': [ |
96 '../base/base.gyp:base_java_test_support', | 96 '../base/base.gyp:base_java_test_support', |
97 '../content/content_shell_and_tests.gyp:content_java_test_support', | 97 '../content/content.gyp:content_java_test_support', |
98 'android_webview_java', | 98 'android_webview_java', |
99 ], | 99 ], |
100 'variables': { | 100 'variables': { |
101 'java_in_dir': '../android_webview/unittestjava', | 101 'java_in_dir': '../android_webview/unittestjava', |
102 }, | 102 }, |
103 'includes': [ '../build/java.gypi' ], | 103 'includes': [ '../build/java.gypi' ], |
104 }, | 104 }, |
105 { | 105 { |
106 'target_name': 'android_webview_unittests_jni', | 106 'target_name': 'android_webview_unittests_jni', |
107 'type': 'none', | 107 'type': 'none', |
(...skipping 14 matching lines...) Expand all Loading... |
122 'android_webview_unittests_jni', | 122 'android_webview_unittests_jni', |
123 ], | 123 ], |
124 'variables': { | 124 'variables': { |
125 'test_suite_name': 'android_webview_unittests', | 125 'test_suite_name': 'android_webview_unittests', |
126 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', | 126 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', |
127 }, | 127 }, |
128 'includes': [ '../build/apk_test.gypi' ], | 128 'includes': [ '../build/apk_test.gypi' ], |
129 }, | 129 }, |
130 ], | 130 ], |
131 } | 131 } |
OLD | NEW |