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

Unified Diff: components/clipboard/BUILD.gn

Issue 1084463003: Start building core_services.mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS files for directories. 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/OWNERS » ('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 2aaae77c7932a758fdb5f14e541743acdef22443..c7caccf365b3b243d14b7c0b0f6528855e804a3f 100644
--- a/components/clipboard/BUILD.gn
+++ b/components/clipboard/BUILD.gn
@@ -4,16 +4,25 @@
import("//third_party/mojo/src/mojo/public/mojo_application.gni")
-mojo_native_application("clipboard") {
+source_set("lib") {
sources = [
"clipboard_standalone_impl.cc",
"clipboard_standalone_impl.h",
+ ]
+
+ deps = [
+ "//components/clipboard/public/interfaces",
+ ]
+}
+
+mojo_native_application("clipboard") {
+ sources = [
"main.cc",
]
deps = [
+ ":lib",
"//base",
- "//components/clipboard/public/interfaces",
"//mojo/application",
"//mojo/common",
"//mojo/environment:chromium",
« no previous file with comments | « no previous file | components/clipboard/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698