| 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 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1571 "//components/precache/core", | 1571 "//components/precache/core", |
| 1572 "//components/prefs:prefs", | 1572 "//components/prefs:prefs", |
| 1573 "//components/previews/core", | 1573 "//components/previews/core", |
| 1574 "//components/profile_metrics", | 1574 "//components/profile_metrics", |
| 1575 "//components/proxy_config", | 1575 "//components/proxy_config", |
| 1576 "//components/query_parser", | 1576 "//components/query_parser", |
| 1577 "//components/rappor", | 1577 "//components/rappor", |
| 1578 "//components/rappor:rappor_recorder", | 1578 "//components/rappor:rappor_recorder", |
| 1579 "//components/renderer_context_menu", | 1579 "//components/renderer_context_menu", |
| 1580 "//components/resources", | 1580 "//components/resources", |
| 1581 "//components/safe_browsing/common:interfaces", |
| 1581 "//components/safe_json", | 1582 "//components/safe_json", |
| 1582 "//components/search", | 1583 "//components/search", |
| 1583 "//components/search_engines", | 1584 "//components/search_engines", |
| 1584 "//components/search_provider_logos", | 1585 "//components/search_provider_logos", |
| 1585 "//components/security_interstitials/content:security_interstitial_page", | 1586 "//components/security_interstitials/content:security_interstitial_page", |
| 1586 "//components/security_interstitials/core", | 1587 "//components/security_interstitials/core", |
| 1587 "//components/security_state/content", | 1588 "//components/security_state/content", |
| 1588 "//components/security_state/core", | 1589 "//components/security_state/core", |
| 1589 "//components/sessions", | 1590 "//components/sessions", |
| 1590 "//components/signin/core/browser", | 1591 "//components/signin/core/browser", |
| (...skipping 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4796 "//components/search_engines", | 4797 "//components/search_engines", |
| 4797 "//rlz:rlz_lib", | 4798 "//rlz:rlz_lib", |
| 4798 ] | 4799 ] |
| 4799 } | 4800 } |
| 4800 } | 4801 } |
| 4801 | 4802 |
| 4802 service_manifest("preferences_forwarder_manifest") { | 4803 service_manifest("preferences_forwarder_manifest") { |
| 4803 name = "preferences_forwarder" | 4804 name = "preferences_forwarder" |
| 4804 source = "prefs/forwarder_manifest.json" | 4805 source = "prefs/forwarder_manifest.json" |
| 4805 } | 4806 } |
| OLD | NEW |