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

Side by Side Diff: content/browser/BUILD.gn

Issue 2201183005: Eliminate kMojoChannelToken usage for render processes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | content/browser/mojo/mojo_shell_context.h » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//device/gamepad", 64 "//device/gamepad",
65 "//device/geolocation:device_geolocation", 65 "//device/geolocation:device_geolocation",
66 "//device/geolocation/public/interfaces", 66 "//device/geolocation/public/interfaces",
67 "//device/power_save_blocker", 67 "//device/power_save_blocker",
68 "//device/vibration", 68 "//device/vibration",
69 "//gin", 69 "//gin",
70 "//google_apis", 70 "//google_apis",
71 "//gpu", 71 "//gpu",
72 "//gpu/command_buffer/client:gles2_implementation", 72 "//gpu/command_buffer/client:gles2_implementation",
73 "//gpu/command_buffer/client:gles2_interface", 73 "//gpu/command_buffer/client:gles2_interface",
74 "//ipc",
75 "//ipc:mojom",
74 "//media", 76 "//media",
75 "//media/capture", 77 "//media/capture",
76 "//media/gpu/ipc/client", 78 "//media/gpu/ipc/client",
77 "//media/midi", 79 "//media/midi",
78 "//media/mojo/interfaces", 80 "//media/mojo/interfaces",
79 "//media/mojo/interfaces:image_capture", 81 "//media/mojo/interfaces:image_capture",
80 "//mojo/common", 82 "//mojo/common",
81 "//mojo/edk/system", 83 "//mojo/edk/system",
82 "//mojo/public/cpp/bindings", 84 "//mojo/public/cpp/bindings",
83 "//mojo/public/js", 85 "//mojo/public/js",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 if (!is_component_build) { 512 if (!is_component_build) {
511 public_deps = [ 513 public_deps = [
512 ":browser", 514 ":browser",
513 ] 515 ]
514 } else { 516 } else {
515 public_deps = [ 517 public_deps = [
516 "//third_party/leveldatabase", 518 "//third_party/leveldatabase",
517 ] 519 ]
518 } 520 }
519 } 521 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/mojo/mojo_shell_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698