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

Unified Diff: chrome/common/extensions/docs/server2/api_models_test.py

Issue 789643004: Move chrome.alarms API from chrome/ to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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/api_models_test.py
diff --git a/chrome/common/extensions/docs/server2/api_models_test.py b/chrome/common/extensions/docs/server2/api_models_test.py
index f9c863e43401fac0855b78ffe17253bac5fcbb13..4d966325278dc9fdaa0449ffcada5f6396125462 100755
--- a/chrome/common/extensions/docs/server2/api_models_test.py
+++ b/chrome/common/extensions/docs/server2/api_models_test.py
@@ -8,7 +8,8 @@ import unittest
from api_models import APIModels
from compiled_file_system import CompiledFileSystem
-from extensions_paths import API_PATHS, CHROME_API, CHROME_EXTENSIONS
+from extensions_paths import (API_PATHS, CHROME_API, CHROME_EXTENSIONS,
+ EXTENSIONS_API)
from features_bundle import FeaturesBundle
from file_system import FileNotFoundError
from mock_file_system import MockFileSystem
@@ -38,7 +39,7 @@ _TEST_DATA = {
}),
'_manifest_features.json': '{}',
'_permission_features.json': '{}',
- 'alarms.idl': ReadFile(CHROME_API, 'alarms.idl'),
+ 'alarms.idl': ReadFile(EXTENSIONS_API, 'alarms.idl'),
'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
'page_action.json': ReadFile(CHROME_API, 'page_action.json'),
},
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | chrome/common/extensions/docs/server2/platform_bundle_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698