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

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

Issue 941063003: Log device/usb messages to chrome://device-log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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_log.h',
37 'usb_service.cc', 38 'usb_service.cc',
38 'usb_service.h', 39 'usb_service.h',
39 'usb_service_impl.cc', 40 'usb_service_impl.cc',
40 'usb_service_impl.h', 41 'usb_service_impl.h',
41 ], 42 ],
42 'actions': [ 43 'actions': [
43 { 44 {
44 'action_name': 'generate_usb_ids', 45 'action_name': 'generate_usb_ids',
45 'variables': { 46 'variables': {
46 'usb_ids_path%': '../../third_party/usb_ids/usb.ids', 47 'usb_ids_path%': '../../third_party/usb_ids/usb.ids',
(...skipping 23 matching lines...) Expand all
70 }], 71 }],
71 ['chromeos==1', { 72 ['chromeos==1', {
72 'dependencies': [ 73 'dependencies': [
73 '../../chromeos/chromeos.gyp:chromeos', 74 '../../chromeos/chromeos.gyp:chromeos',
74 ], 75 ],
75 }], 76 }],
76 ] 77 ]
77 }, 78 },
78 ], 79 ],
79 } 80 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698