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

Unified Diff: services/native_support/BUILD.gn

Issue 1919503003: native_support service: SynchronousInterfacePtr conversion in tests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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 | services/native_support/process_controller_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_support/BUILD.gn
diff --git a/services/native_support/BUILD.gn b/services/native_support/BUILD.gn
index 276a086ad12c1bd6e4cb8c241790292246054cc9..b19b82f6c34d605a61768d5b823fd155cf979148 100644
--- a/services/native_support/BUILD.gn
+++ b/services/native_support/BUILD.gn
@@ -52,7 +52,10 @@ mojo_native_application("apptests") {
"//mojo/services/files/cpp:files_impl",
"//mojo/services/files/interfaces",
"//mojo/services/native_support/interfaces",
+ "//mojo/services/native_support/interfaces:interfaces_sync",
]
- data_deps = [ ":native_support($default_toolchain)" ]
+ data_deps = [
+ ":native_support($default_toolchain)",
+ ]
}
« no previous file with comments | « no previous file | services/native_support/process_controller_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698