| 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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 "net/url_info.h", | 751 "net/url_info.h", |
| 752 "net_benchmarking.cc", | 752 "net_benchmarking.cc", |
| 753 "net_benchmarking.h", | 753 "net_benchmarking.h", |
| 754 "notifications/alert_dispatcher_mac.h", | 754 "notifications/alert_dispatcher_mac.h", |
| 755 "notifications/desktop_notification_profile_util.cc", | 755 "notifications/desktop_notification_profile_util.cc", |
| 756 "notifications/desktop_notification_profile_util.h", | 756 "notifications/desktop_notification_profile_util.h", |
| 757 "notifications/login_state_notification_blocker_chromeos.cc", | 757 "notifications/login_state_notification_blocker_chromeos.cc", |
| 758 "notifications/login_state_notification_blocker_chromeos.h", | 758 "notifications/login_state_notification_blocker_chromeos.h", |
| 759 "notifications/message_center_display_service.cc", | 759 "notifications/message_center_display_service.cc", |
| 760 "notifications/message_center_display_service.h", | 760 "notifications/message_center_display_service.h", |
| 761 "notifications/native_notification_delegate.cc", | |
| 762 "notifications/native_notification_delegate.h", | |
| 763 "notifications/native_notification_display_service.cc", | 761 "notifications/native_notification_display_service.cc", |
| 764 "notifications/native_notification_display_service.h", | 762 "notifications/native_notification_display_service.h", |
| 765 "notifications/non_persistent_notification_handler.cc", | 763 "notifications/non_persistent_notification_handler.cc", |
| 766 "notifications/non_persistent_notification_handler.h", | 764 "notifications/non_persistent_notification_handler.h", |
| 767 "notifications/notification.cc", | 765 "notifications/notification.cc", |
| 768 "notifications/notification.h", | 766 "notifications/notification.h", |
| 769 "notifications/notification_common.cc", | 767 "notifications/notification_common.cc", |
| 770 "notifications/notification_common.h", | 768 "notifications/notification_common.h", |
| 771 "notifications/notification_delegate.h", | 769 "notifications/notification_delegate.h", |
| 772 "notifications/notification_display_service.h", | 770 "notifications/notification_display_service.h", |
| (...skipping 4010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4783 "media/pepper_cdm_test_constants.cc", | 4781 "media/pepper_cdm_test_constants.cc", |
| 4784 "media/pepper_cdm_test_constants.h", | 4782 "media/pepper_cdm_test_constants.h", |
| 4785 ] | 4783 ] |
| 4786 } | 4784 } |
| 4787 } | 4785 } |
| 4788 | 4786 |
| 4789 service_manifest("preferences_forwarder_manifest") { | 4787 service_manifest("preferences_forwarder_manifest") { |
| 4790 name = "preferences_forwarder" | 4788 name = "preferences_forwarder" |
| 4791 source = "prefs/forwarder_manifest.json" | 4789 source = "prefs/forwarder_manifest.json" |
| 4792 } | 4790 } |
| OLD | NEW |