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

Unified Diff: services/window_manager/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/reaper/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/BUILD.gn
diff --git a/services/window_manager/BUILD.gn b/services/window_manager/BUILD.gn
index 4a706803a2128a78c381e26a93a5265a2ba0d483..6724e28c12f1e7aab99b6e3576cc72a46abe9dd4 100644
--- a/services/window_manager/BUILD.gn
+++ b/services/window_manager/BUILD.gn
@@ -122,7 +122,5 @@ mojo_native_application("window_manager_apptests") {
"//mojo/services/window_manager/public/interfaces",
]
- datadeps = [
- ":window_manager",
- ]
+ data_deps = [ ":window_manager" ]
}
« no previous file with comments | « services/reaper/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698