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

Unified Diff: build/android/gyp/emma_instr.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/create_test_runner_script.py ('k') | build/android/gyp/find_sun_tools_jar.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/emma_instr.py
diff --git a/build/android/gyp/emma_instr.py b/build/android/gyp/emma_instr.py
index 57be36be493b6353c00a325b77f82d09130bc67c..473c2261921cca64a1761d11c8912dcbd276775b 100755
--- a/build/android/gyp/emma_instr.py
+++ b/build/android/gyp/emma_instr.py
@@ -100,8 +100,7 @@ def _RunCopyCommand(_command, options, _, option_parser):
build_utils.Touch(options.stamp)
if options.depfile:
- build_utils.WriteDepfile(options.depfile,
- build_utils.GetPythonDependencies())
+ build_utils.WriteDepfile(options.depfile, options.output_path)
def _GetSourceDirsFromSourceFiles(source_files):
« no previous file with comments | « build/android/gyp/create_test_runner_script.py ('k') | build/android/gyp/find_sun_tools_jar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698