| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "//components/discardable_memory/common", | 38 "//components/discardable_memory/common", |
| 39 "//components/discardable_memory/service", | 39 "//components/discardable_memory/service", |
| 40 "//components/display_compositor", | 40 "//components/display_compositor", |
| 41 "//components/filesystem:lib", | 41 "//components/filesystem:lib", |
| 42 "//components/leveldb:lib", | 42 "//components/leveldb:lib", |
| 43 "//components/link_header_util", | 43 "//components/link_header_util", |
| 44 "//components/mime_util", | 44 "//components/mime_util", |
| 45 "//components/tracing", | 45 "//components/tracing", |
| 46 "//components/tracing:startup_tracing", | 46 "//components/tracing:startup_tracing", |
| 47 "//components/url_formatter", | 47 "//components/url_formatter", |
| 48 "//components/variations", |
| 48 "//content:resources", | 49 "//content:resources", |
| 49 "//content/app/resources", | 50 "//content/app/resources", |
| 50 "//content/app/strings", | 51 "//content/app/strings", |
| 51 "//content/browser/background_sync:background_sync_proto", | 52 "//content/browser/background_sync:background_sync_proto", |
| 52 "//content/browser/cache_storage:cache_storage_proto", | 53 "//content/browser/cache_storage:cache_storage_proto", |
| 53 "//content/browser/devtools:gen_devtools_protocol_handler", | 54 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 54 "//content/browser/devtools:resources", | 55 "//content/browser/devtools:resources", |
| 55 "//content/browser/notifications:notification_proto", | 56 "//content/browser/notifications:notification_proto", |
| 56 "//content/browser/service_worker:service_worker_proto", | 57 "//content/browser/service_worker:service_worker_proto", |
| 57 "//content/browser/speech/proto", | 58 "//content/browser/speech/proto", |
| (...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1945 if (!is_component_build) { | 1946 if (!is_component_build) { |
| 1946 public_deps = [ | 1947 public_deps = [ |
| 1947 ":browser", | 1948 ":browser", |
| 1948 ] | 1949 ] |
| 1949 } else { | 1950 } else { |
| 1950 public_deps = [ | 1951 public_deps = [ |
| 1951 "//third_party/leveldatabase", | 1952 "//third_party/leveldatabase", |
| 1952 ] | 1953 ] |
| 1953 } | 1954 } |
| 1954 } | 1955 } |
| OLD | NEW |