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 'libstandalonelibwebviewchromium', | 10 'libstandalonelibwebviewchromium', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'java_in_dir': '../android_webview/javatests', | 101 'java_in_dir': '../android_webview/javatests', |
102 'is_test_apk': 1, | 102 'is_test_apk': 1, |
103 }, | 103 }, |
104 'includes': [ '../build/java_apk.gypi' ], | 104 'includes': [ '../build/java_apk.gypi' ], |
105 }, | 105 }, |
106 { | 106 { |
107 'target_name': 'android_webview_unittests', | 107 'target_name': 'android_webview_unittests', |
108 'type': '<(gtest_target_type)', | 108 'type': '<(gtest_target_type)', |
109 'dependencies': [ | 109 'dependencies': [ |
110 '../base/base.gyp:test_support_base', | 110 '../base/base.gyp:test_support_base', |
| 111 '../components/components.gyp:signin_core_browser_test_support', |
111 '../content/content_shell_and_tests.gyp:test_support_content', | 112 '../content/content_shell_and_tests.gyp:test_support_content', |
112 '../net/net.gyp:net_test_support', | 113 '../net/net.gyp:net_test_support', |
113 '../testing/android/native_test.gyp:native_test_native_code', | 114 '../testing/android/native_test.gyp:native_test_native_code', |
114 '../testing/gmock.gyp:gmock', | 115 '../testing/gmock.gyp:gmock', |
115 '../testing/gtest.gyp:gtest', | 116 '../testing/gtest.gyp:gtest', |
116 '../ui/base/ui_base.gyp:ui_base_jni_headers', | 117 '../ui/base/ui_base.gyp:ui_base_jni_headers', |
117 '../ui/gl/gl.gyp:gl', | 118 '../ui/gl/gl.gyp:gl', |
118 'android_webview_common', | 119 'android_webview_common', |
119 'android_webview_unittests_jni', | 120 'android_webview_unittests_jni', |
120 ], | 121 ], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 ], | 209 ], |
209 }, | 210 }, |
210 { | 211 { |
211 'target_name': 'libstandalonelibwebviewchromium', | 212 'target_name': 'libstandalonelibwebviewchromium', |
212 'includes': [ | 213 'includes': [ |
213 'libwebviewchromium.gypi', | 214 'libwebviewchromium.gypi', |
214 ], | 215 ], |
215 }, | 216 }, |
216 ], | 217 ], |
217 } | 218 } |
OLD | NEW |