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

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

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Starting over. This used to be 286933006 Created 6 years, 1 month 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 14 matching lines...) Expand all
25 'content_settings.json', 25 'content_settings.json',
26 'context_menus_internal.json', 26 'context_menus_internal.json',
27 'context_menus.json', 27 'context_menus.json',
28 'cookies.json', 28 'cookies.json',
29 'copresence.idl', 29 'copresence.idl',
30 'copresence_private.idl', 30 'copresence_private.idl',
31 'debugger.json', 31 'debugger.json',
32 'desktop_capture.json', 32 'desktop_capture.json',
33 'developer_private.idl', 33 'developer_private.idl',
34 'dial.idl', 34 'dial.idl',
35 'document_scan.idl',
35 'downloads.idl', 36 'downloads.idl',
36 'downloads_internal.idl', 37 'downloads_internal.idl',
37 'easy_unlock_private.idl', 38 'easy_unlock_private.idl',
38 'echo_private.json', 39 'echo_private.json',
39 'enterprise_platform_keys_private.json', 40 'enterprise_platform_keys_private.json',
40 'experience_sampling_private.json', 41 'experience_sampling_private.json',
41 'feedback_private.idl', 42 'feedback_private.idl',
42 'file_manager_private.idl', 43 'file_manager_private.idl',
43 'file_manager_private_internal.idl', 44 'file_manager_private_internal.idl',
44 'file_system.idl', 45 'file_system.idl',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'schema_files': [ 178 'schema_files': [
178 '<@(webrtc_schema_files)', 179 '<@(webrtc_schema_files)',
179 ], 180 ],
180 }], 181 }],
181 ], 182 ],
182 'cc_dir': 'chrome/common/extensions/api', 183 'cc_dir': 'chrome/common/extensions/api',
183 'root_namespace': 'extensions::api::%(namespace)s', 184 'root_namespace': 'extensions::api::%(namespace)s',
184 'impl_dir_': 'chrome/browser/extensions/api', 185 'impl_dir_': 'chrome/browser/extensions/api',
185 }, 186 },
186 } 187 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/document_scan.idl ('k') | chrome/common/extensions/docs/examples/api/document_scan/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698