| 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 879124f3abffc6ffd81649d5d2a0cc862d42e13f..9c198053141e83cc28e6e3c129af5883c20e6f78 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| @@ -78,7 +78,14 @@ component("platform_wtf") {
|
| "Forward.h",
|
| "GetPtr.h",
|
| "LeakAnnotations.h",
|
| + "NonCopyingSort.h",
|
| "Noncopyable.h",
|
| + "NotFound.h",
|
| + "Optional.h",
|
| + "SizeAssertions.h",
|
| + "StaticConstructors.h",
|
| + "Time.h",
|
| + "TriState.h",
|
| "TypeTraits.h",
|
| "WTFExport.h",
|
| "build_config.h",
|
|
|