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

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

Issue 2163883005: WIP: Obtain Bootstrap from utility process Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//device/battery", 60 "//device/battery",
61 "//device/bluetooth", 61 "//device/bluetooth",
62 "//device/gamepad", 62 "//device/gamepad",
63 "//device/power_save_blocker", 63 "//device/power_save_blocker",
64 "//device/vibration", 64 "//device/vibration",
65 "//gin", 65 "//gin",
66 "//google_apis", 66 "//google_apis",
67 "//gpu", 67 "//gpu",
68 "//gpu/command_buffer/client:gles2_implementation", 68 "//gpu/command_buffer/client:gles2_implementation",
69 "//gpu/command_buffer/client:gles2_interface", 69 "//gpu/command_buffer/client:gles2_interface",
70 "//ipc:mojom",
70 "//media", 71 "//media",
71 "//media/capture", 72 "//media/capture",
72 "//media/gpu/ipc/client", 73 "//media/gpu/ipc/client",
73 "//media/midi", 74 "//media/midi",
74 "//media/mojo/interfaces:image_capture", 75 "//media/mojo/interfaces:image_capture",
75 "//mojo/common", 76 "//mojo/common",
76 "//mojo/edk/system", 77 "//mojo/edk/system",
77 "//mojo/public/cpp/bindings", 78 "//mojo/public/cpp/bindings",
78 "//mojo/public/js", 79 "//mojo/public/js",
79 "//net", 80 "//net",
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 if (!is_component_build) { 526 if (!is_component_build) {
526 public_deps = [ 527 public_deps = [
527 ":browser", 528 ":browser",
528 ] 529 ]
529 } else { 530 } else {
530 public_deps = [ 531 public_deps = [
531 "//third_party/leveldatabase", 532 "//third_party/leveldatabase",
532 ] 533 ]
533 } 534 }
534 } 535 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698