| OLD | NEW |
| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 ] | 28 ] |
| 29 defines = [] | 29 defines = [] |
| 30 libs = [] | 30 libs = [] |
| 31 ldflags = [] | 31 ldflags = [] |
| 32 | 32 |
| 33 deps = [ | 33 deps = [ |
| 34 "//base", | 34 "//base", |
| 35 "//base:base_static", | 35 "//base:base_static", |
| 36 "//base/third_party/dynamic_annotations", | 36 "//base/third_party/dynamic_annotations", |
| 37 "//cc", | 37 "//cc", |
| 38 "//cc/animation", |
| 38 "//cc/surfaces", | 39 "//cc/surfaces", |
| 39 "//components/discardable_memory/common", | 40 "//components/discardable_memory/common", |
| 40 "//components/discardable_memory/service", | 41 "//components/discardable_memory/service", |
| 41 "//components/display_compositor", | 42 "//components/display_compositor", |
| 42 "//components/filesystem:lib", | 43 "//components/filesystem:lib", |
| 43 "//components/leveldb:lib", | 44 "//components/leveldb:lib", |
| 44 "//components/link_header_util", | 45 "//components/link_header_util", |
| 45 "//components/mime_util", | 46 "//components/mime_util", |
| 46 "//components/payments:payment_app", | 47 "//components/payments:payment_app", |
| 47 "//components/tracing", | 48 "//components/tracing", |
| (...skipping 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1965 if (!is_component_build) { | 1966 if (!is_component_build) { |
| 1966 public_deps = [ | 1967 public_deps = [ |
| 1967 ":browser", | 1968 ":browser", |
| 1968 ] | 1969 ] |
| 1969 } else { | 1970 } else { |
| 1970 public_deps = [ | 1971 public_deps = [ |
| 1971 "//third_party/leveldatabase", | 1972 "//third_party/leveldatabase", |
| 1972 ] | 1973 ] |
| 1973 } | 1974 } |
| 1974 } | 1975 } |
| OLD | NEW |