| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 "net/url_info.h", | 747 "net/url_info.h", |
| 748 "net_benchmarking.cc", | 748 "net_benchmarking.cc", |
| 749 "net_benchmarking.h", | 749 "net_benchmarking.h", |
| 750 "notifications/alert_dispatcher_mac.h", | 750 "notifications/alert_dispatcher_mac.h", |
| 751 "notifications/desktop_notification_profile_util.cc", | 751 "notifications/desktop_notification_profile_util.cc", |
| 752 "notifications/desktop_notification_profile_util.h", | 752 "notifications/desktop_notification_profile_util.h", |
| 753 "notifications/login_state_notification_blocker_chromeos.cc", | 753 "notifications/login_state_notification_blocker_chromeos.cc", |
| 754 "notifications/login_state_notification_blocker_chromeos.h", | 754 "notifications/login_state_notification_blocker_chromeos.h", |
| 755 "notifications/message_center_display_service.cc", | 755 "notifications/message_center_display_service.cc", |
| 756 "notifications/message_center_display_service.h", | 756 "notifications/message_center_display_service.h", |
| 757 "notifications/native_notification_delegate.cc", | |
| 758 "notifications/native_notification_delegate.h", | |
| 759 "notifications/native_notification_display_service.cc", | 757 "notifications/native_notification_display_service.cc", |
| 760 "notifications/native_notification_display_service.h", | 758 "notifications/native_notification_display_service.h", |
| 761 "notifications/non_persistent_notification_handler.cc", | 759 "notifications/non_persistent_notification_handler.cc", |
| 762 "notifications/non_persistent_notification_handler.h", | 760 "notifications/non_persistent_notification_handler.h", |
| 763 "notifications/notification.cc", | 761 "notifications/notification.cc", |
| 764 "notifications/notification.h", | 762 "notifications/notification.h", |
| 765 "notifications/notification_channels_provider_android.cc", | 763 "notifications/notification_channels_provider_android.cc", |
| 766 "notifications/notification_channels_provider_android.h", | 764 "notifications/notification_channels_provider_android.h", |
| 767 "notifications/notification_common.cc", | 765 "notifications/notification_common.cc", |
| 768 "notifications/notification_common.h", | 766 "notifications/notification_common.h", |
| (...skipping 4006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4775 "//components/search_engines", | 4773 "//components/search_engines", |
| 4776 "//rlz:rlz_lib", | 4774 "//rlz:rlz_lib", |
| 4777 ] | 4775 ] |
| 4778 } | 4776 } |
| 4779 } | 4777 } |
| 4780 | 4778 |
| 4781 service_manifest("preferences_forwarder_manifest") { | 4779 service_manifest("preferences_forwarder_manifest") { |
| 4782 name = "preferences_forwarder" | 4780 name = "preferences_forwarder" |
| 4783 source = "prefs/forwarder_manifest.json" | 4781 source = "prefs/forwarder_manifest.json" |
| 4784 } | 4782 } |
| OLD | NEW |