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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 "//components/autofill/content/browser", | 1444 "//components/autofill/content/browser", |
1445 "//components/autofill/core/browser", | 1445 "//components/autofill/core/browser", |
1446 "//components/bookmarks/browser", | 1446 "//components/bookmarks/browser", |
1447 "//components/bookmarks/managed", | 1447 "//components/bookmarks/managed", |
1448 "//components/browser_sync", | 1448 "//components/browser_sync", |
1449 "//components/browsing_data/content", | 1449 "//components/browsing_data/content", |
1450 "//components/browsing_data/core", | 1450 "//components/browsing_data/core", |
1451 "//components/captive_portal", | 1451 "//components/captive_portal", |
1452 "//components/certificate_reporting", | 1452 "//components/certificate_reporting", |
1453 "//components/certificate_transparency", | 1453 "//components/certificate_transparency", |
| 1454 "//components/chrome_cleaner/public/constants", |
1454 "//components/chrome_cleaner/public/interfaces", | 1455 "//components/chrome_cleaner/public/interfaces", |
1455 "//components/cloud_devices/common", | 1456 "//components/cloud_devices/common", |
1456 "//components/component_updater", | 1457 "//components/component_updater", |
1457 "//components/content_settings/core/browser", | 1458 "//components/content_settings/core/browser", |
1458 "//components/content_settings/core/common", | 1459 "//components/content_settings/core/common", |
1459 "//components/contextual_search:browser", | 1460 "//components/contextual_search:browser", |
1460 "//components/cookie_config", | 1461 "//components/cookie_config", |
1461 "//components/crx_file", | 1462 "//components/crx_file", |
1462 "//components/data_reduction_proxy/content/browser", | 1463 "//components/data_reduction_proxy/content/browser", |
1463 "//components/data_reduction_proxy/core/browser", | 1464 "//components/data_reduction_proxy/core/browser", |
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4688 "media/pepper_cdm_test_constants.cc", | 4689 "media/pepper_cdm_test_constants.cc", |
4689 "media/pepper_cdm_test_constants.h", | 4690 "media/pepper_cdm_test_constants.h", |
4690 ] | 4691 ] |
4691 } | 4692 } |
4692 } | 4693 } |
4693 | 4694 |
4694 service_manifest("preferences_forwarder_manifest") { | 4695 service_manifest("preferences_forwarder_manifest") { |
4695 name = "preferences_forwarder" | 4696 name = "preferences_forwarder" |
4696 source = "prefs/forwarder_manifest.json" | 4697 source = "prefs/forwarder_manifest.json" |
4697 } | 4698 } |
OLD | NEW |