| 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 "notifications/persistent_notification_delegate.cc", | 734 "notifications/persistent_notification_delegate.cc", |
| 735 "notifications/persistent_notification_delegate.h", | 735 "notifications/persistent_notification_delegate.h", |
| 736 "notifications/persistent_notification_handler.cc", | 736 "notifications/persistent_notification_handler.cc", |
| 737 "notifications/persistent_notification_handler.h", | 737 "notifications/persistent_notification_handler.h", |
| 738 "notifications/platform_notification_service_impl.cc", | 738 "notifications/platform_notification_service_impl.cc", |
| 739 "notifications/platform_notification_service_impl.h", | 739 "notifications/platform_notification_service_impl.h", |
| 740 "notifications/web_notification_delegate.cc", | 740 "notifications/web_notification_delegate.cc", |
| 741 "notifications/web_notification_delegate.h", | 741 "notifications/web_notification_delegate.h", |
| 742 "ntp_snippets/bookmark_last_visit_updater.cc", | 742 "ntp_snippets/bookmark_last_visit_updater.cc", |
| 743 "ntp_snippets/bookmark_last_visit_updater.h", | 743 "ntp_snippets/bookmark_last_visit_updater.h", |
| 744 "ntp_snippets/content_suggestions_notifier_service_factory.cc", |
| 745 "ntp_snippets/content_suggestions_notifier_service_factory.h", |
| 744 "ntp_snippets/content_suggestions_service_factory.cc", | 746 "ntp_snippets/content_suggestions_service_factory.cc", |
| 745 "ntp_snippets/content_suggestions_service_factory.h", | 747 "ntp_snippets/content_suggestions_service_factory.h", |
| 746 "ntp_snippets/download_suggestions_provider.cc", | 748 "ntp_snippets/download_suggestions_provider.cc", |
| 747 "ntp_snippets/download_suggestions_provider.h", | 749 "ntp_snippets/download_suggestions_provider.h", |
| 750 "ntp_snippets/ntp_snippets_features.cc", |
| 751 "ntp_snippets/ntp_snippets_features.h", |
| 748 "ntp_tiles/chrome_most_visited_sites_factory.cc", | 752 "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 749 "ntp_tiles/chrome_most_visited_sites_factory.h", | 753 "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 750 "ntp_tiles/chrome_popular_sites_factory.cc", | 754 "ntp_tiles/chrome_popular_sites_factory.cc", |
| 751 "ntp_tiles/chrome_popular_sites_factory.h", | 755 "ntp_tiles/chrome_popular_sites_factory.h", |
| 752 "page_load_metrics/browser_page_track_decider.cc", | 756 "page_load_metrics/browser_page_track_decider.cc", |
| 753 "page_load_metrics/browser_page_track_decider.h", | 757 "page_load_metrics/browser_page_track_decider.h", |
| 754 "page_load_metrics/metrics_navigation_throttle.cc", | 758 "page_load_metrics/metrics_navigation_throttle.cc", |
| 755 "page_load_metrics/metrics_navigation_throttle.h", | 759 "page_load_metrics/metrics_navigation_throttle.h", |
| 756 "page_load_metrics/metrics_web_contents_observer.cc", | 760 "page_load_metrics/metrics_web_contents_observer.cc", |
| 757 "page_load_metrics/metrics_web_contents_observer.h", | 761 "page_load_metrics/metrics_web_contents_observer.h", |
| (...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3105 "android/metrics/uma_utils.cc", | 3109 "android/metrics/uma_utils.cc", |
| 3106 "android/metrics/uma_utils.h", | 3110 "android/metrics/uma_utils.h", |
| 3107 "android/metrics/variations_session.cc", | 3111 "android/metrics/variations_session.cc", |
| 3108 "android/metrics/variations_session.h", | 3112 "android/metrics/variations_session.h", |
| 3109 "android/mojo/chrome_interface_registrar_android.cc", | 3113 "android/mojo/chrome_interface_registrar_android.cc", |
| 3110 "android/mojo/chrome_interface_registrar_android.h", | 3114 "android/mojo/chrome_interface_registrar_android.h", |
| 3111 "android/net/external_estimate_provider_android.cc", | 3115 "android/net/external_estimate_provider_android.cc", |
| 3112 "android/net/external_estimate_provider_android.h", | 3116 "android/net/external_estimate_provider_android.h", |
| 3113 "android/ntp/content_suggestions_notification_helper.cc", | 3117 "android/ntp/content_suggestions_notification_helper.cc", |
| 3114 "android/ntp/content_suggestions_notification_helper.h", | 3118 "android/ntp/content_suggestions_notification_helper.h", |
| 3119 "android/ntp/content_suggestions_notifier_service.cc", |
| 3120 "android/ntp/content_suggestions_notifier_service.h", |
| 3115 "android/ntp/most_visited_sites_bridge.cc", | 3121 "android/ntp/most_visited_sites_bridge.cc", |
| 3116 "android/ntp/most_visited_sites_bridge.h", | 3122 "android/ntp/most_visited_sites_bridge.h", |
| 3117 "android/ntp/new_tab_page_prefs.cc", | 3123 "android/ntp/new_tab_page_prefs.cc", |
| 3118 "android/ntp/new_tab_page_prefs.h", | 3124 "android/ntp/new_tab_page_prefs.h", |
| 3119 "android/ntp/new_tab_page_url_handler.cc", | 3125 "android/ntp/new_tab_page_url_handler.cc", |
| 3120 "android/ntp/new_tab_page_url_handler.h", | 3126 "android/ntp/new_tab_page_url_handler.h", |
| 3121 "android/ntp/ntp_snippets_bridge.cc", | 3127 "android/ntp/ntp_snippets_bridge.cc", |
| 3122 "android/ntp/ntp_snippets_bridge.h", | 3128 "android/ntp/ntp_snippets_bridge.h", |
| 3123 "android/ntp/ntp_snippets_launcher.cc", | 3129 "android/ntp/ntp_snippets_launcher.cc", |
| 3124 "android/ntp/ntp_snippets_launcher.h", | 3130 "android/ntp/ntp_snippets_launcher.h", |
| (...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4483 "media/pepper_cdm_test_constants.cc", | 4489 "media/pepper_cdm_test_constants.cc", |
| 4484 "media/pepper_cdm_test_constants.h", | 4490 "media/pepper_cdm_test_constants.h", |
| 4485 ] | 4491 ] |
| 4486 } | 4492 } |
| 4487 } | 4493 } |
| 4488 | 4494 |
| 4489 service_manifest("preferences_manifest") { | 4495 service_manifest("preferences_manifest") { |
| 4490 name = "preferences" | 4496 name = "preferences" |
| 4491 source = "prefs/preferences_manifest.json" | 4497 source = "prefs/preferences_manifest.json" |
| 4492 } | 4498 } |
| OLD | NEW |