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

Side by Side Diff: chrome/common/extensions/api/schemas.gypi

Issue 706153002: [fsp] Promote file system provider to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compile bugs. Created 6 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/file_system_provider_internal.idl ('k') | no next file » | 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': [
(...skipping 25 matching lines...) Expand all
36 'downloads.idl', 36 'downloads.idl',
37 'downloads_internal.idl', 37 'downloads_internal.idl',
38 'easy_unlock_private.idl', 38 'easy_unlock_private.idl',
39 'echo_private.json', 39 'echo_private.json',
40 'enterprise_platform_keys_private.json', 40 'enterprise_platform_keys_private.json',
41 'experience_sampling_private.json', 41 'experience_sampling_private.json',
42 'feedback_private.idl', 42 'feedback_private.idl',
43 'file_manager_private.idl', 43 'file_manager_private.idl',
44 'file_manager_private_internal.idl', 44 'file_manager_private_internal.idl',
45 'file_system.idl', 45 'file_system.idl',
46 'file_system_provider.idl',
47 'file_system_provider_internal.idl',
48 'font_settings.json', 46 'font_settings.json',
49 'gcd_private.idl', 47 'gcd_private.idl',
50 'gcm.json', 48 'gcm.json',
51 'hangouts_private.idl', 49 'hangouts_private.idl',
52 'history.json', 50 'history.json',
53 'hotword_private.idl', 51 'hotword_private.idl',
54 'i18n.json', 52 'i18n.json',
55 'identity.idl', 53 'identity.idl',
56 'identity_private.idl', 54 'identity_private.idl',
57 'idle.json', 55 'idle.json',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'top_sites.json', 108 'top_sites.json',
111 ], 109 ],
112 110
113 # ChromeOS-specific schemas. 111 # ChromeOS-specific schemas.
114 'chromeos_schema_files': [ 112 'chromeos_schema_files': [
115 'accessibility_features.json', 113 'accessibility_features.json',
116 'diagnostics.idl', 114 'diagnostics.idl',
117 'enterprise_platform_keys.idl', 115 'enterprise_platform_keys.idl',
118 'enterprise_platform_keys_internal.idl', 116 'enterprise_platform_keys_internal.idl',
119 'file_browser_handler_internal.json', 117 'file_browser_handler_internal.json',
118 'file_system_provider.idl',
119 'file_system_provider_internal.idl',
120 'first_run_private.json', 120 'first_run_private.json',
121 'log_private.idl', 121 'log_private.idl',
122 ], 122 ],
123 123
124 # ChromeOS-specific schemas which have not been ported to Athena. 124 # ChromeOS-specific schemas which have not been ported to Athena.
125 'chromeos_non_athena_schema_files': [ 125 'chromeos_non_athena_schema_files': [
126 'wallpaper.json', 126 'wallpaper.json',
127 'wallpaper_private.json', 127 'wallpaper_private.json',
128 ], 128 ],
129 129
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'schema_files': [ 166 'schema_files': [
167 '<@(webrtc_schema_files)', 167 '<@(webrtc_schema_files)',
168 ], 168 ],
169 }], 169 }],
170 ], 170 ],
171 'cc_dir': 'chrome/common/extensions/api', 171 'cc_dir': 'chrome/common/extensions/api',
172 'root_namespace': 'extensions::api::%(namespace)s', 172 'root_namespace': 'extensions::api::%(namespace)s',
173 'impl_dir_': 'chrome/browser/extensions/api', 173 'impl_dir_': 'chrome/browser/extensions/api',
174 }, 174 },
175 } 175 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/file_system_provider_internal.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698