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

Side by Side Diff: device/usb/usb.gyp

Issue 800963005: Add browser tests for USB device add/remove events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjusted JavaScript style. Created 5 years, 11 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 | « device/usb/BUILD.gn ('k') | device/usb/usb_service.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 'usb_device.h', 27 'usb_device.h',
28 'usb_device_filter.cc', 28 'usb_device_filter.cc',
29 'usb_device_filter.h', 29 'usb_device_filter.h',
30 'usb_device_handle_impl.cc', 30 'usb_device_handle_impl.cc',
31 'usb_device_handle_impl.h', 31 'usb_device_handle_impl.h',
32 'usb_device_handle.h', 32 'usb_device_handle.h',
33 'usb_error.cc', 33 'usb_error.cc',
34 'usb_error.h', 34 'usb_error.h',
35 'usb_ids.cc', 35 'usb_ids.cc',
36 'usb_ids.h', 36 'usb_ids.h',
37 'usb_service.cc',
37 'usb_service.h', 38 'usb_service.h',
38 'usb_service_impl.cc', 39 'usb_service_impl.cc',
40 'usb_service_impl.h',
39 ], 41 ],
40 'actions': [ 42 'actions': [
41 { 43 {
42 'action_name': 'generate_usb_ids', 44 'action_name': 'generate_usb_ids',
43 'variables': { 45 'variables': {
44 'usb_ids_path%': '../../third_party/usb_ids/usb.ids', 46 'usb_ids_path%': '../../third_party/usb_ids/usb.ids',
45 'usb_ids_py_path': 'tools/usb_ids.py', 47 'usb_ids_py_path': 'tools/usb_ids.py',
46 }, 48 },
47 'inputs': [ 49 'inputs': [
48 '<(usb_ids_path)', 50 '<(usb_ids_path)',
(...skipping 19 matching lines...) Expand all
68 }], 70 }],
69 ['chromeos==1', { 71 ['chromeos==1', {
70 'dependencies': [ 72 'dependencies': [
71 '../../chromeos/chromeos.gyp:chromeos', 73 '../../chromeos/chromeos.gyp:chromeos',
72 ], 74 ],
73 }], 75 }],
74 ] 76 ]
75 }, 77 },
76 ], 78 ],
77 } 79 }
OLDNEW
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/usb_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698