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

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: rebase Created 6 years, 4 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/cast_channel.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'easy_unlock_private.idl', 52 'easy_unlock_private.idl',
54 'echo_private.json', 53 'echo_private.json',
55 'enterprise_platform_keys_private.json', 54 'enterprise_platform_keys_private.json',
56 'events.json', 55 'events.json',
57 'feedback_private.idl', 56 'feedback_private.idl',
58 'file_browser_private.idl', 57 'file_browser_private.idl',
59 'file_browser_private_internal.idl', 58 'file_browser_private_internal.idl',
60 'file_system.idl', 59 'file_system.idl',
61 'file_system_provider.idl', 60 'file_system_provider.idl',
62 'file_system_provider_internal.idl', 61 'file_system_provider_internal.idl',
63 'font_settings.json', 62 'font_settings.json',
64 'gcd_private.idl', 63 'gcd_private.idl',
65 'gcm.json', 64 'gcm.json',
66 'guest_view_internal.json', 65 'guest_view_internal.json',
67 'hangouts_private.idl', 66 'hangouts_private.idl',
68 'hid.idl',
69 'history.json', 67 'history.json',
70 'hotword_private.idl', 68 'hotword_private.idl',
71 'i18n.json', 69 'i18n.json',
72 'identity.idl', 70 'identity.idl',
73 'identity_private.idl', 71 'identity_private.idl',
74 'idle.json', 72 'idle.json',
75 'image_writer_private.idl', 73 'image_writer_private.idl',
76 'input_ime.json', 74 'input_ime.json',
77 'location.idl', 75 'location.idl',
78 'management.json', 76 'management.json',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'conditions': [ 218 'conditions': [
221 ['chromeos==1', { 219 ['chromeos==1', {
222 'dependencies': [ 220 'dependencies': [
223 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 221 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
224 ], 222 ],
225 }], 223 }],
226 ], 224 ],
227 }, 225 },
228 ], 226 ],
229 } 227 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/cast_channel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698