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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "//components/invalidation/impl", | 139 "//components/invalidation/impl", |
140 "//components/metrics:gpu", | 140 "//components/metrics:gpu", |
141 "//components/metrics:net", | 141 "//components/metrics:net", |
142 "//components/metrics:profiler", | 142 "//components/metrics:profiler", |
143 "//components/metrics:profiler_content", | 143 "//components/metrics:profiler_content", |
144 "//components/metrics:ui", | 144 "//components/metrics:ui", |
145 "//components/metrics/proto:proto", | 145 "//components/metrics/proto:proto", |
146 "//components/metrics_services_manager", | 146 "//components/metrics_services_manager", |
147 "//components/mime_util", | 147 "//components/mime_util", |
148 "//components/navigation_metrics", | 148 "//components/navigation_metrics", |
| 149 "//components/network_session_configurator", |
149 "//components/network_time", | 150 "//components/network_time", |
150 "//components/ntp_snippets", | 151 "//components/ntp_snippets", |
151 "//components/offline_pages", | 152 "//components/offline_pages", |
152 "//components/omnibox/browser", | 153 "//components/omnibox/browser", |
153 "//components/os_crypt", | 154 "//components/os_crypt", |
154 "//components/packed_ct_ev_whitelist", | 155 "//components/packed_ct_ev_whitelist", |
155 "//components/password_manager/core/browser", | 156 "//components/password_manager/core/browser", |
156 "//components/password_manager/core/common", | 157 "//components/password_manager/core/common", |
157 "//components/policy", | 158 "//components/policy", |
158 "//components/policy:policy_component", | 159 "//components/policy:policy_component", |
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1336 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1336 deps = [ | 1337 deps = [ |
1337 "//components/google/core/browser", | 1338 "//components/google/core/browser", |
1338 "//components/omnibox/browser", | 1339 "//components/omnibox/browser", |
1339 "//components/rlz", | 1340 "//components/rlz", |
1340 "//components/search_engines", | 1341 "//components/search_engines", |
1341 "//rlz:rlz_lib", | 1342 "//rlz:rlz_lib", |
1342 ] | 1343 ] |
1343 } | 1344 } |
1344 } | 1345 } |
OLD | NEW |