| 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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1458 "//chrome:extra_resources", | 1458 "//chrome:extra_resources", |
| 1459 "//chrome:resources", | 1459 "//chrome:resources", |
| 1460 "//chrome:strings", | 1460 "//chrome:strings", |
| 1461 "//chrome/app/resources:platform_locale_settings", | 1461 "//chrome/app/resources:platform_locale_settings", |
| 1462 "//chrome/app/theme:theme_resources", | 1462 "//chrome/app/theme:theme_resources", |
| 1463 "//chrome/browser/budget_service:budget_proto", | 1463 "//chrome/browser/budget_service:budget_proto", |
| 1464 "//chrome/browser/devtools", | 1464 "//chrome/browser/devtools", |
| 1465 "//chrome/browser/media/router", | 1465 "//chrome/browser/media/router", |
| 1466 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 1466 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 1467 "//chrome/browser/net:probe_message_proto", | 1467 "//chrome/browser/net:probe_message_proto", |
| 1468 "//chrome/browser/profiling_host", |
| 1468 "//chrome/browser/safe_browsing", | 1469 "//chrome/browser/safe_browsing", |
| 1469 "//chrome/browser/ssl:proto", | 1470 "//chrome/browser/ssl:proto", |
| 1470 "//chrome/browser/ui", | 1471 "//chrome/browser/ui", |
| 1471 "//chrome/common/net", | 1472 "//chrome/common/net", |
| 1472 "//chrome/installer/util:with_no_strings", | 1473 "//chrome/installer/util:with_no_strings", |
| 1473 "//components/about_handler", | 1474 "//components/about_handler", |
| 1474 "//components/app_modal", | 1475 "//components/app_modal", |
| 1475 "//components/autofill/content/browser", | 1476 "//components/autofill/content/browser", |
| 1476 "//components/autofill/core/browser", | 1477 "//components/autofill/core/browser", |
| 1477 "//components/bookmarks/browser", | 1478 "//components/bookmarks/browser", |
| (...skipping 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4597 "//components/search_engines", | 4598 "//components/search_engines", |
| 4598 "//rlz:rlz_lib", | 4599 "//rlz:rlz_lib", |
| 4599 ] | 4600 ] |
| 4600 } | 4601 } |
| 4601 } | 4602 } |
| 4602 | 4603 |
| 4603 service_manifest("preferences_forwarder_manifest") { | 4604 service_manifest("preferences_forwarder_manifest") { |
| 4604 name = "preferences_forwarder" | 4605 name = "preferences_forwarder" |
| 4605 source = "prefs/forwarder_manifest.json" | 4606 source = "prefs/forwarder_manifest.json" |
| 4606 } | 4607 } |
| OLD | NEW |