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("//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 24 matching lines...) Expand all Loading... |
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/surfaces", | 38 "//cc/surfaces", |
39 "//components/display_compositor", | 39 "//components/display_compositor", |
40 "//components/filesystem:lib", | 40 "//components/filesystem:lib", |
41 "//components/leveldb:lib", | 41 "//components/leveldb:lib", |
42 "//components/link_header_util", | 42 "//components/link_header_util", |
43 "//components/memory_coordinator/browser", | 43 "//components/memory_coordinator/browser", |
44 "//components/mime_util", | 44 "//components/mime_util", |
45 "//components/scheduler:common", | |
46 "//components/tracing", | 45 "//components/tracing", |
47 "//components/tracing:startup_tracing", | 46 "//components/tracing:startup_tracing", |
48 "//components/url_formatter", | 47 "//components/url_formatter", |
49 "//content:resources", | 48 "//content:resources", |
50 "//content/app/resources", | 49 "//content/app/resources", |
51 "//content/app/strings", | 50 "//content/app/strings", |
52 "//content/browser/background_sync:background_sync_proto", | 51 "//content/browser/background_sync:background_sync_proto", |
53 "//content/browser/cache_storage:cache_storage_proto", | 52 "//content/browser/cache_storage:cache_storage_proto", |
54 "//content/browser/devtools:gen_devtools_protocol_handler", | 53 "//content/browser/devtools:gen_devtools_protocol_handler", |
55 "//content/browser/devtools:resources", | 54 "//content/browser/devtools:resources", |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 if (!is_component_build) { | 511 if (!is_component_build) { |
513 public_deps = [ | 512 public_deps = [ |
514 ":browser", | 513 ":browser", |
515 ] | 514 ] |
516 } else { | 515 } else { |
517 public_deps = [ | 516 public_deps = [ |
518 "//third_party/leveldatabase", | 517 "//third_party/leveldatabase", |
519 ] | 518 ] |
520 } | 519 } |
521 } | 520 } |
OLD | NEW |