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

Unified Diff: device/nfc/nfc.gyp

Issue 2292703002: chromeos: Remove unused NFC D-Bus client library (Closed)
Patch Set: rebase Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/nfc/DEPS ('k') | device/nfc/nfc_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc.gyp
diff --git a/device/nfc/nfc.gyp b/device/nfc/nfc.gyp
index 09707fa5ff2bb1f602dc9b8c910e68f7356cb83c..ecbfe7d0b1db4124d2c2bb87c2afef72b0f4c065 100644
--- a/device/nfc/nfc.gyp
+++ b/device/nfc/nfc.gyp
@@ -10,49 +10,6 @@
},
'targets': [
{
- # GN version: //device/nfc
- 'target_name': 'device_nfc',
- 'type': 'static_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../url/url.gyp:url_lib',
- ],
- 'sources': [
- # Note: file list duplicated in GN build.
- 'nfc_adapter.cc',
- 'nfc_adapter.h',
- 'nfc_adapter_chromeos.cc',
- 'nfc_adapter_chromeos.h',
- 'nfc_adapter_factory.cc',
- '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_chromeos.cc',
- 'nfc_tag_technology_chromeos.h'
- ],
- 'conditions': [
- ['chromeos==1', {
- 'dependencies': [
- '../../build/linux/system.gyp:dbus',
- '../../chromeos/chromeos.gyp:chromeos',
- '../../dbus/dbus.gyp:dbus',
- ]
- }],
- ],
- },
- {
'target_name': 'device_nfc_mojo_bindings',
'type': 'static_library',
'includes': [
« no previous file with comments | « device/nfc/DEPS ('k') | device/nfc/nfc_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698