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

Unified Diff: components/tracing/BUILD.gn

Issue 287233002: Start work on GN build for content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 7 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 | « build/gypi_to_gn.py ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/tracing/BUILD.gn
similarity index 56%
copy from components/metrics/BUILD.gn
copy to components/tracing/BUILD.gn
index 72fc0fe1227ecd9d8d0ed56106944998391a40e6..c2e05190ad6e7a0996e2713071e35a4bea4525fe 100644
--- a/components/metrics/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -2,13 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("metrics") {
+source_set("tracing") {
sources = [
- "metrics_hashes.cc",
- "metrics_hashes.h",
+ "child_trace_message_filter.cc",
+ "child_trace_message_filter.h",
+ "tracing_messages.cc",
+ "tracing_messages.h",
]
deps = [
"//base",
+ "//ipc",
]
}
« no previous file with comments | « build/gypi_to_gn.py ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698