| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 "net/url_info.h", | 755 "net/url_info.h", |
| 756 "net_benchmarking.cc", | 756 "net_benchmarking.cc", |
| 757 "net_benchmarking.h", | 757 "net_benchmarking.h", |
| 758 "notifications/alert_dispatcher_mac.h", | 758 "notifications/alert_dispatcher_mac.h", |
| 759 "notifications/desktop_notification_profile_util.cc", | 759 "notifications/desktop_notification_profile_util.cc", |
| 760 "notifications/desktop_notification_profile_util.h", | 760 "notifications/desktop_notification_profile_util.h", |
| 761 "notifications/login_state_notification_blocker_chromeos.cc", | 761 "notifications/login_state_notification_blocker_chromeos.cc", |
| 762 "notifications/login_state_notification_blocker_chromeos.h", | 762 "notifications/login_state_notification_blocker_chromeos.h", |
| 763 "notifications/message_center_display_service.cc", | 763 "notifications/message_center_display_service.cc", |
| 764 "notifications/message_center_display_service.h", | 764 "notifications/message_center_display_service.h", |
| 765 "notifications/native_notification_delegate.cc", | |
| 766 "notifications/native_notification_delegate.h", | |
| 767 "notifications/native_notification_display_service.cc", | 765 "notifications/native_notification_display_service.cc", |
| 768 "notifications/native_notification_display_service.h", | 766 "notifications/native_notification_display_service.h", |
| 769 "notifications/non_persistent_notification_handler.cc", | 767 "notifications/non_persistent_notification_handler.cc", |
| 770 "notifications/non_persistent_notification_handler.h", | 768 "notifications/non_persistent_notification_handler.h", |
| 771 "notifications/notification.cc", | 769 "notifications/notification.cc", |
| 772 "notifications/notification.h", | 770 "notifications/notification.h", |
| 773 "notifications/notification_channels_provider_android.cc", | 771 "notifications/notification_channels_provider_android.cc", |
| 774 "notifications/notification_channels_provider_android.h", | 772 "notifications/notification_channels_provider_android.h", |
| 775 "notifications/notification_common.cc", | 773 "notifications/notification_common.cc", |
| 776 "notifications/notification_common.h", | 774 "notifications/notification_common.h", |
| (...skipping 4027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4804 "//components/search_engines", | 4802 "//components/search_engines", |
| 4805 "//rlz:rlz_lib", | 4803 "//rlz:rlz_lib", |
| 4806 ] | 4804 ] |
| 4807 } | 4805 } |
| 4808 } | 4806 } |
| 4809 | 4807 |
| 4810 service_manifest("preferences_forwarder_manifest") { | 4808 service_manifest("preferences_forwarder_manifest") { |
| 4811 name = "preferences_forwarder" | 4809 name = "preferences_forwarder" |
| 4812 source = "prefs/forwarder_manifest.json" | 4810 source = "prefs/forwarder_manifest.json" |
| 4813 } | 4811 } |
| OLD | NEW |