| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "//components/query_parser", | 169 "//components/query_parser", |
| 170 "//components/rappor", | 170 "//components/rappor", |
| 171 "//components/renderer_context_menu", | 171 "//components/renderer_context_menu", |
| 172 "//components/search", | 172 "//components/search", |
| 173 "//components/search_engines", | 173 "//components/search_engines", |
| 174 "//components/search_provider_logos", | 174 "//components/search_provider_logos", |
| 175 "//components/security_interstitials/core", | 175 "//components/security_interstitials/core", |
| 176 "//components/security_state", | 176 "//components/security_state", |
| 177 "//components/signin/core/browser", | 177 "//components/signin/core/browser", |
| 178 "//components/ssl_errors", | 178 "//components/ssl_errors", |
| 179 "//components/startup_metric_utils/browser:host", |
| 179 "//components/startup_metric_utils/browser:lib", | 180 "//components/startup_metric_utils/browser:lib", |
| 180 "//components/startup_metric_utils/browser:message_filter_lib", | |
| 181 | 181 |
| 182 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 182 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 183 # crbug.com/577698 | 183 # crbug.com/577698 |
| 184 "//components/startup_metric_utils/common", | 184 "//components/startup_metric_utils/common", |
| 185 "//components/strings", | 185 "//components/strings", |
| 186 "//components/suggestions", | 186 "//components/suggestions", |
| 187 "//components/supervised_user_error_page", | 187 "//components/supervised_user_error_page", |
| 188 "//components/sync_bookmarks", | 188 "//components/sync_bookmarks", |
| 189 "//components/sync_driver", | 189 "//components/sync_driver", |
| 190 "//components/sync_sessions", | 190 "//components/sync_sessions", |
| (...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1340 deps = [ | 1340 deps = [ |
| 1341 "//components/google/core/browser", | 1341 "//components/google/core/browser", |
| 1342 "//components/omnibox/browser", | 1342 "//components/omnibox/browser", |
| 1343 "//components/rlz", | 1343 "//components/rlz", |
| 1344 "//components/search_engines", | 1344 "//components/search_engines", |
| 1345 "//rlz:rlz_lib", | 1345 "//rlz:rlz_lib", |
| 1346 ] | 1346 ] |
| 1347 } | 1347 } |
| 1348 } | 1348 } |
| OLD | NEW |