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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 106973003: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix failing tests Created 6 years, 9 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/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index fdfc3e74be6cfcfd7011e4235eff8844fccbc33c..b1be2db3eb86ed77a073df75545b1f07baadbb5a 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -35,6 +35,7 @@
'conditions': [
['OS!="android"', {
'schema_files': [
+ 'accessibility_private.json',
'activity_log_private.json',
'alarms.idl',
'app_current_window_internal.idl',
@@ -64,7 +65,6 @@
'echo_private.json',
'enterprise_platform_keys_private.json',
'events.json',
- 'experimental_accessibility.json',
'feedback_private.idl',
'file_browser_private.idl',
'file_system.idl',

Powered by Google App Engine
This is Rietveld 408576698