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

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

Issue 899523004: Move chrome.documentScan API to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated DEPS Created 5 years, 10 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 'context_menus.json', 25 'context_menus.json',
26 'cookies.json', 26 'cookies.json',
27 'copresence.idl', 27 'copresence.idl',
28 'copresence_private.idl', 28 'copresence_private.idl',
29 'cryptotoken_private.idl', 29 'cryptotoken_private.idl',
30 'data_reduction_proxy.json', 30 'data_reduction_proxy.json',
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',
36 'downloads.idl', 35 'downloads.idl',
37 'downloads_internal.idl', 36 'downloads_internal.idl',
38 'easy_unlock_private.idl', 37 'easy_unlock_private.idl',
39 'echo_private.json', 38 'echo_private.json',
40 'enterprise_platform_keys_private.json', 39 'enterprise_platform_keys_private.json',
41 'experience_sampling_private.json', 40 'experience_sampling_private.json',
42 'feedback_private.idl', 41 'feedback_private.idl',
43 'file_manager_private.idl', 42 'file_manager_private.idl',
44 'file_manager_private_internal.idl', 43 'file_manager_private_internal.idl',
45 'file_system.idl', 44 'file_system.idl',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'schema_files': [ 151 'schema_files': [
153 '<@(webrtc_schema_files)', 152 '<@(webrtc_schema_files)',
154 ], 153 ],
155 }], 154 }],
156 ], 155 ],
157 'cc_dir': 'chrome/common/extensions/api', 156 'cc_dir': 'chrome/common/extensions/api',
158 'root_namespace': 'extensions::api::%(namespace)s', 157 'root_namespace': 'extensions::api::%(namespace)s',
159 'impl_dir_': 'chrome/browser/extensions/api', 158 'impl_dir_': 'chrome/browser/extensions/api',
160 }, 159 },
161 } 160 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/document_scan.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