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

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 785723002: Add new extension APIs related to animation policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: animationPolicy added to accessibilityFeatures Created 6 years 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/api/schemas.gypi
diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
index deda47d36576334b5fcef04cc70ea4dba5ae98d4..726b079fef1e8cf5f27f12c65d0f0eb2ee775f63 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -8,6 +8,7 @@
],
'variables': {
'main_schema_files': [
+ 'accessibility_features.json',
'accessibility_private.json',
'activity_log_private.json',
'alarms.idl',
@@ -111,7 +112,6 @@
# ChromeOS-specific schemas.
'chromeos_schema_files': [
- 'accessibility_features.json',
'diagnostics.idl',
'enterprise_platform_keys.idl',
'enterprise_platform_keys_internal.idl',

Powered by Google App Engine
This is Rietveld 408576698