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

Unified Diff: device/device_tests.gyp

Issue 77563002: nfc: Add native NFC API definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang error. Created 7 years 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 | « no previous file | device/nfc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index c9d29d44f1755aa0820b297ae063f0c70b255c21..00bd47b4817c505344e0c3539a54e681a6fa5584 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -17,6 +17,7 @@
'../testing/gtest.gyp:gtest',
'bluetooth/bluetooth.gyp:device_bluetooth',
'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
+ 'nfc/nfc.gyp:device_nfc',
'usb/usb.gyp:device_usb',
],
'sources': [
@@ -29,6 +30,7 @@
'bluetooth/bluetooth_service_record_win_unittest.cc',
'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_utils_unittest.cc',
+ 'nfc/nfc_ndef_record_unittest.cc',
'usb/usb_ids_unittest.cc',
],
'conditions': [
« no previous file with comments | « no previous file | device/nfc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698