| Index: android_webview/android_webview_tests.gypi
|
| diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
|
| index 09ebb89e6cc954e1b4710035ca6d9b48c96eb58f..b8a73af927122c179a4ab9b1504def1f105d6e80 100644
|
| --- a/android_webview/android_webview_tests.gypi
|
| +++ b/android_webview/android_webview_tests.gypi
|
| @@ -44,19 +44,7 @@
|
| 'dependencies': [
|
| 'android_webview_apk',
|
| ],
|
| - 'all_dependent_settings': {
|
| - 'variables': {
|
| - 'input_jars_paths': ['>(apk_output_jar_path)'],
|
| - },
|
| - },
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'fake_generate_jar',
|
| - 'inputs': [],
|
| - 'outputs': ['>(apk_output_jar_path)'],
|
| - 'action': [],
|
| - },
|
| - ],
|
| + 'includes': [ '../build/apk_fake_jar.gypi' ],
|
| },
|
| {
|
| 'target_name': 'android_webview_test_apk',
|
|
|