|
CheckCallDie: add option to suppress successful output
Some commands that are called by build scripts are particularly verbose
(ant, dex, readelf). For these commands, the output (when successful)
is not useful (unlike javac, for example). Add an option
(suppress_output) to build_util.CheckCallDie to disable printing of
stdout/stderr when the call is successful.
Also, move remaining build scripts in build/android to
build/android/gyp.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192409
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+43 lines, -419 lines) |
Patch |
|
D |
build/android/create_native_libraries_header.py
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
|
D |
build/android/gcc_preprocess.py
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/apk_install.py
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/create_device_library_links.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A + |
build/android/gyp/create_native_libraries_header.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/android/gyp/dex.py
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
A + |
build/android/gyp/gcc_preprocess.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/android/gyp/jar.py
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/javac.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
A + |
build/android/gyp/process_resources.py
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/push_libraries.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
build/android/gyp/strip_library_for_apk.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
build/android/gyp/util/build_utils.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/write_ordered_libraries.py
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
build/android/java_cpp_template.gypi
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
D |
build/android/process_resources.py
|
View
|
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
|
D |
build/android/pylib/build_utils.py
|
View
|
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
|
D |
build/android/strip_library_for_apk.py
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
|
M |
build/java.gypi
|
View
|
1
2
3
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
build/java_apk.gypi
|
View
|
|
10 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
|
M |
build/java_prebuilt.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|