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

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

Issue 1099313003: Add the IDL and stub implementation for the chrome.autofillPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, and added credit card name as a CreditCardEntry field. Created 5 years, 8 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': [
11 'accessibility_features.json', 11 'accessibility_features.json',
12 'accessibility_private.json', 12 'accessibility_private.json',
13 'activity_log_private.json', 13 'activity_log_private.json',
14 'audio_modem.idl', 14 'audio_modem.idl',
15 'autofill_private.idl',
15 'automation.idl', 16 'automation.idl',
16 'automation_internal.idl', 17 'automation_internal.idl',
17 'autotest_private.idl', 18 'autotest_private.idl',
18 'bookmark_manager_private.json', 19 'bookmark_manager_private.json',
19 'bookmarks.json', 20 'bookmarks.json',
20 'braille_display_private.idl', 21 'braille_display_private.idl',
21 'browser.idl', 22 'browser.idl',
22 'chrome_web_view_internal.json', 23 'chrome_web_view_internal.json',
23 'cloud_print_private.json', 24 'cloud_print_private.json',
24 'command_line_private.json', 25 'command_line_private.json',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'schema_files': [ 160 'schema_files': [
160 '<@(webrtc_schema_files)', 161 '<@(webrtc_schema_files)',
161 ], 162 ],
162 }], 163 }],
163 ], 164 ],
164 'cc_dir': 'chrome/common/extensions/api', 165 'cc_dir': 'chrome/common/extensions/api',
165 'root_namespace': 'extensions::api::%(namespace)s', 166 'root_namespace': 'extensions::api::%(namespace)s',
166 'impl_dir_': 'chrome/browser/extensions/api', 167 'impl_dir_': 'chrome/browser/extensions/api',
167 }, 168 },
168 } 169 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/autofill_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