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

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

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (Closed)
Patch Set: Rebase. Created 3 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
« no previous file with comments | « third_party/WebKit/Source/wtf/Allocator.md ('k') | third_party/WebKit/Source/wtf/BloomFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2074597d3e44299e52d918d386c44a143b42eddb..4370bec78dbc4d4bcd05762ef0ce079fd066d460 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -38,12 +38,11 @@ component("wtf") {
"CryptographicallyRandomNumber.h",
"CurrentTime.h",
"DataLog.h",
- "DateMath.cpp",
"DateMath.h",
"Deque.h",
+ "Dummy.cpp",
"DoublyLinkedList.h",
"DynamicAnnotations.h",
- "FilePrintStream.cpp",
"FilePrintStream.h",
"Forward.h",
"Functional.h",
@@ -57,7 +56,6 @@ component("wtf") {
"HashTableDeletedValueType.h",
"HashTraits.h",
"HexNumber.h",
- "InstanceCounter.cpp",
"InstanceCounter.h",
"LeakAnnotations.h",
"ListHashSet.h",
@@ -68,7 +66,6 @@ component("wtf") {
"NotFound.h",
"Optional.h",
"PassRefPtr.h",
- "PrintStream.cpp",
"PrintStream.h",
"PtrUtil.h",
"RefCounted.h",
@@ -76,9 +73,7 @@ component("wtf") {
"RetainPtr.h",
"SaturatedArithmetic.h",
"SizeAssertions.h",
- "SizeLimits.cpp",
"SpinLock.h",
- "StackUtil.cpp",
"StackUtil.h",
"StaticConstructors.h",
"StdLibExtras.h",
@@ -87,20 +82,15 @@ component("wtf") {
"ThreadRestrictionVerifier.h",
"ThreadSafeRefCounted.h",
"ThreadSpecific.h",
- "ThreadSpecificWin.cpp",
"Threading.h",
"ThreadingPrimitives.h",
- "ThreadingPthreads.cpp",
- "ThreadingWin.cpp",
"Time.h",
"TreeNode.h",
"TypeTraits.h",
"Vector.h",
"VectorTraits.h",
- "WTF.cpp",
"WTF.h",
"WTFExport.h",
- "WTFThreadData.cpp",
"WTFThreadData.h",
"WeakPtr.h",
"allocator/PartitionAllocator.h",
@@ -191,18 +181,6 @@ component("wtf") {
"//third_party/icu",
]
- if (is_win) {
- sources -= [ "ThreadingPthreads.cpp" ]
-
- cflags = [ "/wd4068" ] # Unknown pragma.
- } else {
- # Non-Windows.
- sources -= [
- "ThreadSpecificWin.cpp",
- "ThreadingWin.cpp",
- ]
- }
-
if (is_android) {
libs = [ "log" ]
}
« no previous file with comments | « third_party/WebKit/Source/wtf/Allocator.md ('k') | third_party/WebKit/Source/wtf/BloomFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698