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

Unified Diff: components/open_from_clipboard/BUILD.gn

Issue 2790993003: Add Generic Implementation of ClipboardRecentContent (Closed)
Patch Set: blank line Created 3 years, 9 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: components/open_from_clipboard/BUILD.gn
diff --git a/components/open_from_clipboard/BUILD.gn b/components/open_from_clipboard/BUILD.gn
index fe46837a69abecb892c0d7406bb953cc30035c1a..d5904a6932d4d4f518866204139c2c683bae074b 100644
--- a/components/open_from_clipboard/BUILD.gn
+++ b/components/open_from_clipboard/BUILD.gn
@@ -6,6 +6,8 @@ static_library("open_from_clipboard") {
sources = [
"clipboard_recent_content.cc",
"clipboard_recent_content.h",
+ "clipboard_recent_content_generic.cc",
+ "clipboard_recent_content_generic.h",
"clipboard_recent_content_ios.h",
"clipboard_recent_content_ios.mm",
]
@@ -33,6 +35,7 @@ static_library("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
+ "clipboard_recent_content_generic_unittest.mm",
"clipboard_recent_content_ios_unittest.mm",
]

Powered by Google App Engine
This is Rietveld 408576698