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

Unified Diff: chrome/common/extensions/docs/server2/test_data/test_json/test_file_data_source.json

Issue 11315018: Extensions Docs Server: Generalize $ref's to work for any schema node (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 1 month 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 | « chrome/common/extensions/docs/server2/test_data/test_json/ref_test_data_source.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/test_data/test_json/test_file_data_source.json
diff --git a/chrome/common/extensions/docs/server2/test_data/test_json/test_file_data_source.json b/chrome/common/extensions/docs/server2/test_data/test_json/test_file_data_source.json
new file mode 100644
index 0000000000000000000000000000000000000000..13bd52a48b0770646c6fd5f7a03487ebf413a3c0
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/test_json/test_file_data_source.json
@@ -0,0 +1,13 @@
+{
+ "tester": {
+ "types": [
+ { "name": "TypeA" }
+ ],
+ "functions": [
+ { "name": "get" }
+ ],
+ "events": [
+ { "name": "EventA" }
+ ]
+ }
+}
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/test_json/ref_test_data_source.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698