Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6446)

Unified Diff: build/android/gyp/gcc_preprocess.py

Issue 2336173003: Fix android depfiles to always list GN's outputs[0] (Closed)
Patch Set: fix cronet_package Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/gyp/find_sun_tools_jar.py ('k') | build/android/gyp/generate_split_manifest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/gcc_preprocess.py
diff --git a/build/android/gyp/gcc_preprocess.py b/build/android/gyp/gcc_preprocess.py
index 03becf918fed98b9077d99d86f44416a07d207a5..dbad8f24b62ba3cfb776ce702f02a8cd81061a42 100755
--- a/build/android/gyp/gcc_preprocess.py
+++ b/build/android/gyp/gcc_preprocess.py
@@ -46,9 +46,7 @@ def main(args):
DoGcc(options)
if options.depfile:
- build_utils.WriteDepfile(
- options.depfile,
- build_utils.GetPythonDependencies())
+ build_utils.WriteDepfile(options.depfile, options.output)
if options.stamp:
build_utils.Touch(options.stamp)
« no previous file with comments | « build/android/gyp/find_sun_tools_jar.py ('k') | build/android/gyp/generate_split_manifest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698