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

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

Issue 2459733002: Move discardable memory to //components from //content (Closed)
Patch Set: Fix build error Created 4 years, 1 month 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 17 matching lines...) Expand all
28 defines = [] 28 defines = []
29 libs = [] 29 libs = []
30 ldflags = [] 30 ldflags = []
31 31
32 deps = [ 32 deps = [
33 "//base", 33 "//base",
34 "//base:base_static", 34 "//base:base_static",
35 "//base/third_party/dynamic_annotations", 35 "//base/third_party/dynamic_annotations",
36 "//cc", 36 "//cc",
37 "//cc/surfaces", 37 "//cc/surfaces",
38 "//components/discardable_memory/common",
39 "//components/discardable_memory/service",
38 "//components/display_compositor", 40 "//components/display_compositor",
39 "//components/filesystem:lib", 41 "//components/filesystem:lib",
40 "//components/leveldb:lib", 42 "//components/leveldb:lib",
41 "//components/link_header_util", 43 "//components/link_header_util",
42 "//components/mime_util", 44 "//components/mime_util",
43 "//components/tracing", 45 "//components/tracing",
44 "//components/tracing:startup_tracing", 46 "//components/tracing:startup_tracing",
45 "//components/url_formatter", 47 "//components/url_formatter",
46 "//content:resources", 48 "//content:resources",
47 "//content/app/resources", 49 "//content/app/resources",
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 if (!is_component_build) { 1950 if (!is_component_build) {
1949 public_deps = [ 1951 public_deps = [
1950 ":browser", 1952 ":browser",
1951 ] 1953 ]
1952 } else { 1954 } else {
1953 public_deps = [ 1955 public_deps = [
1954 "//third_party/leveldatabase", 1956 "//third_party/leveldatabase",
1955 ] 1957 ]
1956 } 1958 }
1957 } 1959 }
OLDNEW
« no previous file with comments | « components/discardable_memory/service/discardable_shared_memory_manager_unittest.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698