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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 "//components/renderer_context_menu", | 156 "//components/renderer_context_menu", |
157 "//components/search", | 157 "//components/search", |
158 "//components/search_engines", | 158 "//components/search_engines", |
159 "//components/search_provider_logos", | 159 "//components/search_provider_logos", |
160 "//components/security_interstitials/core", | 160 "//components/security_interstitials/core", |
161 "//components/security_state", | 161 "//components/security_state", |
162 "//components/signin/core/browser", | 162 "//components/signin/core/browser", |
163 "//components/ssl_errors", | 163 "//components/ssl_errors", |
164 "//components/startup_metric_utils/browser:lib", | 164 "//components/startup_metric_utils/browser:lib", |
165 "//components/startup_metric_utils/browser:message_filter_lib", | 165 "//components/startup_metric_utils/browser:message_filter_lib", |
| 166 |
| 167 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 168 # crbug.com/577698 |
| 169 "//components/startup_metric_utils/common", |
166 "//components/strings", | 170 "//components/strings", |
167 "//components/suggestions", | 171 "//components/suggestions", |
168 "//components/sync_bookmarks", | 172 "//components/sync_bookmarks", |
169 "//components/sync_driver", | 173 "//components/sync_driver", |
170 "//components/sync_sessions", | 174 "//components/sync_sessions", |
171 "//components/tracing:startup_tracing", | 175 "//components/tracing:startup_tracing", |
172 "//components/translate/core/browser", | 176 "//components/translate/core/browser", |
173 "//components/translate/core/common", | 177 "//components/translate/core/common", |
174 "//components/ui/zoom", | 178 "//components/ui/zoom", |
175 "//components/undo", | 179 "//components/undo", |
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1333 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1337 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1334 deps = [ | 1338 deps = [ |
1335 "//components/google/core/browser", | 1339 "//components/google/core/browser", |
1336 "//components/omnibox/browser", | 1340 "//components/omnibox/browser", |
1337 "//components/rlz", | 1341 "//components/rlz", |
1338 "//components/search_engines", | 1342 "//components/search_engines", |
1339 "//rlz:rlz_lib", | 1343 "//rlz:rlz_lib", |
1340 ] | 1344 ] |
1341 } | 1345 } |
1342 } | 1346 } |
OLD | NEW |