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

Unified Diff: build/common.gypi

Issue 357623003: Move default sanitizer options into build/ so that WebRTC can import them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « base/debug/tsan_suppressions.cc ('k') | build/sanitizers/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6f62a0f4610bcaf4059ab914be9f052f51886ad7..a82d24dd2247e7608cd8c8c14697da9023f8e9c3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4032,7 +4032,7 @@
'conditions': [
['use_sanitizer_options==1 and OS=="linux" and (chromeos==0 or target_arch!="ia32")', {
'dependencies': [
- '<(DEPTH)/base/base.gyp:sanitizer_options',
+ '<(DEPTH)/build/sanitizers/sanitizers.gyp:sanitizer_options',
],
}],
],
« no previous file with comments | « base/debug/tsan_suppressions.cc ('k') | build/sanitizers/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698