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

Unified Diff: chrome/common/extensions/docs/server2/test_data/samples_data_source/samples.json

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less is_apps and fixes Created 8 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
Index: chrome/common/extensions/docs/server2/test_data/samples_data_source/samples.json
diff --git a/chrome/common/extensions/docs/server2/test_data/samples_data_source/samples.json b/chrome/common/extensions/docs/server2/test_data/samples_data_source/samples.json
new file mode 100644
index 0000000000000000000000000000000000000000..3dbdc4de26a7dabae38a5a09120b9bf63b15d003
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/samples_data_source/samples.json
@@ -0,0 +1,24 @@
+[
+ {
+ "api_calls": [
+ { "name": "bobaloo" },
+ { "name": "jimmy.bobaloo.loopoo" },
+ { "name": "jimmy.jimmy" },
+ { "name": "hallo.bobaloo" }
+ ]
+ },
+ {
+ "api_calls": [
+ { "name": "timmy.bobaloo.affa" },
+ { "name": "jimmy.baloo.loopoo" },
+ { "name": "jimmy.jimmy" }
+ ]
+ },
+ {
+ "api_calls": [
+ { "name": "torta.lamb.paco" },
+ { "name": "jimmy.baloo.loopoo" },
+ { "name": "jimmy.jimmy" }
+ ]
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698