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

Unified Diff: content/browser/bluetooth/tools/BUILD.gn

Issue 1885073003: bluetooth: Create bluetooth_metrics_hash tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try with type fix in base/hash.h Created 4 years, 8 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: content/browser/bluetooth/tools/BUILD.gn
diff --git a/chrome/cdb.isolate b/content/browser/bluetooth/tools/BUILD.gn
similarity index 53%
copy from chrome/cdb.isolate
copy to content/browser/bluetooth/tools/BUILD.gn
index 0b2f14afe08beee29ad16521c397f20de05023c4..91c264ab391a34e083a9b14347adf168f2c100ed 100644
--- a/chrome/cdb.isolate
+++ b/content/browser/bluetooth/tools/BUILD.gn
@@ -1,14 +1,14 @@
# Copyright (c) 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-{
- 'conditions': [
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/cdb/',
- ],
- },
- }],
- ],
+
+executable("bluetooth_metrics_hash") {
+ sources = [
+ "bluetooth_metrics_hash.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//device/bluetooth",
+ ]
}
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.cc ('k') | content/browser/bluetooth/tools/bluetooth_metrics_hash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698