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

Unified Diff: tools/android/forwarder2/BUILD.gn

Issue 1882533004: 🐍 Fix GN deps needed by third_party/WebKit/Tools/Scripts/run-webkit-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: tools/android/forwarder2/BUILD.gn
diff --git a/tools/android/forwarder2/BUILD.gn b/tools/android/forwarder2/BUILD.gn
index 6899a7eec1d10f07ce0f8417c1e56139124d3b23..d2af725822fa6ee37b51a071851ae159b8630771 100644
--- a/tools/android/forwarder2/BUILD.gn
+++ b/tools/android/forwarder2/BUILD.gn
@@ -93,6 +93,6 @@ if (current_toolchain != default_toolchain) {
} else {
# Create a symlink from root_build_dir -> clang_x64/host_forwarder.
binary_symlink("host_forwarder") {
- binary_label = ":host_forwarder($host_toolchain)"
+ binary_label = ":$target_name($host_toolchain)"
}
}

Powered by Google App Engine
This is Rietveld 408576698