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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 "//components/signin/core/browser", | 163 "//components/signin/core/browser", |
164 "//components/ssl_errors", | 164 "//components/ssl_errors", |
165 "//components/startup_metric_utils/browser:lib", | 165 "//components/startup_metric_utils/browser:lib", |
166 "//components/startup_metric_utils/browser:message_filter_lib", | 166 "//components/startup_metric_utils/browser:message_filter_lib", |
167 | 167 |
168 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 168 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
169 # crbug.com/577698 | 169 # crbug.com/577698 |
170 "//components/startup_metric_utils/common", | 170 "//components/startup_metric_utils/common", |
171 "//components/strings", | 171 "//components/strings", |
172 "//components/suggestions", | 172 "//components/suggestions", |
| 173 "//components/supervised_user_error_page", |
173 "//components/sync_bookmarks", | 174 "//components/sync_bookmarks", |
174 "//components/sync_driver", | 175 "//components/sync_driver", |
175 "//components/sync_sessions", | 176 "//components/sync_sessions", |
176 "//components/tracing:startup_tracing", | 177 "//components/tracing:startup_tracing", |
177 "//components/translate/core/browser", | 178 "//components/translate/core/browser", |
178 "//components/translate/core/common", | 179 "//components/translate/core/common", |
179 "//components/ui/zoom", | 180 "//components/ui/zoom", |
180 "//components/undo", | 181 "//components/undo", |
181 "//components/update_client", | 182 "//components/update_client", |
182 "//components/url_formatter", | 183 "//components/url_formatter", |
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1357 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1358 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1358 deps = [ | 1359 deps = [ |
1359 "//components/google/core/browser", | 1360 "//components/google/core/browser", |
1360 "//components/omnibox/browser", | 1361 "//components/omnibox/browser", |
1361 "//components/rlz", | 1362 "//components/rlz", |
1362 "//components/search_engines", | 1363 "//components/search_engines", |
1363 "//rlz:rlz_lib", | 1364 "//rlz:rlz_lib", |
1364 ] | 1365 ] |
1365 } | 1366 } |
1366 } | 1367 } |
OLD | NEW |