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

Unified Diff: components/clipboard/BUILD.gn

Issue 1115363002: mojo: Use ContentHandlers to bundle multiple Applications into a module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename redirect -> alias Created 5 years, 8 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 | components/clipboard/clipboard_application_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/clipboard/BUILD.gn
diff --git a/components/clipboard/BUILD.gn b/components/clipboard/BUILD.gn
index c7caccf365b3b243d14b7c0b0f6528855e804a3f..6b064b6617426bbb3043f4ea4fb280e827cec255 100644
--- a/components/clipboard/BUILD.gn
+++ b/components/clipboard/BUILD.gn
@@ -6,6 +6,8 @@ import("//third_party/mojo/src/mojo/public/mojo_application.gni")
source_set("lib") {
sources = [
+ "clipboard_application_delegate.cc",
+ "clipboard_application_delegate.h",
"clipboard_standalone_impl.cc",
"clipboard_standalone_impl.h",
]
« no previous file with comments | « no previous file | components/clipboard/clipboard_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698