| 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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1952 allow_circular_includes_from += [ | 1952 allow_circular_includes_from += [ |
| 1953 "//chrome/browser/apps", | 1953 "//chrome/browser/apps", |
| 1954 "//chrome/browser/extensions", | 1954 "//chrome/browser/extensions", |
| 1955 ] | 1955 ] |
| 1956 deps += [ | 1956 deps += [ |
| 1957 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 1957 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| 1958 "//chrome/common/extensions/api", | 1958 "//chrome/common/extensions/api", |
| 1959 "//chrome/common/extensions/api:api_registration", | 1959 "//chrome/common/extensions/api:api_registration", |
| 1960 "//chrome/common/extensions/api:extensions_features", | 1960 "//chrome/common/extensions/api:extensions_features", |
| 1961 "//components/drive", | 1961 "//components/drive", |
| 1962 "//components/proximity_auth/ble", | |
| 1963 "//extensions/components/javascript_dialog_extensions_client", | 1962 "//extensions/components/javascript_dialog_extensions_client", |
| 1964 "//media/cast:net", | 1963 "//media/cast:net", |
| 1965 ] | 1964 ] |
| 1966 } | 1965 } |
| 1967 if (enable_background) { | 1966 if (enable_background) { |
| 1968 sources += [ | 1967 sources += [ |
| 1969 "background/background_application_list_model.cc", | 1968 "background/background_application_list_model.cc", |
| 1970 "background/background_application_list_model.h", | 1969 "background/background_application_list_model.h", |
| 1971 "background/background_contents_service.cc", | 1970 "background/background_contents_service.cc", |
| 1972 "background/background_contents_service.h", | 1971 "background/background_contents_service.h", |
| (...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4687 "media/pepper_cdm_test_constants.cc", | 4686 "media/pepper_cdm_test_constants.cc", |
| 4688 "media/pepper_cdm_test_constants.h", | 4687 "media/pepper_cdm_test_constants.h", |
| 4689 ] | 4688 ] |
| 4690 } | 4689 } |
| 4691 } | 4690 } |
| 4692 | 4691 |
| 4693 service_manifest("preferences_forwarder_manifest") { | 4692 service_manifest("preferences_forwarder_manifest") { |
| 4694 name = "preferences_forwarder" | 4693 name = "preferences_forwarder" |
| 4695 source = "prefs/forwarder_manifest.json" | 4694 source = "prefs/forwarder_manifest.json" |
| 4696 } | 4695 } |
| OLD | NEW |