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

Unified Diff: mojo/public/js/bindings/validation_unittests.js

Issue 452963002: Added mojom.FixedArray to the array clause in JavaScriptEncodeSnippet(kind). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | mojo/public/tools/bindings/generators/mojom_js_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/validation_unittests.js
diff --git a/mojo/public/js/bindings/validation_unittests.js b/mojo/public/js/bindings/validation_unittests.js
index 88ae7a8446ff7ed622e1af2ed731c33abcbe1e65..ae276fbc1d44b8a2ec63dfeab1b521d300b12467 100644
--- a/mojo/public/js/bindings/validation_unittests.js
+++ b/mojo/public/js/bindings/validation_unittests.js
@@ -5,11 +5,12 @@
define([
"file",
"gin/test/expect",
+ "mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom",
"mojo/public/js/bindings/buffer",
"mojo/public/js/bindings/codec",
"mojo/public/js/bindings/tests/validation_test_input_parser",
"mojo/public/js/bindings/validator",
- ], function(file, expect, buffer, codec, parser, validator) {
+ ], function(file, expect, testInterface, buffer, codec, parser, validator) {
function checkTestMessageParser() {
function TestMessageParserFailure(message, input) {
« no previous file with comments | « no previous file | mojo/public/tools/bindings/generators/mojom_js_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698