| 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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", | 1505 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
| 1506 "//components/offline_pages/core/recent_tabs", | 1506 "//components/offline_pages/core/recent_tabs", |
| 1507 "//components/offline_pages/core/request_header:request_header", | 1507 "//components/offline_pages/core/request_header:request_header", |
| 1508 "//components/omnibox/browser", | 1508 "//components/omnibox/browser", |
| 1509 "//components/os_crypt", | 1509 "//components/os_crypt", |
| 1510 "//components/packed_ct_ev_whitelist", | 1510 "//components/packed_ct_ev_whitelist", |
| 1511 "//components/password_manager/content/browser", | 1511 "//components/password_manager/content/browser", |
| 1512 "//components/password_manager/core/browser", | 1512 "//components/password_manager/core/browser", |
| 1513 "//components/password_manager/core/common", | 1513 "//components/password_manager/core/common", |
| 1514 "//components/password_manager/sync/browser", | 1514 "//components/password_manager/sync/browser", |
| 1515 "//components/payments/mojom", | 1515 "//components/payments/content:mojom", |
| 1516 "//components/payments/mojom:mojom_payment_app", | 1516 "//components/payments/content:mojom_payment_app", |
| 1517 "//components/physical_web/eddystone", | 1517 "//components/physical_web/eddystone", |
| 1518 "//components/policy:generated", | 1518 "//components/policy:generated", |
| 1519 "//components/policy/core/browser", | 1519 "//components/policy/core/browser", |
| 1520 "//components/policy/proto", | 1520 "//components/policy/proto", |
| 1521 "//components/precache/core", | 1521 "//components/precache/core", |
| 1522 "//components/prefs:prefs", | 1522 "//components/prefs:prefs", |
| 1523 "//components/previews/core", | 1523 "//components/previews/core", |
| 1524 "//components/profile_metrics", | 1524 "//components/profile_metrics", |
| 1525 "//components/proxy_config", | 1525 "//components/proxy_config", |
| 1526 "//components/query_parser", | 1526 "//components/query_parser", |
| (...skipping 3156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4683 "media/pepper_cdm_test_constants.cc", | 4683 "media/pepper_cdm_test_constants.cc", |
| 4684 "media/pepper_cdm_test_constants.h", | 4684 "media/pepper_cdm_test_constants.h", |
| 4685 ] | 4685 ] |
| 4686 } | 4686 } |
| 4687 } | 4687 } |
| 4688 | 4688 |
| 4689 service_manifest("preferences_forwarder_manifest") { | 4689 service_manifest("preferences_forwarder_manifest") { |
| 4690 name = "preferences_forwarder" | 4690 name = "preferences_forwarder" |
| 4691 source = "prefs/forwarder_manifest.json" | 4691 source = "prefs/forwarder_manifest.json" |
| 4692 } | 4692 } |
| OLD | NEW |