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

Side by Side Diff: apps/benchmark/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: Created 5 years, 2 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 | « no previous file | apps/benchmark/README.md » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 6
7 source_set("lib") { 7 source_set("lib") {
8 sources = [ 8 sources = [
9 "event.cc", 9 "event.cc",
10 "event.h", 10 "event.h",
11 "measurements.cc", 11 "measurements.cc",
12 "measurements.h", 12 "measurements.h",
13 "run_args.cc", 13 "run_args.cc",
14 "run_args.h", 14 "run_args.h",
15 "trace_collector_client.cc", 15 "trace_collector_client.cc",
16 "trace_collector_client.h", 16 "trace_collector_client.h",
17 ] 17 ]
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//mojo/data_pipe_utils", 21 "//mojo/data_pipe_utils",
22 ] 22 ]
23 23
24 public_deps = [ 24 public_deps = [
25 "//mojo/services/tracing/public/interfaces", 25 "//mojo/services/tracing/interfaces",
26 ] 26 ]
27 } 27 }
28 28
29 mojo_native_application("benchmark") { 29 mojo_native_application("benchmark") {
30 sources = [ 30 sources = [
31 "benchmark_app.cc", 31 "benchmark_app.cc",
32 ] 32 ]
33 33
34 deps = [ 34 deps = [
35 ":lib", 35 ":lib",
(...skipping 14 matching lines...) Expand all
50 ] 50 ]
51 51
52 deps = [ 52 deps = [
53 ":lib", 53 ":lib",
54 "//mojo/application", 54 "//mojo/application",
55 "//mojo/application:test_support", 55 "//mojo/application:test_support",
56 "//mojo/public/cpp/bindings:callback", 56 "//mojo/public/cpp/bindings:callback",
57 "//testing/gtest", 57 "//testing/gtest",
58 ] 58 ]
59 } 59 }
OLDNEW
« no previous file with comments | « no previous file | apps/benchmark/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698