Win-Clang update script: update paths for 3.6

BUG=none
NOTRY=true

Review URL: https://codereview.chromium.org/417173003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@287342 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
hans@chromium.org 2014-08-04 15:58:29 +00:00
Родитель 15637a1f19
Коммит 6c10b6aef3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5417,13 +5417,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.5.0/include_sanitizer',
'<(DEPTH)/<(make_clang_dir)/lib/clang/3.6.0/include_sanitizer',
],
},
'VCLinkerTool': {
'AdditionalLibraryDirectories': [
# TODO(hans): If make_clang_dir is absolute, this breaks.
'<(DEPTH)/<(make_clang_dir)/lib/clang/3.5.0/lib/windows',
'<(DEPTH)/<(make_clang_dir)/lib/clang/3.6.0/lib/windows',
],
},
'target_conditions': [