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

Unified Diff: services/reaper/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/dart/BUILD.gn ('k') | services/window_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/reaper/BUILD.gn
diff --git a/services/reaper/BUILD.gn b/services/reaper/BUILD.gn
index aded4167ae8149ab8db131c87f2646508b05d4fe..3be1edccd1c67cd168a01028bf04db98a0015687 100644
--- a/services/reaper/BUILD.gn
+++ b/services/reaper/BUILD.gn
@@ -57,7 +57,5 @@ mojo_native_application("tests") {
"//mojo/public/cpp/bindings",
]
- datadeps = [
- ":reaper",
- ]
+ data_deps = [ ":reaper" ]
}
« no previous file with comments | « services/dart/BUILD.gn ('k') | services/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698