| 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 # GN: //android_webview/test:android_webview_apk | 6 # GN: //android_webview/test:android_webview_apk |
| 7 { | 7 { |
| 8 'target_name': 'android_webview_apk', | 8 'target_name': 'android_webview_apk', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'type': '<(gtest_target_type)', | 129 'type': '<(gtest_target_type)', |
| 130 'dependencies': [ | 130 'dependencies': [ |
| 131 '../base/base.gyp:test_support_base', | 131 '../base/base.gyp:test_support_base', |
| 132 '../content/content_shell_and_tests.gyp:test_support_content', | 132 '../content/content_shell_and_tests.gyp:test_support_content', |
| 133 '../net/net.gyp:net_test_support', | 133 '../net/net.gyp:net_test_support', |
| 134 '../testing/android/native_test.gyp:native_test_native_code', | 134 '../testing/android/native_test.gyp:native_test_native_code', |
| 135 '../testing/gmock.gyp:gmock', | 135 '../testing/gmock.gyp:gmock', |
| 136 '../testing/gtest.gyp:gtest', | 136 '../testing/gtest.gyp:gtest', |
| 137 '../ui/base/ui_base.gyp:ui_base_jni_headers', | 137 '../ui/base/ui_base.gyp:ui_base_jni_headers', |
| 138 '../ui/gl/gl.gyp:gl', | 138 '../ui/gl/gl.gyp:gl', |
| 139 '../ui/gl/init/gl_init.gyp:gl_init', |
| 139 '../ui/gl/gl.gyp:gl_test_support', | 140 '../ui/gl/gl.gyp:gl_test_support', |
| 140 'android_webview_common', | 141 'android_webview_common', |
| 141 'android_webview_unittests_jni', | 142 'android_webview_unittests_jni', |
| 142 ], | 143 ], |
| 143 'include_dirs': [ | 144 'include_dirs': [ |
| 144 '..', | 145 '..', |
| 145 '../skia/config', | 146 '../skia/config', |
| 146 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', | 147 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', |
| 147 ], | 148 ], |
| 148 'sources': [ | 149 'sources': [ |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 ], | 271 ], |
| 271 'sources': [ | 272 'sources': [ |
| 272 'android_webview_unittests_apk.isolate', | 273 'android_webview_unittests_apk.isolate', |
| 273 ], | 274 ], |
| 274 }, | 275 }, |
| 275 ] | 276 ] |
| 276 } | 277 } |
| 277 ], | 278 ], |
| 278 ] | 279 ] |
| 279 } | 280 } |
| OLD | NEW |