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

Unified Diff: components/proximity_auth.gypi

Issue 585743004: [Easy Unlock] Port the BluetoothConnection class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix scoped_refptr compile on non-clang Created 6 years, 3 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: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index 4f04c4a7499e5b07b5ab87b8186efd5429b26d72..127b1afa22c7b4132e726830bf7196130ad168d5 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -15,6 +15,8 @@
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
],
'sources': [
+ "proximity_auth/bluetooth_connection.cc",
+ "proximity_auth/bluetooth_connection.h",
"proximity_auth/bluetooth_util.cc",
"proximity_auth/bluetooth_util_chromeos.cc",
"proximity_auth/bluetooth_util.h",

Powered by Google App Engine
This is Rietveld 408576698