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

Side by Side 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: Rebase Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/accessibility_features.json ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'main_schema_files': [ 10 'main_schema_files': [
11 'accessibility_features.json',
11 'accessibility_private.json', 12 'accessibility_private.json',
12 'activity_log_private.json', 13 'activity_log_private.json',
13 'automation.idl', 14 'automation.idl',
14 'automation_internal.idl', 15 'automation_internal.idl',
15 'autotest_private.idl', 16 'autotest_private.idl',
16 'bookmark_manager_private.json', 17 'bookmark_manager_private.json',
17 'bookmarks.json', 18 'bookmarks.json',
18 'braille_display_private.idl', 19 'braille_display_private.idl',
19 'browser.idl', 20 'browser.idl',
20 'chrome_web_view_internal.json', 21 'chrome_web_view_internal.json',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'idltest.idl', 100 'idltest.idl',
100 'infobars.json', 101 'infobars.json',
101 'media_player_private.json', 102 'media_player_private.json',
102 'music_manager_private.idl', 103 'music_manager_private.idl',
103 'principals_private.idl', 104 'principals_private.idl',
104 'top_sites.json', 105 'top_sites.json',
105 ], 106 ],
106 107
107 # ChromeOS-specific schemas. 108 # ChromeOS-specific schemas.
108 'chromeos_schema_files': [ 109 'chromeos_schema_files': [
109 'accessibility_features.json',
110 'enterprise_platform_keys.idl', 110 'enterprise_platform_keys.idl',
111 'enterprise_platform_keys_internal.idl', 111 'enterprise_platform_keys_internal.idl',
112 'file_browser_handler_internal.json', 112 'file_browser_handler_internal.json',
113 'file_system_provider.idl', 113 'file_system_provider.idl',
114 'file_system_provider_internal.idl', 114 'file_system_provider_internal.idl',
115 'first_run_private.json', 115 'first_run_private.json',
116 'log_private.idl', 116 'log_private.idl',
117 'platform_keys.idl', 117 'platform_keys.idl',
118 'platform_keys_internal.idl', 118 'platform_keys_internal.idl',
119 'wallpaper.json', 119 'wallpaper.json',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'schema_files': [ 152 'schema_files': [
153 '<@(webrtc_schema_files)', 153 '<@(webrtc_schema_files)',
154 ], 154 ],
155 }], 155 }],
156 ], 156 ],
157 'cc_dir': 'chrome/common/extensions/api', 157 'cc_dir': 'chrome/common/extensions/api',
158 'root_namespace': 'extensions::api::%(namespace)s', 158 'root_namespace': 'extensions::api::%(namespace)s',
159 'impl_dir_': 'chrome/browser/extensions/api', 159 'impl_dir_': 'chrome/browser/extensions/api',
160 }, 160 },
161 } 161 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/accessibility_features.json ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698