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

Unified Diff: mojo/services/html_viewer/BUILD.gn

Issue 562483002: mojo: Create a basic clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to the gn files. Created 6 years, 3 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 | « mojo/services/clipboard/main.cc ('k') | mojo/services/html_viewer/blink_basic_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/mojo/services/html_viewer/BUILD.gn
index 3e640b9bccf8f0163498017f50dbfcc3d36d1ffd..22246abff8e7a74e6a4f57c68f761b9c5416b148 100644
--- a/mojo/services/html_viewer/BUILD.gn
+++ b/mojo/services/html_viewer/BUILD.gn
@@ -18,6 +18,8 @@ shared_library("html_viewer") {
"html_viewer.cc",
"html_document_view.cc",
"html_document_view.h",
+ "webclipboard_impl.cc",
+ "webclipboard_impl.h",
"webcookiejar_impl.cc",
"webcookiejar_impl.h",
"webmediaplayer_factory.cc",
@@ -53,6 +55,7 @@ shared_library("html_viewer") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/services/public/cpp/view_manager",
+ "//mojo/services/public/interfaces/clipboard",
"//mojo/services/public/interfaces/content_handler",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/navigation",
« no previous file with comments | « mojo/services/clipboard/main.cc ('k') | mojo/services/html_viewer/blink_basic_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698