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

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: Created 6 years, 6 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f9b43a621d4ce46e2a94c5eb5460958a160d1331..8827ac1b14a5f55d4f8c5e5fafd4026a3ad97609 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3883,7 +3883,7 @@
'conditions': [
['use_sanitizer_options==1 and OS=="linux" and (chromeos==0 or target_arch!="ia32")', {
'dependencies': [
kjellander_chromium 2014/06/25 12:27:12 I think you should do something like: 'includes':
- '<(DEPTH)/base/base.gyp:sanitizer_options',
+ '<(DEPTH)/build/sanitizers/sanitizers.gyp:sanitizer_options',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698