| 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..fecbbcc6a3a5db65dafd967e598bf92d89dc8d8a 100644 | 
| --- a/third_party/WebKit/Source/modules/BUILD.gn | 
| +++ b/third_party/WebKit/Source/modules/BUILD.gn | 
| @@ -103,6 +103,7 @@ target(modules_target_type, "modules") { | 
| "//third_party/WebKit/Source/modules/canvas", | 
| "//third_party/WebKit/Source/modules/canvas2d", | 
| "//third_party/WebKit/Source/modules/compositorworker", | 
| +    "//third_party/WebKit/Source/modules/copyless_paste", | 
| "//third_party/WebKit/Source/modules/credentialmanager", | 
| "//third_party/WebKit/Source/modules/crypto", | 
| "//third_party/WebKit/Source/modules/csspaint", | 
| @@ -238,6 +239,7 @@ source_set("unit_tests") { | 
| "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", | 
| "compositorworker/AnimationWorkletThreadTest.cpp", | 
| "compositorworker/CompositorWorkerThreadTest.cpp", | 
| +    "copyless_paste/CopylessPasteExtractorTest.cpp", | 
| "credentialmanager/PasswordCredentialTest.cpp", | 
| "csspaint/PaintRenderingContext2DTest.cpp", | 
| "csspaint/PaintWorkletTest.cpp", | 
|  |