| 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 6873bdba76ca962683142b3d56081ef61092289d..774039af55e6e55d4724543db1e531eb7a5c053b 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn
|
| @@ -59,9 +59,15 @@ config("wtf_config") {
|
|
|
| component("platform_wtf") {
|
| sources = [
|
| + "ByteSwap.h",
|
| + "CPU.h",
|
| + "Compiler.h",
|
| "CryptographicallyRandomNumber.cpp",
|
| "CryptographicallyRandomNumber.h",
|
| + "Forward.h",
|
| + "TypeTraits.h",
|
| "WTFExport.h",
|
| + "build_config.h",
|
| ]
|
|
|
| configs += [
|
|
|