| Index: components/usb_service.gypi
|
| diff --git a/components/usb_service.gypi b/components/usb_service.gypi
|
| index 33b38a6dd98dcf5e24d87a839d602abd1e01af90..1ce2fe7c0721081a37d1081040dbc09320c97a83 100644
|
| --- a/components/usb_service.gypi
|
| +++ b/components/usb_service.gypi
|
| @@ -4,6 +4,7 @@
|
|
|
| {
|
| 'targets': [{
|
| + # GN version: //components/usb_service
|
| 'target_name': 'usb_service',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| @@ -20,6 +21,7 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'usb_service/usb_context.cc',
|
| 'usb_service/usb_context.h',
|
| 'usb_service/usb_device_impl.cc',
|
|
|