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

Side by Side Diff: 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 unified diff | Download patch
« no previous file with comments | « services/shell/tests/loader_unittest.cc ('k') | services/tracing/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/mojo_application_manifest.gni") 6 import("//mojo/public/mojo_application_manifest.gni")
7 7
8 mojo_native_application("tracing") { 8 mojo_native_application("tracing") {
9 sources = [ 9 sources = [
10 "main.cc", 10 "main.cc",
(...skipping 23 matching lines...) Expand all
34 "trace_data_sink.h", 34 "trace_data_sink.h",
35 "trace_recorder_impl.cc", 35 "trace_recorder_impl.cc",
36 "trace_recorder_impl.h", 36 "trace_recorder_impl.h",
37 "tracing_app.cc", 37 "tracing_app.cc",
38 "tracing_app.h", 38 "tracing_app.h",
39 ] 39 ]
40 40
41 deps = [ 41 deps = [
42 "//base", 42 "//base",
43 "//mojo/common:common_base", 43 "//mojo/common:common_base",
44 "//mojo/services/tracing/public/interfaces",
45 "//services/shell/public/cpp", 44 "//services/shell/public/cpp",
45 "//services/tracing/public/interfaces",
46 ] 46 ]
47 } 47 }
OLDNEW
« no previous file with comments | « services/shell/tests/loader_unittest.cc ('k') | services/tracing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698