Chromium Code Reviews

Unified Diff: build/common.gypi

Issue 417173003: Win-Clang update script: update paths for 3.6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tools/clang/scripts/update.py » ('j') | tools/clang/scripts/update.py » ('J')
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 954761e13c9d270df1eab1a51e31e73a69b6af58..9ee2038032037cb73a6298bd295c5da1c6c2fc2d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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': [
« no previous file with comments | « no previous file | tools/clang/scripts/update.py » ('j') | tools/clang/scripts/update.py » ('J')

Powered by Google App Engine