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

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

Issue 550863003: Rename fileBrowserPrivate to fileManagerPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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 # These duplicate other lists and are the only ones used on Android. They 10 # These duplicate other lists and are the only ones used on Android. They
(...skipping 30 matching lines...) Expand all
41 'dial.idl', 41 'dial.idl',
42 'downloads.idl', 42 'downloads.idl',
43 'downloads_internal.idl', 43 'downloads_internal.idl',
44 'easy_unlock_private.idl', 44 'easy_unlock_private.idl',
45 'echo_private.json', 45 'echo_private.json',
46 'enterprise_platform_keys_private.json', 46 'enterprise_platform_keys_private.json',
47 'events.json', 47 'events.json',
48 'experience_sampling_private.json', 48 'experience_sampling_private.json',
49 'extension_options_internal.idl', 49 'extension_options_internal.idl',
50 'feedback_private.idl', 50 'feedback_private.idl',
51 'file_browser_private.idl', 51 'file_manager_private.idl',
52 'file_browser_private_internal.idl', 52 'file_manager_private_internal.idl',
53 'file_system.idl', 53 'file_system.idl',
54 'file_system_provider.idl', 54 'file_system_provider.idl',
55 'file_system_provider_internal.idl', 55 'file_system_provider_internal.idl',
56 'font_settings.json', 56 'font_settings.json',
57 'gcd_private.idl', 57 'gcd_private.idl',
58 'gcm.json', 58 'gcm.json',
59 'hangouts_private.idl', 59 'hangouts_private.idl',
60 'history.json', 60 'history.json',
61 'hotword_private.idl', 61 'hotword_private.idl',
62 'i18n.json', 62 'i18n.json',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'schema_files': [ 177 'schema_files': [
178 '<@(webrtc_schema_files)', 178 '<@(webrtc_schema_files)',
179 ], 179 ],
180 }], 180 }],
181 ], 181 ],
182 'cc_dir': 'chrome/common/extensions/api', 182 'cc_dir': 'chrome/common/extensions/api',
183 'root_namespace': 'extensions::api::%(namespace)s', 183 'root_namespace': 'extensions::api::%(namespace)s',
184 'impl_dir_': 'chrome/browser/extensions/api', 184 'impl_dir_': 'chrome/browser/extensions/api',
185 }, 185 },
186 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698