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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/symlink.gni") 5 import("//build/symlink.gni")
6 6
7 # GYP: //tools/android/forwarder2/forwarder.gyp:forwarder2 7 # GYP: //tools/android/forwarder2/forwarder.gyp:forwarder2
8 group("forwarder2") { 8 group("forwarder2") {
9 data_deps = [ 9 data_deps = [
10 ":host_forwarder", 10 ":host_forwarder",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ] 86 ]
87 deps = [ 87 deps = [
88 "//base", 88 "//base",
89 "//build/config/sanitizers:deps", 89 "//build/config/sanitizers:deps",
90 "//tools/android/common", 90 "//tools/android/common",
91 ] 91 ]
92 } 92 }
93 } else { 93 } else {
94 # Create a symlink from root_build_dir -> clang_x64/host_forwarder. 94 # Create a symlink from root_build_dir -> clang_x64/host_forwarder.
95 binary_symlink("host_forwarder") { 95 binary_symlink("host_forwarder") {
96 binary_label = ":host_forwarder($host_toolchain)" 96 binary_label = ":$target_name($host_toolchain)"
97 } 97 }
98 } 98 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698