| 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', |
| 11 'android_webview_java', | 11 'android_webview_java', |
| 12 'android_webview_pak', | 12 'android_webview_pak', |
| 13 'libdrawgl', | 13 'libdrawgl', |
| 14 '../base/base.gyp:base_java_test_support', |
| 15 '../components/components.gyp:policy_java_test_support' |
| 14 ], | 16 ], |
| 15 'variables': { | 17 'variables': { |
| 16 'apk_name': 'AndroidWebView', | 18 'apk_name': 'AndroidWebView', |
| 17 'java_in_dir': 'test/shell', | 19 'java_in_dir': 'test/shell', |
| 18 'native_lib_target': 'libstandalonelibwebviewchromium', | 20 'native_lib_target': 'libstandalonelibwebviewchromium', |
| 19 'native_lib_version_name': '<(version_full)', | 21 'native_lib_version_name': '<(version_full)', |
| 20 'resource_dir': 'test/shell/res', | 22 'resource_dir': 'test/shell/res', |
| 21 'extensions_to_not_compress': '.lpak,.pak,.dat,.bin', | 23 'extensions_to_not_compress': '.lpak,.pak,.dat,.bin', |
| 22 'asset_location': '<(PRODUCT_DIR)/android_webview_apk/assets', | 24 'asset_location': '<(PRODUCT_DIR)/android_webview_apk/assets', |
| 23 'extra_native_libs': ['<(SHARED_LIB_DIR)/libdrawgl.>(android_product_ext
ension)'], | 25 'extra_native_libs': ['<(SHARED_LIB_DIR)/libdrawgl.>(android_product_ext
ension)'], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'dependencies': [ | 89 'dependencies': [ |
| 88 'android_webview_apk', | 90 'android_webview_apk', |
| 89 ], | 91 ], |
| 90 'includes': [ '../build/apk_fake_jar.gypi' ], | 92 'includes': [ '../build/apk_fake_jar.gypi' ], |
| 91 }, | 93 }, |
| 92 { | 94 { |
| 93 'target_name': 'android_webview_test_apk', | 95 'target_name': 'android_webview_test_apk', |
| 94 'type': 'none', | 96 'type': 'none', |
| 95 'dependencies': [ | 97 'dependencies': [ |
| 96 '../base/base.gyp:base_java_test_support', | 98 '../base/base.gyp:base_java_test_support', |
| 99 '../components/components.gyp:policy_java_test_support', |
| 97 '../content/content_shell_and_tests.gyp:content_java_test_support', | 100 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 98 '../net/net.gyp:net_java_test_support', | 101 '../net/net.gyp:net_java_test_support', |
| 99 '../testing/android/on_device_instrumentation.gyp:broker_java', | 102 '../testing/android/on_device_instrumentation.gyp:broker_java', |
| 100 '../testing/android/on_device_instrumentation.gyp:require_driver_apk', | 103 '../testing/android/on_device_instrumentation.gyp:require_driver_apk', |
| 101 'android_webview_apk_java', | 104 'android_webview_apk_java', |
| 102 ], | 105 ], |
| 103 'variables': { | 106 'variables': { |
| 104 'apk_name': 'AndroidWebViewTest', | 107 'apk_name': 'AndroidWebViewTest', |
| 105 'java_in_dir': '../android_webview/javatests', | 108 'java_in_dir': '../android_webview/javatests', |
| 106 'is_test_apk': 1, | 109 'is_test_apk': 1, |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 ], | 255 ], |
| 253 'sources': [ | 256 'sources': [ |
| 254 'android_webview_unittests_apk.isolate', | 257 'android_webview_unittests_apk.isolate', |
| 255 ], | 258 ], |
| 256 }, | 259 }, |
| 257 ] | 260 ] |
| 258 } | 261 } |
| 259 ], | 262 ], |
| 260 ] | 263 ] |
| 261 } | 264 } |
| OLD | NEW |