| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 ] | 29 ] |
| 30 defines = [] | 30 defines = [] |
| 31 libs = [] | 31 libs = [] |
| 32 ldflags = [] | 32 ldflags = [] |
| 33 | 33 |
| 34 deps = [ | 34 deps = [ |
| 35 "//base", | 35 "//base", |
| 36 "//base:base_static", | 36 "//base:base_static", |
| 37 "//base/third_party/dynamic_annotations", | 37 "//base/third_party/dynamic_annotations", |
| 38 "//cc", | 38 "//cc", |
| 39 "//cc/animation", |
| 39 "//cc/surfaces", | 40 "//cc/surfaces", |
| 40 "//components/discardable_memory/common", | 41 "//components/discardable_memory/common", |
| 41 "//components/discardable_memory/service", | 42 "//components/discardable_memory/service", |
| 42 "//components/display_compositor", | 43 "//components/display_compositor", |
| 43 "//components/filesystem:lib", | 44 "//components/filesystem:lib", |
| 44 "//components/leveldb:lib", | 45 "//components/leveldb:lib", |
| 45 "//components/link_header_util", | 46 "//components/link_header_util", |
| 46 "//components/mime_util", | 47 "//components/mime_util", |
| 47 "//components/payments:payment_app", | 48 "//components/payments:payment_app", |
| 48 "//components/tracing", | 49 "//components/tracing", |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 if (!is_component_build) { | 1979 if (!is_component_build) { |
| 1979 public_deps = [ | 1980 public_deps = [ |
| 1980 ":browser", | 1981 ":browser", |
| 1981 ] | 1982 ] |
| 1982 } else { | 1983 } else { |
| 1983 public_deps = [ | 1984 public_deps = [ |
| 1984 "//third_party/leveldatabase", | 1985 "//third_party/leveldatabase", |
| 1985 ] | 1986 ] |
| 1986 } | 1987 } |
| 1987 } | 1988 } |
| OLD | NEW |