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 1143303004: Add IDL and stub implementation for chrome.usersPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make isOwner a required field Created 5 years, 6 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'sessions.json', 72 'sessions.json',
73 'settings_private.idl', 73 'settings_private.idl',
74 'signed_in_devices.idl', 74 'signed_in_devices.idl',
75 'streams_private.idl', 75 'streams_private.idl',
76 'sync_file_system.idl', 76 'sync_file_system.idl',
77 'system_indicator.idl', 77 'system_indicator.idl',
78 'system_private.json', 78 'system_private.json',
79 'tab_capture.idl', 79 'tab_capture.idl',
80 'tabs.json', 80 'tabs.json',
81 'types.json', 81 'types.json',
82 'users_private.idl',
82 'web_navigation.json', 83 'web_navigation.json',
83 # Despite the name, this API does not rely on any 84 # Despite the name, this API does not rely on any
84 # WebRTC-specific bits and as such does not belong in 85 # WebRTC-specific bits and as such does not belong in
85 # the enable_webrtc==0 section below. 86 # the enable_webrtc==0 section below.
86 'webrtc_audio_private.idl', 87 'webrtc_audio_private.idl',
87 'webrtc_desktop_capture_private.idl', 88 'webrtc_desktop_capture_private.idl',
88 'webrtc_logging_private.idl', 89 'webrtc_logging_private.idl',
89 'webstore_private.json', 90 'webstore_private.json',
90 'webstore_widget_private.idl', 91 'webstore_widget_private.idl',
91 'windows.json', 92 'windows.json',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'schema_files': [ 165 'schema_files': [
165 '<@(webrtc_schema_files)', 166 '<@(webrtc_schema_files)',
166 ], 167 ],
167 }], 168 }],
168 ], 169 ],
169 'cc_dir': 'chrome/common/extensions/api', 170 'cc_dir': 'chrome/common/extensions/api',
170 'root_namespace': 'extensions::api::%(namespace)s', 171 'root_namespace': 'extensions::api::%(namespace)s',
171 'impl_dir_': 'chrome/browser/extensions/api', 172 'impl_dir_': 'chrome/browser/extensions/api',
172 }, 173 },
173 } 174 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/users_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698