| 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 e1c222dd36bb6292c50cfa5c97809c235a5bbae3..10ef3960d631c7c95baa6e3fa1f8f1589c0ebb94 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| @@ -63,6 +63,7 @@ source_set("platform_wtf") {
|
| "ASCIICType.h",
|
| "AddressSanitizer.h",
|
| "Alignment.h",
|
| + "Allocator.h",
|
| "Assertions.h",
|
| "Atomics.h",
|
| "AutoReset.h",
|
| @@ -93,7 +94,12 @@ source_set("platform_wtf") {
|
| "Time.h",
|
| "TriState.h",
|
| "TypeTraits.h",
|
| + "WTF.h",
|
| "WTFExport.h",
|
| + "allocator/PartitionAllocator.cpp",
|
| + "allocator/PartitionAllocator.h",
|
| + "allocator/Partitions.cpp",
|
| + "allocator/Partitions.h",
|
| "build_config.h",
|
| "text/Unicode.h",
|
| "text/icu/UnicodeIcu.h",
|
|
|