|
Fix android depfiles to always list GN's outputs[0]
Ninja complains with:
expected depfile 'foo.d' to mention 'bar', got 'baz'
Running ninja twice now reports "no work to do" again.
This change required updating all calls to build_utils.WriteDepFile() so
that the output is passed in. While doing this, I also made the helper
add in GetPythonDependencies() by default.
build/android/gyp/ant.py I just deleted rather than updating since it's
GYP-only.
BUG= 646165
Committed: https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96
Cr-Commit-Position: refs/heads/master@{#418455}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+75 lines, -210 lines) |
Patch |
|
M |
base/android/jni_generator/jni_generator.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
build/android/findbugs_diff.py
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
build/android/gn/zip.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/aidl.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
D |
build/android/gyp/ant.py
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/copy_ex.py
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/create_dist_jar.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/create_java_binary_script.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/create_test_runner_script.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/emma_instr.py
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/find_sun_tools_jar.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/gcc_preprocess.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/generate_split_manifest.py
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/jar_toc.py
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/java_cpp_enum.py
|
View
|
|
1 chunk |
+8 lines, -59 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/jinja_template.py
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/locale_pak_resources.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/pack_relocations.py
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/util/build_utils.py
|
View
|
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/write_build_config.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/write_ordered_libraries.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/incremental_install/create_install_script.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
build/android/incremental_install/generate_android_manifest.py
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/config/android/internal_rules.gni
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/config/zip.gni
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
build/protoc_java.py
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/cronet/android/BUILD.gn
|
View
|
1
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/cronet/tools/extract_from_jars.py
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/cronet/tools/generate_javadoc.py
|
View
|
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
components/cronet/tools/jar_src.py
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 17 (9 generated)
|