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

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 1849023002: WTF::ThreadSpecific should use base::ThreadLocalStorage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check isShutdown(). Created 4 years, 9 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
Index: third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 90d6caf1df8720e519ec6b34c7dbec9bb861dea9..5e85447959d18f9dbd5ed647efe54e2d261941c7 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -73,10 +73,7 @@ component("wtf") {
cflags = [ "/wd4068" ] # Unknown pragma.
} else {
# Non-Windows.
- sources -= [
- "ThreadSpecificWin.cpp",
- "ThreadingWin.cpp",
- ]
+ sources -= [ "ThreadingWin.cpp" ]
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698