| Index: device/nfc/nfc.gyp
|
| diff --git a/device/nfc/nfc.gyp b/device/nfc/nfc.gyp
|
| index 11e430852e65eb8b3f11f95b994be97a5a09d847..ccd62b50bbcca4b3f848b0853bf83c45ece51a9c 100644
|
| --- a/device/nfc/nfc.gyp
|
| +++ b/device/nfc/nfc.gyp
|
| @@ -8,6 +8,7 @@
|
| },
|
| 'targets': [
|
| {
|
| + # GN version: //device/nfc
|
| 'target_name': 'device_nfc',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -15,6 +16,7 @@
|
| '../../url/url.gyp:url_lib',
|
| ],
|
| 'sources': [
|
| + # Note: file list duplicated in GN build.
|
| 'nfc_adapter.cc',
|
| 'nfc_adapter.h',
|
| 'nfc_adapter_chromeos.cc',
|
|
|