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

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

Issue 68873003: Docserver: Serve docs out of src/ not src/chrome/common/extensions. This allows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix samples Created 7 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
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 0c77b282c021b0d72c73aeb5f3e0837b7dd40481..86cb890bbf6557da371e0d918a73fab2c9d3b265 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
@@ -4,8 +4,11 @@
import json
+from extensions_paths import EXTENSIONS
+from test_file_system import MoveAllTo
-TABS_SCHEMA_BRANCHES = {
+
+TABS_SCHEMA_BRANCHES = MoveAllTo(EXTENSIONS, {
'trunk': {
'api': {
'_api_features.json': "{}",
@@ -1105,4 +1108,4 @@ TABS_SCHEMA_BRANCHES = {
'extension_api.json': "{}"
}
}
-}
+})

Powered by Google App Engine
This is Rietveld 408576698