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

Unified Diff: ppapi/native_client/nacl_test_data.gni

Issue 2905523002: Reduce absolute paths in generated ninja files (Closed)
Patch Set: revert build/config/gcc/BUILD.gn, rebase Created 3 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 | « ppapi/native_client/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/nacl_test_data.gni
diff --git a/ppapi/native_client/nacl_test_data.gni b/ppapi/native_client/nacl_test_data.gni
index 67b8041fa1408d44bb256e54487d73042f345ff2..823b732e0a8b657bc242eeedb0315fe5b63b4eee 100644
--- a/ppapi/native_client/nacl_test_data.gni
+++ b/ppapi/native_client/nacl_test_data.gni
@@ -251,7 +251,8 @@ template("nacl_test_data") {
"-arch",
arch,
"-Wl,-L" +
- rebase_path(get_label_info(pnacl_irt_shim, "target_out_dir")),
+ rebase_path(get_label_info(pnacl_irt_shim, "target_out_dir"),
+ root_build_dir),
]
deps = [
":$nexe_target_name(//build/toolchain/nacl:newlib_pnacl)",
« no previous file with comments | « ppapi/native_client/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698