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

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

Issue 1015623005: chrome.settingsPrivate: Basic stub implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the permission message Created 5 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 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 'main_schema_files': [ 10 'main_schema_files': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'metrics_private.json', 61 'metrics_private.json',
62 'notification_provider.idl', 62 'notification_provider.idl',
63 'notifications.idl', 63 'notifications.idl',
64 'omnibox.json', 64 'omnibox.json',
65 'page_capture.json', 65 'page_capture.json',
66 'permissions.json', 66 'permissions.json',
67 'preferences_private.json', 67 'preferences_private.json',
68 'reading_list_private.json', 68 'reading_list_private.json',
69 'screenlock_private.idl', 69 'screenlock_private.idl',
70 'sessions.json', 70 'sessions.json',
71 'settings_private.idl',
71 'signed_in_devices.idl', 72 'signed_in_devices.idl',
72 'streams_private.idl', 73 'streams_private.idl',
73 'sync_file_system.idl', 74 'sync_file_system.idl',
74 'system_indicator.idl', 75 'system_indicator.idl',
75 'system_private.json', 76 'system_private.json',
76 'tab_capture.idl', 77 'tab_capture.idl',
77 'tabs.json', 78 'tabs.json',
78 'types.json', 79 'types.json',
79 'web_navigation.json', 80 'web_navigation.json',
80 # Despite the name, this API does not rely on any 81 # Despite the name, this API does not rely on any
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'schema_files': [ 157 'schema_files': [
157 '<@(webrtc_schema_files)', 158 '<@(webrtc_schema_files)',
158 ], 159 ],
159 }], 160 }],
160 ], 161 ],
161 'cc_dir': 'chrome/common/extensions/api', 162 'cc_dir': 'chrome/common/extensions/api',
162 'root_namespace': 'extensions::api::%(namespace)s', 163 'root_namespace': 'extensions::api::%(namespace)s',
163 'impl_dir_': 'chrome/browser/extensions/api', 164 'impl_dir_': 'chrome/browser/extensions/api',
164 }, 165 },
165 } 166 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/settings_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698