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

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

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win/mac Created 6 years, 5 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 | Annotate | Revision Log
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 19 matching lines...) Expand all
30 'automation_internal.idl', 30 'automation_internal.idl',
31 'autotest_private.idl', 31 'autotest_private.idl',
32 'bluetooth.idl', 32 'bluetooth.idl',
33 'bluetooth_low_energy.idl', 33 'bluetooth_low_energy.idl',
34 'bluetooth_private.json', 34 'bluetooth_private.json',
35 'bluetooth_socket.idl', 35 'bluetooth_socket.idl',
36 'bookmark_manager_private.json', 36 'bookmark_manager_private.json',
37 'bookmarks.json', 37 'bookmarks.json',
38 'braille_display_private.idl', 38 'braille_display_private.idl',
39 'browser.idl', 39 'browser.idl',
40 'cast_channel.idl',
41 'cloud_print_private.json', 40 'cloud_print_private.json',
42 'command_line_private.json', 41 'command_line_private.json',
43 'content_settings.json', 42 'content_settings.json',
44 'context_menus_internal.json', 43 'context_menus_internal.json',
45 'context_menus.json', 44 'context_menus.json',
46 'cookies.json', 45 'cookies.json',
47 'debugger.json', 46 'debugger.json',
48 'desktop_capture.json', 47 'desktop_capture.json',
49 'developer_private.idl', 48 'developer_private.idl',
50 'dial.idl', 49 'dial.idl',
51 'downloads.idl', 50 'downloads.idl',
52 'downloads_internal.idl', 51 'downloads_internal.idl',
53 'echo_private.json', 52 'echo_private.json',
54 'enterprise_platform_keys_private.json', 53 'enterprise_platform_keys_private.json',
55 'events.json', 54 'events.json',
56 'feedback_private.idl', 55 'feedback_private.idl',
57 'file_browser_private.idl', 56 'file_browser_private.idl',
58 'file_browser_private_internal.idl', 57 'file_browser_private_internal.idl',
59 'file_system.idl', 58 'file_system.idl',
60 'file_system_provider.idl', 59 'file_system_provider.idl',
61 'file_system_provider_internal.idl', 60 'file_system_provider_internal.idl',
62 'font_settings.json', 61 'font_settings.json',
63 'gcd_private.idl', 62 'gcd_private.idl',
64 'gcm.json', 63 'gcm.json',
65 'guest_view_internal.json', 64 'guest_view_internal.json',
66 'hangouts_private.idl', 65 'hangouts_private.idl',
67 'hid.idl',
68 'history.json', 66 'history.json',
69 'hotword_private.idl', 67 'hotword_private.idl',
70 'i18n.json', 68 'i18n.json',
71 'identity.idl', 69 'identity.idl',
72 'identity_private.idl', 70 'identity_private.idl',
73 'idle.json', 71 'idle.json',
74 'image_writer_private.idl', 72 'image_writer_private.idl',
75 'input_ime.json', 73 'input_ime.json',
76 'location.idl', 74 'location.idl',
77 'management.json', 75 'management.json',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'conditions': [ 217 'conditions': [
220 ['chromeos==1', { 218 ['chromeos==1', {
221 'dependencies': [ 219 'dependencies': [
222 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 220 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
223 ], 221 ],
224 }], 222 }],
225 ], 223 ],
226 }, 224 },
227 ], 225 ],
228 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698