| 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("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1548 "//components/metrics:profiler", | 1548 "//components/metrics:profiler", |
| 1549 "//components/metrics:profiler_content", | 1549 "//components/metrics:profiler_content", |
| 1550 "//components/metrics:ui", | 1550 "//components/metrics:ui", |
| 1551 "//components/metrics/proto:proto", | 1551 "//components/metrics/proto:proto", |
| 1552 "//components/metrics_services_manager", | 1552 "//components/metrics_services_manager", |
| 1553 "//components/mime_util", | 1553 "//components/mime_util", |
| 1554 "//components/navigation_interception", | 1554 "//components/navigation_interception", |
| 1555 "//components/navigation_metrics", | 1555 "//components/navigation_metrics", |
| 1556 "//components/net_log", | 1556 "//components/net_log", |
| 1557 "//components/network_hints/common", | 1557 "//components/network_hints/common", |
| 1558 "//components/network_session_configurator", | 1558 "//components/network_session_configurator/browser", |
| 1559 "//components/network_time", | 1559 "//components/network_time", |
| 1560 "//components/ntp_snippets", | 1560 "//components/ntp_snippets", |
| 1561 "//components/ntp_tiles", | 1561 "//components/ntp_tiles", |
| 1562 "//components/offline_items_collection/core", | 1562 "//components/offline_items_collection/core", |
| 1563 "//components/offline_pages/features:features", | 1563 "//components/offline_pages/features:features", |
| 1564 "//components/omnibox/browser", | 1564 "//components/omnibox/browser", |
| 1565 "//components/os_crypt", | 1565 "//components/os_crypt", |
| 1566 "//components/packed_ct_ev_whitelist", | 1566 "//components/packed_ct_ev_whitelist", |
| 1567 "//components/password_manager/content/browser", | 1567 "//components/password_manager/content/browser", |
| 1568 "//components/password_manager/core/browser", | 1568 "//components/password_manager/core/browser", |
| (...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4783 "//components/search_engines", | 4783 "//components/search_engines", |
| 4784 "//rlz:rlz_lib", | 4784 "//rlz:rlz_lib", |
| 4785 ] | 4785 ] |
| 4786 } | 4786 } |
| 4787 } | 4787 } |
| 4788 | 4788 |
| 4789 service_manifest("preferences_forwarder_manifest") { | 4789 service_manifest("preferences_forwarder_manifest") { |
| 4790 name = "preferences_forwarder" | 4790 name = "preferences_forwarder" |
| 4791 source = "prefs/forwarder_manifest.json" | 4791 source = "prefs/forwarder_manifest.json" |
| 4792 } | 4792 } |
| OLD | NEW |