Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 3bcc41627f9d7f9d25fb0ecb481d140c7ce08d4e..58184d6fe36427dcc4714053021726fe04348075 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -5538,13 +5538,13 @@ |
| # invoked via /fallback. This is critical for using macros |
| # like ASAN_UNPOISON_MEMORY_REGION in files where we fall |
| # back. |
| - '<(DEPTH)/<(make_clang_dir)/lib/clang/3.6.0/include_sanitizer', |
| + '<(DEPTH)/<(make_clang_dir)/lib/clang/3.7.0/include_sanitizer', |
| ], |
| }, |
| 'VCLinkerTool': { |
| 'AdditionalLibraryDirectories': [ |
| # TODO(hans): If make_clang_dir is absolute, this breaks. |
| - '<(DEPTH)/<(make_clang_dir)/lib/clang/3.6.0/lib/windows', |
| + '<(DEPTH)/<(make_clang_dir)/lib/clang/3.7.0/lib/windows', |
|
Timur Iskhodzhanov
2015/01/27 13:27:55
For the record, turns out I've forgotten to update
|
| ], |
| }, |
| 'target_conditions': [ |