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

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

Issue 246883003: Introduce chrome.bluetoothSocket API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 6 years, 8 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 30 matching lines...) Expand all
41 'alarms.idl', 41 'alarms.idl',
42 'app_current_window_internal.idl', 42 'app_current_window_internal.idl',
43 'app_window.idl', 43 'app_window.idl',
44 'audio.idl', 44 'audio.idl',
45 'automation_internal.idl', 45 'automation_internal.idl',
46 'automation.idl', 46 'automation.idl',
47 'autotest_private.idl', 47 'autotest_private.idl',
48 'bluetooth.idl', 48 'bluetooth.idl',
49 'bluetooth_low_energy.idl', 49 'bluetooth_low_energy.idl',
50 'bluetooth_private.json', 50 'bluetooth_private.json',
51 'bluetooth_socket.idl',
51 'bookmark_manager_private.json', 52 'bookmark_manager_private.json',
52 'bookmarks.json', 53 'bookmarks.json',
53 'braille_display_private.idl', 54 'braille_display_private.idl',
54 'cast_channel.idl', 55 'cast_channel.idl',
55 'cloud_print_private.json', 56 'cloud_print_private.json',
56 'command_line_private.json', 57 'command_line_private.json',
57 'content_settings.json', 58 'content_settings.json',
58 'context_menus.json', 59 'context_menus.json',
59 'context_menus_internal.json', 60 'context_menus_internal.json',
60 'cookies.json', 61 'cookies.json',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'conditions': [ 188 'conditions': [
188 ['chromeos==1', { 189 ['chromeos==1', {
189 'dependencies': [ 190 'dependencies': [
190 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 191 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
191 ], 192 ],
192 }], 193 }],
193 ], 194 ],
194 }, 195 },
195 ], 196 ],
196 } 197 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/api/bluetooth_socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698