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

Unified Diff: Source/modules/modules.gypi

Issue 650613005: bluetooth: Initial WebBluetooth & WebBluetoothError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Abandoned initial approach implementing BluetoothMock in Blink. Created 6 years, 2 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 7ad1aca3fddc546805e566da7d7825085b918de5..0f29375c82acfc6c767152e2749fe016a3dc49a6 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -345,6 +345,8 @@
'bluetooth/BluetoothDevice.h',
'bluetooth/BluetoothDiscovery.cpp',
'bluetooth/BluetoothDiscovery.h',
+ 'bluetooth/BluetoothError.cpp',
+ 'bluetooth/BluetoothError.h',
'bluetooth/NavigatorBluetooth.cpp',
'bluetooth/NavigatorBluetooth.h',
'credentialmanager/Credential.cpp',
@@ -1006,12 +1008,17 @@
],
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
+ 'bluetooth/testing/InternalsBluetooth.idl',
'geolocation/testing/InternalsGeolocation.idl',
'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
'speech/testing/InternalsSpeechSynthesis.idl',
'vibration/testing/InternalsVibration.idl',
],
'modules_testing_files': [
+ 'bluetooth/testing/BluetoothMock.cpp',
+ 'bluetooth/testing/BluetoothMock.h',
+ 'bluetooth/testing/InternalsBluetooth.cpp',
+ 'bluetooth/testing/InternalsBluetooth.h',
'geolocation/testing/GeolocationClientMock.cpp',
'geolocation/testing/GeolocationClientMock.h',
'geolocation/testing/InternalsGeolocation.cpp',

Powered by Google App Engine
This is Rietveld 408576698