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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BUILD.gn

Issue 2771893002: Move Bluetooth.Web.FunctionCall.Count UMA from browser to WebKit (Closed)
Patch Set: move Bluetooth.Web.FunctionCall.Count UMA from browser to WebKit Created 3 years, 9 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: third_party/WebKit/Source/modules/bluetooth/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
index 39b985eab04f9390610986f3a6da58c7e2bef98d..c4d7c720da26933bd9117edb6b7f5e5ad82a935d 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
@@ -16,6 +16,8 @@ blink_modules_sources("bluetooth") {
"BluetoothDevice.h",
"BluetoothError.cpp",
"BluetoothError.h",
+ "BluetoothMetrics.cpp",
+ "BluetoothMetrics.h",
"BluetoothRemoteGATTCharacteristic.cpp",
"BluetoothRemoteGATTCharacteristic.h",
"BluetoothRemoteGATTDescriptor.cpp",

Powered by Google App Engine
This is Rietveld 408576698