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

Unified Diff: device/nfc/nfc.gyp

Issue 394033002: Add gcm, nfc and bluetooth to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
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',
« no previous file with comments | « device/nfc/BUILD.gn ('k') | google_apis/gcm/BUILD.gn » ('j') | google_apis/gcm/gcm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698