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

Unified Diff: build/linux/unbundle/yasm.gn

Issue 1972173003: Fix some TODOs in the yasm build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | third_party/yasm/yasm_assemble.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/yasm.gn
diff --git a/build/linux/unbundle/yasm.gn b/build/linux/unbundle/yasm.gn
index 7146a1df04de3ed91d6aeb492495b30bd3888724..a244bf02d7adaa0a2e55590c2ad82af185ff4821 100644
--- a/build/linux/unbundle/yasm.gn
+++ b/build/linux/unbundle/yasm.gn
@@ -72,7 +72,7 @@ template("yasm_assemble") {
# Output file.
outputs = [
- "$target_out_dir/{{source_name_part}}.o",
+ "$target_out_dir/$source_set_name/{{source_name_part}}.o",
]
args += [
"-o",
« no previous file with comments | « no previous file | third_party/yasm/yasm_assemble.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698