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

Unified Diff: services/clipboard/BUILD.gn

Issue 898363002: mojo_application.gni - data deps are called data_deps these days. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/public/mojo_application.gni ('k') | services/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/clipboard/BUILD.gn
diff --git a/services/clipboard/BUILD.gn b/services/clipboard/BUILD.gn
index 11650547a29e7a12ffd0062b4c6e1c02cde1dc7b..9b69ee94468ec164203a708386e56688dd9291c3 100644
--- a/services/clipboard/BUILD.gn
+++ b/services/clipboard/BUILD.gn
@@ -40,7 +40,5 @@ mojo_native_application("apptests") {
"//mojo/services/clipboard/public/interfaces",
]
- datadeps = [
- ":clipboard",
- ]
+ data_deps = [ ":clipboard" ]
}
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | services/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698