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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "//components/metrics:profiler", | 143 "//components/metrics:profiler", |
144 "//components/metrics:profiler_content", | 144 "//components/metrics:profiler_content", |
145 "//components/metrics:ui", | 145 "//components/metrics:ui", |
146 "//components/metrics/proto:proto", | 146 "//components/metrics/proto:proto", |
147 "//components/metrics_services_manager", | 147 "//components/metrics_services_manager", |
148 "//components/mime_util", | 148 "//components/mime_util", |
149 "//components/navigation_metrics", | 149 "//components/navigation_metrics", |
150 "//components/network_time", | 150 "//components/network_time", |
151 "//components/ntp_snippets", | 151 "//components/ntp_snippets", |
152 "//components/offline_pages", | 152 "//components/offline_pages", |
| 153 "//components/offline_pages/background:background_offliner", |
153 "//components/omnibox/browser", | 154 "//components/omnibox/browser", |
154 "//components/os_crypt", | 155 "//components/os_crypt", |
155 "//components/packed_ct_ev_whitelist", | 156 "//components/packed_ct_ev_whitelist", |
156 "//components/password_manager/core/browser", | 157 "//components/password_manager/core/browser", |
157 "//components/password_manager/core/common", | 158 "//components/password_manager/core/common", |
158 "//components/policy", | 159 "//components/policy", |
159 "//components/policy:policy_component", | 160 "//components/policy:policy_component", |
160 "//components/policy/proto", | 161 "//components/policy/proto", |
161 "//components/proxy_config", | 162 "//components/proxy_config", |
162 "//components/query_parser", | 163 "//components/query_parser", |
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1343 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1344 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1344 deps = [ | 1345 deps = [ |
1345 "//components/google/core/browser", | 1346 "//components/google/core/browser", |
1346 "//components/omnibox/browser", | 1347 "//components/omnibox/browser", |
1347 "//components/rlz", | 1348 "//components/rlz", |
1348 "//components/search_engines", | 1349 "//components/search_engines", |
1349 "//rlz:rlz_lib", | 1350 "//rlz:rlz_lib", |
1350 ] | 1351 ] |
1351 } | 1352 } |
1352 } | 1353 } |
OLD | NEW |