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

Unified Diff: BUILD.gn

Issue 2145833008: Remove step that copies llvm-symbolizer to the root build dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years 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 | build/sanitizers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f06d672dd5869d691e330cea4823485550957baa..350e87b0914b941439133048036dc87cdcd4426b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -639,10 +639,6 @@ group("both_gn_and_gyp") {
if (!is_debug && !is_component_build) {
deps += [ "//chrome/tools/service_discovery_sniffer" ]
}
-
- if (is_clang) {
- deps += [ "//build/sanitizers:copy_llvm_symbolizer" ]
- }
}
if (use_x11) {
@@ -1040,9 +1036,6 @@ if (!is_ios && !is_android && !is_chromecast) {
"//v8:v8_shell($v8_snapshot_toolchain)",
]
}
- if (is_clang) {
- deps += [ "//build/sanitizers:copy_llvm_symbolizer" ]
- }
if (is_win && symbol_level == 2 && target_cpu == "x86" && is_syzyasan) {
deps += [
"//chrome/tools/build/win/syzygy:chrome_dll_syzygy",
« no previous file with comments | « no previous file | build/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698