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

Unified Diff: tools/json_schema_compiler/dart_test/empty_type.idl

Issue 12218151: Added unit tests for the Dart Chrome.* API wrappers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove print statement if outputting to file. Created 7 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
Index: tools/json_schema_compiler/dart_test/empty_type.idl
diff --git a/chrome/test/data/extensions/api_test/webnavigation/failures/b.js b/tools/json_schema_compiler/dart_test/empty_type.idl
similarity index 66%
copy from chrome/test/data/extensions/api_test/webnavigation/failures/b.js
copy to tools/json_schema_compiler/dart_test/empty_type.idl
index 4956417ad1dac03f440608c60371b00a8734d640..af5de841a4ba0b2bab76305ca425097a1e556e81 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/failures/b.js
+++ b/tools/json_schema_compiler/dart_test/empty_type.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-onload = function() {
- document.location = 'c.html';
+namespace empty_type {
+ // Documentation for EmptyType.
+ dictionary EmptyType {
+ };
};
« no previous file with comments | « tools/json_schema_compiler/dart_test/empty_type.dart ('k') | tools/json_schema_compiler/dart_test/operatable_type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698