| 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 0aaac6d5626c158a8fe940c67e5e09ab5b14a63e..b0736742f8638b57bd72abed8b73cda6a2356d5b 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| @@ -68,6 +68,8 @@ source_set("platform_wtf") {
|
| "Assertions.h",
|
| "Atomics.h",
|
| "AutoReset.h",
|
| + "BitVector.cpp",
|
| + "BitVector.h",
|
| "BitwiseOperations.h",
|
| "ByteSwap.h",
|
| "CPU.h",
|
| @@ -79,20 +81,36 @@ source_set("platform_wtf") {
|
| "CryptographicallyRandomNumber.h",
|
| "CurrentTime.cpp",
|
| "CurrentTime.h",
|
| + "DataLog.cpp",
|
| + "DataLog.h",
|
| + "Deque.h",
|
| + "DoublyLinkedList.h",
|
| "DynamicAnnotations.cpp",
|
| "DynamicAnnotations.h",
|
| + "FilePrintStream.h",
|
| "Forward.h",
|
| "Functional.h",
|
| "GetPtr.h",
|
| + "HashCountedSet.h",
|
| + "HashFunctions.h",
|
| + "HashIterators.h",
|
| + "HashMap.h",
|
| + "HashSet.h",
|
| + "HashTable.cpp",
|
| + "HashTable.h",
|
| "HashTableDeletedValueType.h",
|
| + "HashTraits.h",
|
| "InstanceCounter.h",
|
| "LeakAnnotations.h",
|
| + "LinkedHashSet.h",
|
| + "ListHashSet.h",
|
| "Locker.h",
|
| "NonCopyingSort.h",
|
| "Noncopyable.h",
|
| "NotFound.h",
|
| "Optional.h",
|
| "PassRefPtr.h",
|
| + "PrintStream.h",
|
| "PtrUtil.h",
|
| "RefCounted.h",
|
| "RefPtr.h",
|
| @@ -111,6 +129,8 @@ source_set("platform_wtf") {
|
| "TreeNode.h",
|
| "TriState.h",
|
| "TypeTraits.h",
|
| + "Vector.h",
|
| + "VectorTraits.h",
|
| "WTF.h",
|
| "WTFExport.h",
|
| "WeakPtr.h",
|
|
|