| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 { | 79 { |
| 80 'target_name': 'android_webview_unittests', | 80 'target_name': 'android_webview_unittests', |
| 81 'type': '<(gtest_target_type)', | 81 'type': '<(gtest_target_type)', |
| 82 'dependencies': [ | 82 'dependencies': [ |
| 83 '../base/base.gyp:test_support_base', | 83 '../base/base.gyp:test_support_base', |
| 84 '../content/content_shell_and_tests.gyp:test_support_content', | 84 '../content/content_shell_and_tests.gyp:test_support_content', |
| 85 '../net/net.gyp:net_test_support', | 85 '../net/net.gyp:net_test_support', |
| 86 '../testing/android/native_test.gyp:native_test_native_code', | 86 '../testing/android/native_test.gyp:native_test_native_code', |
| 87 '../testing/gmock.gyp:gmock', | 87 '../testing/gmock.gyp:gmock', |
| 88 '../testing/gtest.gyp:gtest', | 88 '../testing/gtest.gyp:gtest', |
| 89 '../ui/ui.gyp:ui_base_jni_headers', | 89 '../ui/base/ui_base.gyp:ui_base_jni_headers', |
| 90 'android_webview_common', | 90 'android_webview_common', |
| 91 'android_webview_unittests_jni', | 91 'android_webview_unittests_jni', |
| 92 ], | 92 ], |
| 93 'include_dirs': [ | 93 'include_dirs': [ |
| 94 '..', | 94 '..', |
| 95 '../skia/config', | 95 '../skia/config', |
| 96 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', | 96 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', |
| 97 ], | 97 ], |
| 98 'sources': [ | 98 'sources': [ |
| 99 'browser/aw_form_database_service_unittest.cc', | 99 'browser/aw_form_database_service_unittest.cc', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'android_webview_unittests', | 137 'android_webview_unittests', |
| 138 ], | 138 ], |
| 139 'variables': { | 139 'variables': { |
| 140 'test_suite_name': 'android_webview_unittests', | 140 'test_suite_name': 'android_webview_unittests', |
| 141 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', | 141 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', |
| 142 }, | 142 }, |
| 143 'includes': [ '../build/apk_test.gypi' ], | 143 'includes': [ '../build/apk_test.gypi' ], |
| 144 }, | 144 }, |
| 145 ], | 145 ], |
| 146 } | 146 } |
| OLD | NEW |