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

Unified Diff: tools/json_schema_compiler/test/dependencyTester.json

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 7 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/test/dependencyTester.json
diff --git a/tools/json_schema_compiler/test/dependencyTester.json b/tools/json_schema_compiler/test/dependencyTester.json
deleted file mode 100644
index aec4c1536b0e6a52aa33c243b182dcd596a115a4..0000000000000000000000000000000000000000
--- a/tools/json_schema_compiler/test/dependencyTester.json
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[
- {
- "namespace": "dependencyTester",
- "dependencies": [ "browserAction", "fontSettings" ],
- "types": [],
- "functions": [
- {
- "name": "setTitle",
- "type": "function",
- "description": "hi",
- "parameters": [
- {
- "name": "details",
- "type": "object",
- "properties": {
- "color": {
- "$ref": "browserAction.ColorArray"
- },
- "scriptCode": {
- "$ref": "fontSettings.ScriptCode"
- }
- }
- }
- ]
- }
- ]
- }
-]
« no previous file with comments | « tools/json_schema_compiler/test/browser_action.json ('k') | tools/json_schema_compiler/test/dependency_tester.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698