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', |
], |
}], |
], |