| 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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 "notifications/web_notification_delegate.cc", | 775 "notifications/web_notification_delegate.cc", |
| 776 "notifications/web_notification_delegate.h", | 776 "notifications/web_notification_delegate.h", |
| 777 "ntp_snippets/bookmark_last_visit_updater.cc", | 777 "ntp_snippets/bookmark_last_visit_updater.cc", |
| 778 "ntp_snippets/bookmark_last_visit_updater.h", | 778 "ntp_snippets/bookmark_last_visit_updater.h", |
| 779 "ntp_snippets/content_suggestions_notifier_service_factory.cc", | 779 "ntp_snippets/content_suggestions_notifier_service_factory.cc", |
| 780 "ntp_snippets/content_suggestions_notifier_service_factory.h", | 780 "ntp_snippets/content_suggestions_notifier_service_factory.h", |
| 781 "ntp_snippets/content_suggestions_service_factory.cc", | 781 "ntp_snippets/content_suggestions_service_factory.cc", |
| 782 "ntp_snippets/content_suggestions_service_factory.h", | 782 "ntp_snippets/content_suggestions_service_factory.h", |
| 783 "ntp_snippets/download_suggestions_provider.cc", | 783 "ntp_snippets/download_suggestions_provider.cc", |
| 784 "ntp_snippets/download_suggestions_provider.h", | 784 "ntp_snippets/download_suggestions_provider.h", |
| 785 "ntp_snippets/ntp_snippets_features.cc", | |
| 786 "ntp_snippets/ntp_snippets_features.h", | |
| 787 "ntp_snippets/ntp_snippets_metrics.cc", | 785 "ntp_snippets/ntp_snippets_metrics.cc", |
| 788 "ntp_snippets/ntp_snippets_metrics.h", | 786 "ntp_snippets/ntp_snippets_metrics.h", |
| 789 "ntp_tiles/chrome_most_visited_sites_factory.cc", | 787 "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 790 "ntp_tiles/chrome_most_visited_sites_factory.h", | 788 "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 791 "ntp_tiles/chrome_popular_sites_factory.cc", | 789 "ntp_tiles/chrome_popular_sites_factory.cc", |
| 792 "ntp_tiles/chrome_popular_sites_factory.h", | 790 "ntp_tiles/chrome_popular_sites_factory.h", |
| 793 "offline_items_collection/offline_content_aggregator_factory.cc", | 791 "offline_items_collection/offline_content_aggregator_factory.cc", |
| 794 "offline_items_collection/offline_content_aggregator_factory.h", | 792 "offline_items_collection/offline_content_aggregator_factory.h", |
| 795 "page_load_metrics/browser_page_track_decider.cc", | 793 "page_load_metrics/browser_page_track_decider.cc", |
| 796 "page_load_metrics/browser_page_track_decider.h", | 794 "page_load_metrics/browser_page_track_decider.h", |
| (...skipping 3884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4681 "media/pepper_cdm_test_constants.cc", | 4679 "media/pepper_cdm_test_constants.cc", |
| 4682 "media/pepper_cdm_test_constants.h", | 4680 "media/pepper_cdm_test_constants.h", |
| 4683 ] | 4681 ] |
| 4684 } | 4682 } |
| 4685 } | 4683 } |
| 4686 | 4684 |
| 4687 service_manifest("preferences_forwarder_manifest") { | 4685 service_manifest("preferences_forwarder_manifest") { |
| 4688 name = "preferences_forwarder" | 4686 name = "preferences_forwarder" |
| 4689 source = "prefs/forwarder_manifest.json" | 4687 source = "prefs/forwarder_manifest.json" |
| 4690 } | 4688 } |
| OLD | NEW |