| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 "notifications/native_notification_delegate.h", | 762 "notifications/native_notification_delegate.h", |
| 763 "notifications/native_notification_display_service.cc", | 763 "notifications/native_notification_display_service.cc", |
| 764 "notifications/native_notification_display_service.h", | 764 "notifications/native_notification_display_service.h", |
| 765 "notifications/non_persistent_notification_handler.cc", | 765 "notifications/non_persistent_notification_handler.cc", |
| 766 "notifications/non_persistent_notification_handler.h", | 766 "notifications/non_persistent_notification_handler.h", |
| 767 "notifications/notification.cc", | 767 "notifications/notification.cc", |
| 768 "notifications/notification.h", | 768 "notifications/notification.h", |
| 769 "notifications/notification_common.cc", | 769 "notifications/notification_common.cc", |
| 770 "notifications/notification_common.h", | 770 "notifications/notification_common.h", |
| 771 "notifications/notification_delegate.h", | 771 "notifications/notification_delegate.h", |
| 772 "notifications/notification_display_service.cc", |
| 772 "notifications/notification_display_service.h", | 773 "notifications/notification_display_service.h", |
| 773 "notifications/notification_display_service_factory.cc", | 774 "notifications/notification_display_service_factory.cc", |
| 774 "notifications/notification_display_service_factory.h", | 775 "notifications/notification_display_service_factory.h", |
| 775 "notifications/notification_handler.h", | 776 "notifications/notification_handler.h", |
| 776 "notifications/notification_object_proxy.cc", | 777 "notifications/notification_object_proxy.cc", |
| 777 "notifications/notification_object_proxy.h", | 778 "notifications/notification_object_proxy.h", |
| 778 "notifications/notification_permission_context.cc", | 779 "notifications/notification_permission_context.cc", |
| 779 "notifications/notification_permission_context.h", | 780 "notifications/notification_permission_context.h", |
| 780 "notifications/notification_platform_bridge.h", | 781 "notifications/notification_platform_bridge.h", |
| 781 "notifications/notification_platform_bridge_mac.h", | 782 "notifications/notification_platform_bridge_mac.h", |
| (...skipping 4001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4783 "media/pepper_cdm_test_constants.cc", | 4784 "media/pepper_cdm_test_constants.cc", |
| 4784 "media/pepper_cdm_test_constants.h", | 4785 "media/pepper_cdm_test_constants.h", |
| 4785 ] | 4786 ] |
| 4786 } | 4787 } |
| 4787 } | 4788 } |
| 4788 | 4789 |
| 4789 service_manifest("preferences_forwarder_manifest") { | 4790 service_manifest("preferences_forwarder_manifest") { |
| 4790 name = "preferences_forwarder" | 4791 name = "preferences_forwarder" |
| 4791 source = "prefs/forwarder_manifest.json" | 4792 source = "prefs/forwarder_manifest.json" |
| 4792 } | 4793 } |
| OLD | NEW |