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

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

Issue 769963004: Add tracing service and make the shell+sky_viewer+services talk to it (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 | « mojo/services/window_manager/main.cc ('k') | mojo/shell/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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 # We don't support building in the component build since mojo apps are 9 # We don't support building in the component build since mojo apps are
10 # inherently components. 10 # inherently components.
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 deps = [ 116 deps = [
117 ":app_child_process_bindings", 117 ":app_child_process_bindings",
118 ":external_application_registrar_bindings", 118 ":external_application_registrar_bindings",
119 ":in_process_dynamic_service_runner", 119 ":in_process_dynamic_service_runner",
120 "//base", 120 "//base",
121 "//base/third_party/dynamic_annotations", 121 "//base/third_party/dynamic_annotations",
122 "//base:base_static", 122 "//base:base_static",
123 "//mojo/application", 123 "//mojo/application",
124 "//mojo/application_manager", 124 "//mojo/application_manager",
125 "//mojo/common", 125 "//mojo/common",
126 "//mojo/common:tracing_impl",
126 "//mojo/edk/system", 127 "//mojo/edk/system",
127 "//mojo/public/cpp/bindings", 128 "//mojo/public/cpp/bindings",
128 "//mojo/public/interfaces/application", 129 "//mojo/public/interfaces/application",
129 "//mojo/services/public/interfaces/network", 130 "//mojo/services/public/interfaces/network",
130 "//mojo/shell/domain_socket", 131 "//mojo/shell/domain_socket",
131 "//mojo/spy", 132 "//mojo/spy",
133 "//services/tracing:bindings",
134 "//url",
132 ] 135 ]
133 136
134 if (is_win) { 137 if (is_win) {
135 deps -= [ 138 deps -= [
136 "//mojo/shell/domain_socket", 139 "//mojo/shell/domain_socket",
137 ] 140 ]
138 } 141 }
139 142
140 if (is_android) { 143 if (is_android) {
141 sources += [ 144 sources += [
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 398
396 deps -= [ 399 deps -= [
397 ":lib", 400 ":lib",
398 ":external_application_registrar_connection", 401 ":external_application_registrar_connection",
399 ":external_application_registrar_bindings", 402 ":external_application_registrar_bindings",
400 "//mojo/shell/domain_socket", 403 "//mojo/shell/domain_socket",
401 "//mojo/shell/domain_socket:tests", 404 "//mojo/shell/domain_socket:tests",
402 ] 405 ]
403 } 406 }
404 } 407 }
OLDNEW
« no previous file with comments | « mojo/services/window_manager/main.cc ('k') | mojo/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698