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

Unified Diff: components/components_tests.gyp

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Fix build Created 4 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1830d8505d5127d9383927150a25a7a7890efb6d..2b34071ac4e9e82fefde3f92a774df53b470766a 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -959,6 +959,9 @@
'wallpaper_unittest_sources': [
'wallpaper/wallpaper_resizer_unittest.cc',
],
+ 'web_bluetooth_unittest_sources': [
+ 'web_bluetooth/web_bluetooth_device_id_unittest.cc',
+ ],
'web_cache_unittest_sources': [
'web_cache/browser/web_cache_manager_unittest.cc',
],
@@ -1333,6 +1336,7 @@
'<@(visitedlink_unittest_sources)',
'<@(wallpaper_unittest_sources)',
'<@(web_cache_unittest_sources)',
+ '<@(web_bluetooth_unittest_sources)',
'<@(webcrypto_unittest_sources)',
'<@(web_modal_unittest_sources)',
'<@(zoom_unittest_sources)',

Powered by Google App Engine
This is Rietveld 408576698