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

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

Issue 2690903005: Metadata extraction for Copyless Paste (Closed)
Patch Set: histogram 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/document_metadata/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/document_metadata/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698