| Index: third_party/WebKit/Source/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
|
| index 4daf8a89bc93b0569dd6a32336ed52e3645af485..51f7c6726f5bd4aadb64da012c65b6fe05d9e09d 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -108,6 +108,7 @@ target(modules_target_type, "modules") {
|
| "//third_party/WebKit/Source/modules/csspaint",
|
| "//third_party/WebKit/Source/modules/device_light",
|
| "//third_party/WebKit/Source/modules/device_orientation",
|
| + "//third_party/WebKit/Source/modules/document_metadata",
|
| "//third_party/WebKit/Source/modules/donottrack",
|
| "//third_party/WebKit/Source/modules/encoding",
|
| "//third_party/WebKit/Source/modules/encryptedmedia",
|
| @@ -241,6 +242,7 @@ source_set("unit_tests") {
|
| "credentialmanager/PasswordCredentialTest.cpp",
|
| "csspaint/PaintRenderingContext2DTest.cpp",
|
| "csspaint/PaintWorkletTest.cpp",
|
| + "document_metadata/CopylessPasteExtractorTest.cpp",
|
| "eventsource/EventSourceParserTest.cpp",
|
| "fetch/BlobBytesConsumerTest.cpp",
|
| "fetch/BodyStreamBufferTest.cpp",
|
|
|