Index: build/android/gyp/write_build_config.py |
diff --git a/build/android/gyp/write_build_config.py b/build/android/gyp/write_build_config.py |
index 70bc6d08104a0a6e08165a6b5daa52ce3be97fcb..46b93834a8fdb566c855d9d3e64776d79edec139 100755 |
--- a/build/android/gyp/write_build_config.py |
+++ b/build/android/gyp/write_build_config.py |
@@ -410,7 +410,6 @@ def main(argv): |
str(deps_not_support_android)) |
if options.type in ('java_binary', 'java_library', 'android_apk'): |
- deps_info['resources_deps'] = [c['path'] for c in all_resources_deps] |
deps_info['jar_path'] = options.jar_path |
if options.type == 'android_apk' or options.supports_android: |
deps_info['dex_path'] = options.dex_path |