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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDL indicates multiple images can be returned 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # All files are stored in these lists which are referenced in the target 6 # All files are stored in these lists which are referenced in the target
7 # below so that the GN build of this target can read in this dictionary and 7 # below so that the GN build of this target can read in this dictionary and
8 # duplicate the same logic without the lists getting out-of-sync. The GN 8 # duplicate the same logic without the lists getting out-of-sync. The GN
9 # .gypi reader can not process conditions and does not know about targets, 9 # .gypi reader can not process conditions and does not know about targets,
10 # etc., it just reads Python dictionaries. 10 # etc., it just reads Python dictionaries.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'content_settings.json', 42 'content_settings.json',
43 'context_menus_internal.json', 43 'context_menus_internal.json',
44 'context_menus.json', 44 'context_menus.json',
45 'cookies.json', 45 'cookies.json',
46 'copresence.idl', 46 'copresence.idl',
47 'copresence_private.idl', 47 'copresence_private.idl',
48 'debugger.json', 48 'debugger.json',
49 'desktop_capture.json', 49 'desktop_capture.json',
50 'developer_private.idl', 50 'developer_private.idl',
51 'dial.idl', 51 'dial.idl',
52 'document_scan.idl',
52 'downloads.idl', 53 'downloads.idl',
53 'downloads_internal.idl', 54 'downloads_internal.idl',
54 'easy_unlock_private.idl', 55 'easy_unlock_private.idl',
55 'echo_private.json', 56 'echo_private.json',
56 'enterprise_platform_keys_private.json', 57 'enterprise_platform_keys_private.json',
57 'events.json', 58 'events.json',
58 'experience_sampling_private.json', 59 'experience_sampling_private.json',
59 'extension_options_internal.idl', 60 'extension_options_internal.idl',
60 'feedback_private.idl', 61 'feedback_private.idl',
61 'file_browser_private.idl', 62 'file_browser_private.idl',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'conditions': [ 224 'conditions': [
224 ['chromeos==1', { 225 ['chromeos==1', {
225 'dependencies': [ 226 'dependencies': [
226 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 227 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
227 ], 228 ],
228 }], 229 }],
229 ], 230 ],
230 }, 231 },
231 ], 232 ],
232 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698