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

Unified Diff: BUILD.gn

Issue 697763002: Adds dependency on sanitizer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5742de706e1b214e37c62cda05e431bcb43f0b95..38024d45a0e0f928db8c2f469217a5ac485280cb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1381,6 +1381,7 @@ if (current_toolchain == host_toolchain) {
":v8_base",
":v8_libplatform",
":v8_nosnapshot",
+ "//build/config/sanitizers:deps",
]
if (v8_compress_startup_data == "bz2") {
« 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