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

Side by Side Diff: chrome/app/BUILD.gn

Issue 2169763002: Reland of "Mojo interface/service for Leak Detector on remote process" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add dependency on Mojo C++ services code to renderer Created 4 years, 5 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 | chrome/browser/BUILD.gn » ('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_application_manifest.gni") 6 import("//mojo/public/mojo_application_manifest.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 if (is_win) { 301 if (is_win) {
302 deps += [ 302 deps += [
303 "//chrome:chrome_initial", 303 "//chrome:chrome_initial",
304 "//sandbox/win:sandbox", 304 "//sandbox/win:sandbox",
305 ] 305 ]
306 } 306 }
307 307
308 if (is_chromeos) { 308 if (is_chromeos) {
309 deps += [ 309 deps += [
310 "//chrome/browser/chromeos", 310 "//chrome/browser/chromeos",
311 "//components/metrics:leak_detector", 311 "//components/metrics/leak_detector:leak_detector",
312 ] 312 ]
313 } 313 }
314 314
315 if (enable_pdf) { 315 if (enable_pdf) {
316 deps += [ "//pdf" ] 316 deps += [ "//pdf" ]
317 } 317 }
318 318
319 if (enable_plugins && enable_nacl) { 319 if (enable_plugins && enable_nacl) {
320 deps += [ 320 deps += [
321 "//components/nacl/browser", 321 "//components/nacl/browser",
(...skipping 19 matching lines...) Expand all
341 base_deps = [ "//content/public/app:renderer_manifest" ] 341 base_deps = [ "//content/public/app:renderer_manifest" ]
342 } 342 }
343 343
344 group("mojo_manifests") { 344 group("mojo_manifests") {
345 data_deps = [ 345 data_deps = [
346 ":chrome_manifest", 346 ":chrome_manifest",
347 ":chrome_renderer_manifest", 347 ":chrome_renderer_manifest",
348 ] 348 ]
349 } 349 }
350 } 350 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698