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

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: Address kalman@'s comments. Still need tests. Created 6 years, 2 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 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'schema_files': [ 167 'schema_files': [
167 '<@(webrtc_schema_files)', 168 '<@(webrtc_schema_files)',
168 ], 169 ],
169 }], 170 }],
170 ], 171 ],
171 'cc_dir': 'chrome/common/extensions/api', 172 'cc_dir': 'chrome/common/extensions/api',
172 'root_namespace': 'extensions::api::%(namespace)s', 173 'root_namespace': 'extensions::api::%(namespace)s',
173 'impl_dir_': 'chrome/browser/extensions/api', 174 'impl_dir_': 'chrome/browser/extensions/api',
174 }, 175 },
175 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698