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

Unified Diff: examples/apptest/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 | « no previous file | mojo/public/mojo_application.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/BUILD.gn
diff --git a/examples/apptest/BUILD.gn b/examples/apptest/BUILD.gn
index 328340e18f5dd69e7eda4c13e19ff0f1f0cbcf01..c3bef23748b8fedc05a44ffcd1e880e27df9adfc 100644
--- a/examples/apptest/BUILD.gn
+++ b/examples/apptest/BUILD.gn
@@ -51,9 +51,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/system",
]
- datadeps = [
- ":service",
- ]
+ data_deps = [ ":service" ]
}
mojom("bindings") {
« no previous file with comments | « no previous file | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698