Index: components/devtools_service/public/cpp/BUILD.gn |
diff --git a/tools/telemetry/BUILD.gn b/components/devtools_service/public/cpp/BUILD.gn |
similarity index 73% |
copy from tools/telemetry/BUILD.gn |
copy to components/devtools_service/public/cpp/BUILD.gn |
index 638f28809dbcb4bccde3136fa3555b777ea97e6c..2f8933bf59e2bad6c084386484874f0dcb8b5373 100644 |
--- a/tools/telemetry/BUILD.gn |
+++ b/components/devtools_service/public/cpp/BUILD.gn |
@@ -2,8 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-executable("bitmaptools") { |
+source_set("cpp") { |
sources = [ |
- "telemetry/core/bitmaptools.cc", |
+ "switches.cc", |
+ "switches.h", |
] |
} |