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

Unified Diff: services/dart/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 | « services/clipboard/BUILD.gn ('k') | services/reaper/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/BUILD.gn
diff --git a/services/dart/BUILD.gn b/services/dart/BUILD.gn
index ea8ef8097ab806651328c9df931106e9adb01ea5..3bce7433ae753cdb5b049eb3ef8d45cbabe3a9f1 100644
--- a/services/dart/BUILD.gn
+++ b/services/dart/BUILD.gn
@@ -152,7 +152,7 @@ mojo_native_application("dart_apptests") {
"//services/dart/test:echo_service_interface",
"//services/dart/test:pingpong_service_interface",
]
- datadeps = [
+ data_deps = [
"//services/dart/test/echo",
"//services/dart/test/pingpong",
"//services/dart/test/pingpong_target",
« no previous file with comments | « services/clipboard/BUILD.gn ('k') | services/reaper/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698