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