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 26 matching lines...) Expand all Loading... |
37 "//cc", | 37 "//cc", |
38 "//cc/surfaces", | 38 "//cc/surfaces", |
39 "//components/discardable_memory/common", | 39 "//components/discardable_memory/common", |
40 "//components/discardable_memory/service", | 40 "//components/discardable_memory/service", |
41 "//components/display_compositor", | 41 "//components/display_compositor", |
42 "//components/filesystem:lib", | 42 "//components/filesystem:lib", |
43 "//components/leveldb:lib", | 43 "//components/leveldb:lib", |
44 "//components/link_header_util", | 44 "//components/link_header_util", |
45 "//components/mime_util", | 45 "//components/mime_util", |
46 "//components/payments:payment_app", | 46 "//components/payments:payment_app", |
| 47 "//components/rappor", |
47 "//components/tracing", | 48 "//components/tracing", |
48 "//components/tracing:startup_tracing", | 49 "//components/tracing:startup_tracing", |
49 "//components/url_formatter", | 50 "//components/url_formatter", |
50 "//components/variations", | 51 "//components/variations", |
51 "//content:resources", | 52 "//content:resources", |
52 "//content/app/resources", | 53 "//content/app/resources", |
53 "//content/app/strings", | 54 "//content/app/strings", |
54 "//content/browser/background_sync:background_sync_proto", | 55 "//content/browser/background_sync:background_sync_proto", |
55 "//content/browser/cache_storage:cache_storage_proto", | 56 "//content/browser/cache_storage:cache_storage_proto", |
56 "//content/browser/devtools:gen_devtools_protocol_handler", | 57 "//content/browser/devtools:gen_devtools_protocol_handler", |
(...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1953 if (!is_component_build) { | 1954 if (!is_component_build) { |
1954 public_deps = [ | 1955 public_deps = [ |
1955 ":browser", | 1956 ":browser", |
1956 ] | 1957 ] |
1957 } else { | 1958 } else { |
1958 public_deps = [ | 1959 public_deps = [ |
1959 "//third_party/leveldatabase", | 1960 "//third_party/leveldatabase", |
1960 ] | 1961 ] |
1961 } | 1962 } |
1962 } | 1963 } |
OLD | NEW |