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

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

Issue 463493006: Add chrome.usbPrivate API for use by USB device WEBUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change "Google Inc." to "Test Manufacturer". 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
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/usb_private.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 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //extensions/common/api 8 # GN version: //extensions/common/api
9 'target_name': 'extensions_api', 9 'target_name': 'extensions_api',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 23 matching lines...) Expand all
34 'power.idl', 34 'power.idl',
35 'runtime.json', 35 'runtime.json',
36 'serial.idl', 36 'serial.idl',
37 'socket.idl', 37 'socket.idl',
38 'sockets_tcp.idl', 38 'sockets_tcp.idl',
39 'sockets_tcp_server.idl', 39 'sockets_tcp_server.idl',
40 'sockets_udp.idl', 40 'sockets_udp.idl',
41 'storage.json', 41 'storage.json',
42 'test.json', 42 'test.json',
43 'usb.idl', 43 'usb.idl',
44 'usb_private.idl',
44 ], 45 ],
45 }, { 46 }, {
46 # TODO: Eliminate these on Android. See crbug.com/305852. 47 # TODO: Eliminate these on Android. See crbug.com/305852.
47 'schema_files': [ 48 'schema_files': [
48 'runtime.json', 49 'runtime.json',
49 ], 50 ],
50 }], 51 }],
51 ], 52 ],
52 'cc_dir': 'extensions/common/api', 53 'cc_dir': 'extensions/common/api',
53 'root_namespace': 'extensions::core_api::%(namespace)s', 54 'root_namespace': 'extensions::core_api::%(namespace)s',
54 'impl_dir': 'extensions/browser/api', 55 'impl_dir': 'extensions/browser/api',
55 }, 56 },
56 'conditions': [ 57 'conditions': [
57 ['enable_extensions==1', { 58 ['enable_extensions==1', {
58 'dependencies': [ 59 'dependencies': [
59 '<(DEPTH)/device/serial/serial.gyp:device_serial', 60 '<(DEPTH)/device/serial/serial.gyp:device_serial',
60 '<(DEPTH)/skia/skia.gyp:skia', 61 '<(DEPTH)/skia/skia.gyp:skia',
61 ], 62 ],
62 }], 63 }],
63 ], 64 ],
64 }, 65 },
65 ], 66 ],
66 } 67 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/usb_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698