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

Unified Diff: components/pairing.gypi

Issue 469613002: Add bluetooth host and controller delegates for pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 6 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
Index: components/pairing.gypi
diff --git a/components/pairing.gypi b/components/pairing.gypi
index 4dd03d1ea237c0f0ddb5677522ff833111b190e4..6feb729517bb1cecac1895178c63211ce97a36d7 100644
--- a/components/pairing.gypi
+++ b/components/pairing.gypi
@@ -17,6 +17,12 @@
'../net/net.gyp:net',
],
'sources': [
+ 'pairing/bluetooth_controller_pairing_controller.cc',
+ 'pairing/bluetooth_controller_pairing_controller.h',
+ 'pairing/bluetooth_host_pairing_controller.cc',
+ 'pairing/bluetooth_host_pairing_controller.h',
+ 'pairing/bluetooth_pairing_constants.cc',
+ 'pairing/bluetooth_pairing_constants.h',
'pairing/controller_pairing_controller.cc',
'pairing/controller_pairing_controller.h',
'pairing/fake_controller_pairing_controller.cc',
« no previous file with comments | « no previous file | components/pairing/BUILD.gn » ('j') | components/pairing/bluetooth_controller_pairing_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698