| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "net/url_info.h", | 749 "net/url_info.h", |
| 750 "net_benchmarking.cc", | 750 "net_benchmarking.cc", |
| 751 "net_benchmarking.h", | 751 "net_benchmarking.h", |
| 752 "notifications/alert_dispatcher_mac.h", | 752 "notifications/alert_dispatcher_mac.h", |
| 753 "notifications/desktop_notification_profile_util.cc", | 753 "notifications/desktop_notification_profile_util.cc", |
| 754 "notifications/desktop_notification_profile_util.h", | 754 "notifications/desktop_notification_profile_util.h", |
| 755 "notifications/login_state_notification_blocker_chromeos.cc", | 755 "notifications/login_state_notification_blocker_chromeos.cc", |
| 756 "notifications/login_state_notification_blocker_chromeos.h", | 756 "notifications/login_state_notification_blocker_chromeos.h", |
| 757 "notifications/message_center_display_service.cc", | 757 "notifications/message_center_display_service.cc", |
| 758 "notifications/message_center_display_service.h", | 758 "notifications/message_center_display_service.h", |
| 759 "notifications/native_notification_delegate.cc", |
| 760 "notifications/native_notification_delegate.h", |
| 759 "notifications/native_notification_display_service.cc", | 761 "notifications/native_notification_display_service.cc", |
| 760 "notifications/native_notification_display_service.h", | 762 "notifications/native_notification_display_service.h", |
| 761 "notifications/non_persistent_notification_handler.cc", | 763 "notifications/non_persistent_notification_handler.cc", |
| 762 "notifications/non_persistent_notification_handler.h", | 764 "notifications/non_persistent_notification_handler.h", |
| 763 "notifications/notification.cc", | 765 "notifications/notification.cc", |
| 764 "notifications/notification.h", | 766 "notifications/notification.h", |
| 765 "notifications/notification_common.cc", | 767 "notifications/notification_common.cc", |
| 766 "notifications/notification_common.h", | 768 "notifications/notification_common.h", |
| 767 "notifications/notification_delegate.h", | 769 "notifications/notification_delegate.h", |
| 768 "notifications/notification_display_service.h", | 770 "notifications/notification_display_service.h", |
| (...skipping 3989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4758 "media/pepper_cdm_test_constants.cc", | 4760 "media/pepper_cdm_test_constants.cc", |
| 4759 "media/pepper_cdm_test_constants.h", | 4761 "media/pepper_cdm_test_constants.h", |
| 4760 ] | 4762 ] |
| 4761 } | 4763 } |
| 4762 } | 4764 } |
| 4763 | 4765 |
| 4764 service_manifest("preferences_forwarder_manifest") { | 4766 service_manifest("preferences_forwarder_manifest") { |
| 4765 name = "preferences_forwarder" | 4767 name = "preferences_forwarder" |
| 4766 source = "prefs/forwarder_manifest.json" | 4768 source = "prefs/forwarder_manifest.json" |
| 4767 } | 4769 } |
| OLD | NEW |