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

Unified Diff: components/clipboard/BUILD.gn

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | « build/gn_migration.gypi ('k') | components/clipboard/clipboard_apptest.cc » ('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 4c11cb5a7944450253a8fc5e606af358660f6aa5..4a351a7515862dd0ad352b77ca87d81092f2016f 100644
--- a/components/clipboard/BUILD.gn
+++ b/components/clipboard/BUILD.gn
@@ -27,10 +27,7 @@ mojo_native_application("clipboard") {
deps = [
":lib",
"//base",
- "//mojo/application",
- "//mojo/common",
- "//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/application/public/cpp",
"//third_party/mojo/src/mojo/public/cpp/bindings:callback",
]
}
@@ -47,10 +44,7 @@ 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",
+ "//mojo/application/public/cpp:test_support",
]
data_deps = [ ":clipboard($default_toolchain)" ]
« no previous file with comments | « build/gn_migration.gypi ('k') | components/clipboard/clipboard_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698