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

Unified Diff: tools/telemetry/BUILD.gn

Issue 930933003: Add GN targets for codesighs and telemetry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only include app_shell_unittests when enable_extensions==true Created 5 years, 10 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
« no previous file with comments | « third_party/codesighs/BUILD.gn ('k') | tools/telemetry/telemetry/core/bitmaptools.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « third_party/codesighs/BUILD.gn ('k') | tools/telemetry/telemetry/core/bitmaptools.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698