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

Unified Diff: base/base.gyp

Issue 580213002: Disable TLS destructor tests on Win x64 incremental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 6 years, 3 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
« no previous file with comments | « no previous file | base/metrics/stats_table_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 73852d1adf36f4d9bc40634565a11e9e9f9ebb3f..9e1a7481f7973b9d3e1920c8042e0f8c6b1e4d6e 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -766,6 +766,14 @@
'../third_party/icu/icu.gyp:icudata',
],
}],
+ ['incremental_chrome_dll', {
+ 'defines': [
+ # Used only to workaround a linker bug, do not use this
+ # otherwise, and don't make it broader scope. See
+ # http://crbug.com/251251.
+ 'INCREMENTAL_LINKING',
+ ],
+ }],
],
}, { # OS != "win"
'dependencies': [
« no previous file with comments | « no previous file | base/metrics/stats_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698