summaryrefslogtreecommitdiffstats
path: root/chromium/device/nfc/nfc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/device/nfc/nfc.gyp')
-rw-r--r--chromium/device/nfc/nfc.gyp11
1 files changed, 10 insertions, 1 deletions
diff --git a/chromium/device/nfc/nfc.gyp b/chromium/device/nfc/nfc.gyp
index d5e519bb95f..11e430852e6 100644
--- a/chromium/device/nfc/nfc.gyp
+++ b/chromium/device/nfc/nfc.gyp
@@ -12,6 +12,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
+ '../../url/url.gyp:url_lib',
],
'sources': [
'nfc_adapter.cc',
@@ -22,12 +23,20 @@
'nfc_adapter_factory.h',
'nfc_ndef_record.cc',
'nfc_ndef_record.h',
+ 'nfc_ndef_record_utils_chromeos.cc',
+ 'nfc_ndef_record_utils_chromeos.h',
'nfc_peer.cc',
'nfc_peer.h',
+ 'nfc_peer_chromeos.cc',
+ 'nfc_peer_chromeos.h',
'nfc_tag.cc',
'nfc_tag.h',
+ 'nfc_tag_chromeos.cc',
+ 'nfc_tag_chromeos.h',
'nfc_tag_technology.cc',
- 'nfc_tag_technology.h'
+ 'nfc_tag_technology.h',
+ 'nfc_tag_technology_chromeos.cc',
+ 'nfc_tag_technology_chromeos.h'
],
'conditions': [
['chromeos==1', {