Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2690903005: Metadata extraction for Copyless Paste (Closed)
Patch Set: address dcheng's comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698