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

Unified Diff: mojo/runner/child/test_native_service.mojom

Issue 1419293003: Allow mojo_runner to connect to arbitrary executables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 | « mojo/runner/child/runner_connection.cc ('k') | mojo/runner/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child/test_native_service.mojom
diff --git a/components/web_view/test_runner/public/interfaces/layout_test_runner.mojom b/mojo/runner/child/test_native_service.mojom
similarity index 61%
copy from components/web_view/test_runner/public/interfaces/layout_test_runner.mojom
copy to mojo/runner/child/test_native_service.mojom
index 22fdffaff13479b668df2cd1c157e83681778bc8..8fbc3c12ad5f5217fb258e4f7cb6f125153c87ed 100644
--- a/components/web_view/test_runner/public/interfaces/layout_test_runner.mojom
+++ b/mojo/runner/child/test_native_service.mojom
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module web_view;
+module mojo.runner.test;
-interface LayoutTestRunner {
- TestFinished();
+interface TestNativeService {
+ Invert(bool from_driver) => (bool from_target);
};
« no previous file with comments | « mojo/runner/child/runner_connection.cc ('k') | mojo/runner/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698