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 1128203005: Add the IDL and stub implementation for the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/lint. Created 5 years, 7 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'launcher_page.idl', 56 'launcher_page.idl',
57 'location.idl', 57 'location.idl',
58 'manifest_types.json', 58 'manifest_types.json',
59 'mdns.idl', 59 'mdns.idl',
60 'media_galleries.idl', 60 'media_galleries.idl',
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 'passwords_private.idl',
66 'permissions.json', 67 'permissions.json',
67 'preferences_private.json', 68 'preferences_private.json',
68 'reading_list_private.json', 69 'reading_list_private.json',
69 'screenlock_private.idl', 70 'screenlock_private.idl',
70 'search_engines_private.idl', 71 'search_engines_private.idl',
71 'sessions.json', 72 'sessions.json',
72 'settings_private.idl', 73 'settings_private.idl',
73 'signed_in_devices.idl', 74 'signed_in_devices.idl',
74 'streams_private.idl', 75 'streams_private.idl',
75 'sync_file_system.idl', 76 'sync_file_system.idl',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'schema_files': [ 164 'schema_files': [
164 '<@(webrtc_schema_files)', 165 '<@(webrtc_schema_files)',
165 ], 166 ],
166 }], 167 }],
167 ], 168 ],
168 'cc_dir': 'chrome/common/extensions/api', 169 'cc_dir': 'chrome/common/extensions/api',
169 'root_namespace': 'extensions::api::%(namespace)s', 170 'root_namespace': 'extensions::api::%(namespace)s',
170 'impl_dir_': 'chrome/browser/extensions/api', 171 'impl_dir_': 'chrome/browser/extensions/api',
171 }, 172 },
172 } 173 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/passwords_private.idl ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698