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("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
10 | 10 |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "//components/history/content/browser", | 282 "//components/history/content/browser", |
283 "//components/keyed_service/content", | 283 "//components/keyed_service/content", |
284 "//components/navigation_interception", | 284 "//components/navigation_interception", |
285 "//components/network_hints/common", | 285 "//components/network_hints/common", |
286 "//components/password_manager/content/browser", | 286 "//components/password_manager/content/browser", |
287 "//components/password_manager/sync/browser", | 287 "//components/password_manager/sync/browser", |
288 "//components/plugins/common", | 288 "//components/plugins/common", |
289 "//components/proxy_config", | 289 "//components/proxy_config", |
290 "//components/safe_json", | 290 "//components/safe_json", |
291 "//components/sessions", | 291 "//components/sessions", |
| 292 "//components/ssl_config", |
292 "//components/storage_monitor", | 293 "//components/storage_monitor", |
293 "//components/translate/content/browser", | 294 "//components/translate/content/browser", |
294 "//components/upload_list", | 295 "//components/upload_list", |
295 "//components/url_matcher", | 296 "//components/url_matcher", |
296 "//components/visitedlink/browser", | 297 "//components/visitedlink/browser", |
297 "//components/visitedlink/common", | 298 "//components/visitedlink/common", |
298 "//components/web_cache/browser", | 299 "//components/web_cache/browser", |
299 "//components/web_modal", | 300 "//components/web_modal", |
300 "//content/app/resources", | 301 "//content/app/resources", |
301 "//media", | 302 "//media", |
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1245 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1246 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1246 deps = [ | 1247 deps = [ |
1247 "//components/google/core/browser", | 1248 "//components/google/core/browser", |
1248 "//components/omnibox/browser", | 1249 "//components/omnibox/browser", |
1249 "//components/rlz", | 1250 "//components/rlz", |
1250 "//components/search_engines", | 1251 "//components/search_engines", |
1251 "//rlz:rlz_lib", | 1252 "//rlz:rlz_lib", |
1252 ] | 1253 ] |
1253 } | 1254 } |
1254 } | 1255 } |
OLD | NEW |