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

Unified Diff: chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py

Issue 25627002: Docserver: when checking for the existence of an API on a branch, just look at (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jeffrey Created 7 years, 3 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
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('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/object_level_availability/tabs.py
diff --git a/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py b/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py
index e2a2b249b069ad675df2dbd357b81700cf1af4d2..0c77b282c021b0d72c73aeb5f3e0837b7dd40481 100644
--- a/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py
+++ b/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py
@@ -8,9 +8,9 @@ import json
TABS_SCHEMA_BRANCHES = {
'trunk': {
'api': {
- '_api_features.json': json.dumps({}),
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_api_features.json': "{}",
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -106,9 +106,9 @@ TABS_SCHEMA_BRANCHES = {
},
'1500': {
'api': {
- '_api_features.json': json.dumps({}),
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_api_features.json': "{}",
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -203,9 +203,9 @@ TABS_SCHEMA_BRANCHES = {
},
'1453': {
'api': {
- '_api_features.json': json.dumps({}),
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_api_features.json': "{}",
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -296,8 +296,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1410': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -374,8 +374,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1364': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -450,8 +450,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1312': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -520,8 +520,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1271': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -590,8 +590,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1229': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -660,8 +660,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1180': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -729,8 +729,8 @@ TABS_SCHEMA_BRANCHES = {
},
'1132': {
'api': {
- '_manifest_features.json': json.dumps({}),
- '_permission_features.json': json.dumps({}),
+ '_manifest_features.json': "{}",
+ '_permission_features.json': "{}",
'tabs.json': json.dumps([{
'namespace': 'tabs',
'types': [
@@ -1102,7 +1102,7 @@ TABS_SCHEMA_BRANCHES = {
},
'782': {
'api': {
- 'extension_api.json': json.dumps({})
+ 'extension_api.json': "{}"
}
}
}
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698