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

Unified Diff: mojo/edk/js/tests/BUILD.gn

Issue 2549683002: Mojo JS bindings: introduce concepts that are more similar to C++ bindings: (Closed)
Patch Set: put interface control methods in the |ptr| property Created 4 years 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/edk/js/test/run_js_integration_tests.cc ('k') | mojo/edk/js/tests/binding_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/tests/BUILD.gn
diff --git a/mojo/edk/js/tests/BUILD.gn b/mojo/edk/js/tests/BUILD.gn
index b21cdbc40b8df9eed92292ccef3f8a9f29a3afe5..693a03ce254ceb679bb2a37ccc68d69cde6c5946 100644
--- a/mojo/edk/js/tests/BUILD.gn
+++ b/mojo/edk/js/tests/BUILD.gn
@@ -24,7 +24,9 @@ source_set("js_to_cpp_tests") {
]
data = [
+ "binding_tests.js",
"connection_tests.js",
+ "interface_ptr_tests.js",
"js_to_cpp_tests.js",
"sample_service_tests.js",
]
« no previous file with comments | « mojo/edk/js/test/run_js_integration_tests.cc ('k') | mojo/edk/js/tests/binding_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698