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

Unified Diff: tools/json_schema_compiler/dart_test/empty_namespace.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_namespace.idl
diff --git a/chrome/test/data/extensions/api_test/background_scripts/a.js b/tools/json_schema_compiler/dart_test/empty_namespace.idl
similarity index 84%
copy from chrome/test/data/extensions/api_test/background_scripts/a.js
copy to tools/json_schema_compiler/dart_test/empty_namespace.idl
index de548ae686ebb704f65035e7f7e2ae9102ad1fc3..5a5ea03761caf7bdfbbbebe9848df65488c9e59e 100644
--- a/chrome/test/data/extensions/api_test/background_scripts/a.js
+++ b/tools/json_schema_compiler/dart_test/empty_namespace.idl
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var test = "hi!";
+namespace empty_namespace {
+};
« no previous file with comments | « tools/json_schema_compiler/dart_test/empty_namespace.dart ('k') | tools/json_schema_compiler/dart_test/empty_type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698