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

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

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (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 | « no previous file | third_party/WebKit/Source/platform/wtf/HexNumber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/wtf/BUILD.gn b/third_party/WebKit/Source/platform/wtf/BUILD.gn
index b0736742f8638b57bd72abed8b73cda6a2356d5b..2895ff290dafbc1e10b66dc62bd4549925450709 100644
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
@@ -100,11 +100,13 @@ source_set("platform_wtf") {
"HashTable.h",
"HashTableDeletedValueType.h",
"HashTraits.h",
+ "HexNumber.h",
"InstanceCounter.h",
"LeakAnnotations.h",
"LinkedHashSet.h",
"ListHashSet.h",
"Locker.h",
+ "MathExtras.h",
"NonCopyingSort.h",
"Noncopyable.h",
"NotFound.h",
@@ -114,12 +116,14 @@ source_set("platform_wtf") {
"PtrUtil.h",
"RefCounted.h",
"RefPtr.h",
+ "RetainPtr.h",
"SizeAssertions.h",
"SpinLock.h",
"StackUtil.h",
"StaticConstructors.h",
"StdLibExtras.h",
"StringExtras.h",
+ "StringHasher.h",
"ThreadRestrictionVerifier.h",
"ThreadSafeRefCounted.h",
"ThreadSpecific.h",
@@ -133,13 +137,67 @@ source_set("platform_wtf") {
"VectorTraits.h",
"WTF.h",
"WTFExport.h",
+ "WTFThreadData.h",
"WeakPtr.h",
"allocator/PartitionAllocator.cpp",
"allocator/PartitionAllocator.h",
"allocator/Partitions.cpp",
"allocator/Partitions.h",
"build_config.h",
+ "dtoa.cpp",
+ "dtoa.h",
+ "dtoa/bignum-dtoa.cc",
+ "dtoa/bignum-dtoa.h",
+ "dtoa/bignum.cc",
+ "dtoa/bignum.h",
+ "dtoa/cached-powers.cc",
+ "dtoa/cached-powers.h",
+ "dtoa/diy-fp.cc",
+ "dtoa/diy-fp.h",
+ "dtoa/double-conversion.cc",
+ "dtoa/double-conversion.h",
+ "dtoa/double.h",
+ "dtoa/fast-dtoa.cc",
+ "dtoa/fast-dtoa.h",
+ "dtoa/fixed-dtoa.cc",
+ "dtoa/fixed-dtoa.h",
+ "dtoa/strtod.cc",
+ "dtoa/strtod.h",
+ "dtoa/utils.h",
+ "text/ASCIIFastPath.h",
+ "text/AtomicString.cpp",
+ "text/AtomicString.h",
+ "text/AtomicStringCF.cpp",
+ "text/AtomicStringHash.h",
+ "text/AtomicStringTable.cpp",
+ "text/AtomicStringTable.h",
+ "text/CString.cpp",
+ "text/CString.h",
+ "text/CharacterNames.h",
+ "text/IntegerToStringConversion.h",
+ "text/StringBuffer.h",
+ "text/StringBuilder.cpp",
+ "text/StringBuilder.h",
+ "text/StringConcatenate.cpp",
+ "text/StringConcatenate.h",
+ "text/StringHash.h",
+ "text/StringImpl.cpp",
+ "text/StringImpl.h",
+ "text/StringImplCF.cpp",
+ "text/StringImplMac.mm",
+ "text/StringMac.mm",
+ "text/StringOperators.h",
+ "text/StringStatics.cpp",
+ "text/StringStatics.h",
+ "text/StringToNumber.cpp",
+ "text/StringToNumber.h",
+ "text/StringView.cpp",
+ "text/StringView.h",
+ "text/UTF8.cpp",
+ "text/UTF8.h",
"text/Unicode.h",
+ "text/WTFString.cpp",
+ "text/WTFString.h",
"text/icu/UnicodeIcu.h",
]
@@ -192,10 +250,10 @@ source_set("platform_wtf") {
"Foundation.framework",
]
} else {
- # sources -= [
- # "text/AtomicStringCF.cpp",
- # "text/StringImplCF.cpp",
- # ]
+ sources -= [
+ "text/AtomicStringCF.cpp",
+ "text/StringImplCF.cpp",
+ ]
}
if (remove_webcore_debug_symbols) {
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/HexNumber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698