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

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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for review Created 4 years, 3 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "//media/gpu/ipc/client", 78 "//media/gpu/ipc/client",
79 "//media/midi", 79 "//media/midi",
80 "//media/mojo/interfaces", 80 "//media/mojo/interfaces",
81 "//media/mojo/interfaces:image_capture", 81 "//media/mojo/interfaces:image_capture",
82 "//mojo/common", 82 "//mojo/common",
83 "//mojo/edk/system", 83 "//mojo/edk/system",
84 "//mojo/public/cpp/bindings", 84 "//mojo/public/cpp/bindings",
85 "//mojo/public/js", 85 "//mojo/public/js",
86 "//net", 86 "//net",
87 "//net:extras", 87 "//net:extras",
88 "//net:http_server",
88 "//services/file:lib", 89 "//services/file:lib",
89 "//services/file/public/cpp", 90 "//services/file/public/cpp",
90 "//services/file/public/interfaces", 91 "//services/file/public/interfaces",
91 "//services/shell", 92 "//services/shell",
92 "//services/shell/public/cpp", 93 "//services/shell/public/cpp",
93 "//services/shell/public/interfaces", 94 "//services/shell/public/interfaces",
94 "//services/shell/runner/common", 95 "//services/shell/runner/common",
95 "//services/shell/runner/host:lib", 96 "//services/shell/runner/host:lib",
96 "//skia", 97 "//skia",
97 "//sql", 98 "//sql",
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 if (!is_component_build) { 504 if (!is_component_build) {
504 public_deps = [ 505 public_deps = [
505 ":browser", 506 ":browser",
506 ] 507 ]
507 } else { 508 } else {
508 public_deps = [ 509 public_deps = [
509 "//third_party/leveldatabase", 510 "//third_party/leveldatabase",
510 ] 511 ]
511 } 512 }
512 } 513 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698