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

Unified Diff: third_party/yasm/yasm_assemble.gni

Issue 380483002: Add //testing/perf and fix up output file location in yasm_assemble.gni. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « testing/perf/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm_assemble.gni
diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni
index 9044efabba24367eddba66bbec57345816b600c4..ce0ef275c86fb1c2a80af6d6ccbfe1e0912997f2 100644
--- a/third_party/yasm/yasm_assemble.gni
+++ b/third_party/yasm/yasm_assemble.gni
@@ -161,7 +161,7 @@ template("yasm_assemble") {
# exactly duplicate the naming and location of object files from the
# native build, which would be:
# "$root_out_dir/${target_name}.{{source_dir_part}}.$asm_obj_extension"
- outputs = [ "$target_out_dir/{{source_name_part}}.o" ]
+ outputs = [ "$target_gen_dir/{{source_name_part}}.o" ]
brettw 2014/07/08 21:11:48 Why change this? The out dir is where the normal .
args += [
"-o", rebase_path(outputs[0], root_build_dir),
"{{source}}"
« no previous file with comments | « testing/perf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698