| 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 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1434 "//components/metrics_services_manager", | 1434 "//components/metrics_services_manager", |
| 1435 "//components/mime_util", | 1435 "//components/mime_util", |
| 1436 "//components/navigation_interception", | 1436 "//components/navigation_interception", |
| 1437 "//components/navigation_metrics", | 1437 "//components/navigation_metrics", |
| 1438 "//components/net_log", | 1438 "//components/net_log", |
| 1439 "//components/network_hints/common", | 1439 "//components/network_hints/common", |
| 1440 "//components/network_session_configurator", | 1440 "//components/network_session_configurator", |
| 1441 "//components/network_time", | 1441 "//components/network_time", |
| 1442 "//components/ntp_snippets", | 1442 "//components/ntp_snippets", |
| 1443 "//components/ntp_tiles", | 1443 "//components/ntp_tiles", |
| 1444 "//components/offline_items_collection", |
| 1444 "//components/offline_pages/content/background_loader", | 1445 "//components/offline_pages/content/background_loader", |
| 1445 "//components/offline_pages/core", | 1446 "//components/offline_pages/core", |
| 1446 "//components/offline_pages/core/background:background_offliner", | 1447 "//components/offline_pages/core/background:background_offliner", |
| 1447 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", | 1448 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
| 1448 "//components/offline_pages/core/request_header:request_header", | 1449 "//components/offline_pages/core/request_header:request_header", |
| 1449 "//components/omnibox/browser", | 1450 "//components/omnibox/browser", |
| 1450 "//components/os_crypt", | 1451 "//components/os_crypt", |
| 1451 "//components/packed_ct_ev_whitelist", | 1452 "//components/packed_ct_ev_whitelist", |
| 1452 "//components/password_manager/content/browser", | 1453 "//components/password_manager/content/browser", |
| 1453 "//components/password_manager/core/browser", | 1454 "//components/password_manager/core/browser", |
| (...skipping 3072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4526 "media/pepper_cdm_test_constants.cc", | 4527 "media/pepper_cdm_test_constants.cc", |
| 4527 "media/pepper_cdm_test_constants.h", | 4528 "media/pepper_cdm_test_constants.h", |
| 4528 ] | 4529 ] |
| 4529 } | 4530 } |
| 4530 } | 4531 } |
| 4531 | 4532 |
| 4532 service_manifest("preferences_manifest") { | 4533 service_manifest("preferences_manifest") { |
| 4533 name = "preferences" | 4534 name = "preferences" |
| 4534 source = "prefs/preferences_manifest.json" | 4535 source = "prefs/preferences_manifest.json" |
| 4535 } | 4536 } |
| OLD | NEW |