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

Unified Diff: mojo/nacl/nonsfi/BUILD.gn

Issue 1415633003: Fix rebase path misuses. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/nonsfi/BUILD.gn
diff --git a/mojo/nacl/nonsfi/BUILD.gn b/mojo/nacl/nonsfi/BUILD.gn
index 57530243b2eb827825074e03e096a71465fdee51..adda84dfc9a69cd3025ad32ec1400aa603bcbfe4 100644
--- a/mojo/nacl/nonsfi/BUILD.gn
+++ b/mojo/nacl/nonsfi/BUILD.gn
@@ -85,8 +85,9 @@ action("translate_mojo_pnacl_tests_to_native") {
if (host_os == "mac") {
nacl_toolchain_host_os = "mac"
}
- script = rebase_path("//") + "native_client/toolchain/${nacl_toolchain_host_os}_x86/pnacl_newlib/bin/pydir/loader.py"
- input = rebase_path(root_build_dir) + "/newlib_pnacl/monacl_test.pexe"
+ script = rebase_path(
+ "//native_client/toolchain/${nacl_toolchain_host_os}_x86/pnacl_newlib/bin/pydir/loader.py")
+ input = rebase_path("${root_build_dir}/newlib_pnacl/monacl_test.pexe")
inputs = [
input,
]
@@ -116,7 +117,7 @@ action("translate_mojo_pnacl_tests_to_native") {
action("prepend_shebang_to_nexe") {
testonly = true
- script = rebase_path("//") + "mojo/public/tools/prepend.py"
+ script = rebase_path("//mojo/public/tools/prepend.py")
nexe_path = "$root_out_dir/monacl_test_nonsfi"
input = "${nexe_path}.nexe"
inputs = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698