| 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 774039af55e6e55d4724543db1e531eb7a5c053b..879124f3abffc6ffd81649d5d2a0cc862d42e13f 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| @@ -59,12 +59,26 @@ config("wtf_config") {
|
|
|
| component("platform_wtf") {
|
| sources = [
|
| + "AddressSanitizer.h",
|
| + "Alignment.h",
|
| + "AutoReset.h",
|
| + "BitwiseOperations.h",
|
| "ByteSwap.h",
|
| "CPU.h",
|
| + "CheckedNumeric.h",
|
| "Compiler.h",
|
| + "ConditionalDestructor.h",
|
| + "ContainerAnnotations.h",
|
| "CryptographicallyRandomNumber.cpp",
|
| "CryptographicallyRandomNumber.h",
|
| + "CurrentTime.cpp",
|
| + "CurrentTime.h",
|
| + "DynamicAnnotations.cpp",
|
| + "DynamicAnnotations.h",
|
| "Forward.h",
|
| + "GetPtr.h",
|
| + "LeakAnnotations.h",
|
| + "Noncopyable.h",
|
| "TypeTraits.h",
|
| "WTFExport.h",
|
| "build_config.h",
|
|
|