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

Unified Diff: components/clipboard/BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes 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
Index: components/clipboard/BUILD.gn
diff --git a/components/clipboard/BUILD.gn b/components/clipboard/BUILD.gn
index cfdcb2545cd9609e8af24b8f2fbe144d2b565e78..2aaae77c7932a758fdb5f14e541743acdef22443 100644
--- a/components/clipboard/BUILD.gn
+++ b/components/clipboard/BUILD.gn
@@ -13,12 +13,12 @@ mojo_native_application("clipboard") {
deps = [
"//base",
+ "//components/clipboard/public/interfaces",
"//mojo/application",
"//mojo/common",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/bindings:callback",
- "//third_party/mojo_services/src/clipboard/public/interfaces",
]
}
@@ -33,11 +33,11 @@ mojo_native_application("apptests") {
deps = [
"//base",
+ "//components/clipboard/public/interfaces",
"//mojo/application",
"//mojo/application:test_support",
"//mojo/common",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo_services/src/clipboard/public/interfaces",
]
data_deps = [ ":clipboard($default_toolchain)" ]

Powered by Google App Engine
This is Rietveld 408576698