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

Unified Diff: mojo/services/tracing/BUILD.gn

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . 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
« no previous file with comments | « mojo/services/public/build/config/BUILD.gn ('k') | mojo/services/tracing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/BUILD.gn
diff --git a/mojo/services/tracing/BUILD.gn b/mojo/services/tracing/BUILD.gn
deleted file mode 100644
index 15df5a5bc457a37c1c1166bfb1a2971425f82ece..0000000000000000000000000000000000000000
--- a/mojo/services/tracing/BUILD.gn
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2014 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.
-
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/mojo_application_manifest.gni")
-
-mojo_native_application("tracing") {
- sources = [
- "main.cc",
- ]
-
- avoid_runner_cycle = true
-
- deps = [
- ":lib",
- "//mojo/public/cpp/system",
- "//services/shell/public/cpp",
- ]
-
- data_deps = [
- ":manifest",
- ]
-}
-
-mojo_application_manifest("manifest") {
- application_name = "tracing"
- source = "manifest.json"
-}
-
-source_set("lib") {
- sources = [
- "trace_data_sink.cc",
- "trace_data_sink.h",
- "trace_recorder_impl.cc",
- "trace_recorder_impl.h",
- "tracing_app.cc",
- "tracing_app.h",
- ]
-
- deps = [
- "//base",
- "//mojo/common:common_base",
- "//mojo/services/tracing/public/interfaces",
- "//services/shell/public/cpp",
- ]
-}
« no previous file with comments | « mojo/services/public/build/config/BUILD.gn ('k') | mojo/services/tracing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698