| 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 "ntp_snippets/bookmark_last_visit_updater.cc", | 741 "ntp_snippets/bookmark_last_visit_updater.cc", |
| 742 "ntp_snippets/bookmark_last_visit_updater.h", | 742 "ntp_snippets/bookmark_last_visit_updater.h", |
| 743 "ntp_snippets/content_suggestions_notifier_service_factory.cc", | 743 "ntp_snippets/content_suggestions_notifier_service_factory.cc", |
| 744 "ntp_snippets/content_suggestions_notifier_service_factory.h", | 744 "ntp_snippets/content_suggestions_notifier_service_factory.h", |
| 745 "ntp_snippets/content_suggestions_service_factory.cc", | 745 "ntp_snippets/content_suggestions_service_factory.cc", |
| 746 "ntp_snippets/content_suggestions_service_factory.h", | 746 "ntp_snippets/content_suggestions_service_factory.h", |
| 747 "ntp_snippets/download_suggestions_provider.cc", | 747 "ntp_snippets/download_suggestions_provider.cc", |
| 748 "ntp_snippets/download_suggestions_provider.h", | 748 "ntp_snippets/download_suggestions_provider.h", |
| 749 "ntp_snippets/ntp_snippets_features.cc", | 749 "ntp_snippets/ntp_snippets_features.cc", |
| 750 "ntp_snippets/ntp_snippets_features.h", | 750 "ntp_snippets/ntp_snippets_features.h", |
| 751 "ntp_snippets/ntp_snippets_metrics.cc", |
| 752 "ntp_snippets/ntp_snippets_metrics.h", |
| 753 "ntp_snippets/ntp_snippets_prefs.cc", |
| 754 "ntp_snippets/ntp_snippets_prefs.h", |
| 751 "ntp_tiles/chrome_most_visited_sites_factory.cc", | 755 "ntp_tiles/chrome_most_visited_sites_factory.cc", |
| 752 "ntp_tiles/chrome_most_visited_sites_factory.h", | 756 "ntp_tiles/chrome_most_visited_sites_factory.h", |
| 753 "ntp_tiles/chrome_popular_sites_factory.cc", | 757 "ntp_tiles/chrome_popular_sites_factory.cc", |
| 754 "ntp_tiles/chrome_popular_sites_factory.h", | 758 "ntp_tiles/chrome_popular_sites_factory.h", |
| 755 "page_load_metrics/browser_page_track_decider.cc", | 759 "page_load_metrics/browser_page_track_decider.cc", |
| 756 "page_load_metrics/browser_page_track_decider.h", | 760 "page_load_metrics/browser_page_track_decider.h", |
| 757 "page_load_metrics/metrics_navigation_throttle.cc", | 761 "page_load_metrics/metrics_navigation_throttle.cc", |
| 758 "page_load_metrics/metrics_navigation_throttle.h", | 762 "page_load_metrics/metrics_navigation_throttle.h", |
| 759 "page_load_metrics/metrics_web_contents_observer.cc", | 763 "page_load_metrics/metrics_web_contents_observer.cc", |
| 760 "page_load_metrics/metrics_web_contents_observer.h", | 764 "page_load_metrics/metrics_web_contents_observer.h", |
| (...skipping 3722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4483 "media/pepper_cdm_test_constants.cc", | 4487 "media/pepper_cdm_test_constants.cc", |
| 4484 "media/pepper_cdm_test_constants.h", | 4488 "media/pepper_cdm_test_constants.h", |
| 4485 ] | 4489 ] |
| 4486 } | 4490 } |
| 4487 } | 4491 } |
| 4488 | 4492 |
| 4489 service_manifest("preferences_manifest") { | 4493 service_manifest("preferences_manifest") { |
| 4490 name = "preferences" | 4494 name = "preferences" |
| 4491 source = "prefs/preferences_manifest.json" | 4495 source = "prefs/preferences_manifest.json" |
| 4492 } | 4496 } |
| OLD | NEW |