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

Side by Side Diff: mojo/common/BUILD.gn

Issue 791493006: De-client tracing.TraceController interface (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | mojo/common/trace_controller_impl.h » ('j') | services/tracing/main.cc » ('J')
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/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 # GYP version: mojo/mojo_base.gyp:mojo_common_lib 7 # GYP version: mojo/mojo_base.gyp:mojo_common_lib
8 component("common") { 8 component("common") {
9 output_name = "mojo_common_lib" 9 output_name = "mojo_common_lib"
10 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "//mojo/public/cpp/bindings", 57 "//mojo/public/cpp/bindings",
58 "//mojo/public/cpp/system", 58 "//mojo/public/cpp/system",
59 "//mojo/public/cpp/test_support:test_utils", 59 "//mojo/public/cpp/test_support:test_utils",
60 "//testing/gtest", 60 "//testing/gtest",
61 "//url", 61 "//url",
62 ] 62 ]
63 } 63 }
64 64
65 source_set("tracing_impl") { 65 source_set("tracing_impl") {
66 sources = [ 66 sources = [
67 "trace_controller_impl.cc",
68 "trace_controller_impl.h",
67 "tracing_impl.cc", 69 "tracing_impl.cc",
68 "tracing_impl.h", 70 "tracing_impl.h",
69 ] 71 ]
70 72
71 deps = [ 73 deps = [
72 "//base", 74 "//base",
73 "//mojo/public/cpp/application", 75 "//mojo/public/cpp/application",
74 "//mojo/public/cpp/bindings", 76 "//mojo/public/cpp/bindings",
75 "//services/tracing:bindings", 77 "//services/tracing:bindings",
76 ] 78 ]
77 } 79 }
OLDNEW
« no previous file with comments | « no previous file | mojo/common/trace_controller_impl.h » ('j') | services/tracing/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698