| 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 fb01a91d2118c85d133d2ff7232a18cd165ff8b9..9abc61debfb70231dad4b226c8cf6d52c292adf5 100644
|
| --- a/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -25,7 +25,6 @@ component("wtf") {
|
| "Assertions.h",
|
| "Atomics.h",
|
| "AutoReset.h",
|
| - "BitVector.cpp",
|
| "BitVector.h",
|
| "BitwiseOperations.h",
|
| "BloomFilter.h",
|
| @@ -38,7 +37,6 @@ component("wtf") {
|
| "ContainerAnnotations.h",
|
| "CryptographicallyRandomNumber.h",
|
| "CurrentTime.h",
|
| - "DataLog.cpp",
|
| "DataLog.h",
|
| "DateMath.cpp",
|
| "DateMath.h",
|
| @@ -55,7 +53,6 @@ component("wtf") {
|
| "HashIterators.h",
|
| "HashMap.h",
|
| "HashSet.h",
|
| - "HashTable.cpp",
|
| "HashTable.h",
|
| "HashTableDeletedValueType.h",
|
| "HashTraits.h",
|
|
|