Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2609713002: [Offline pages] Completely remove offliner factory. (Closed)
Patch Set: rebase update Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/background_loader_offliner_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 "android/ntp/new_tab_page_url_handler.cc", 3123 "android/ntp/new_tab_page_url_handler.cc",
3124 "android/ntp/new_tab_page_url_handler.h", 3124 "android/ntp/new_tab_page_url_handler.h",
3125 "android/ntp/ntp_snippets_bridge.cc", 3125 "android/ntp/ntp_snippets_bridge.cc",
3126 "android/ntp/ntp_snippets_bridge.h", 3126 "android/ntp/ntp_snippets_bridge.h",
3127 "android/ntp/ntp_snippets_launcher.cc", 3127 "android/ntp/ntp_snippets_launcher.cc",
3128 "android/ntp/ntp_snippets_launcher.h", 3128 "android/ntp/ntp_snippets_launcher.h",
3129 "android/ntp/recent_tabs_page_prefs.cc", 3129 "android/ntp/recent_tabs_page_prefs.cc",
3130 "android/ntp/recent_tabs_page_prefs.h", 3130 "android/ntp/recent_tabs_page_prefs.h",
3131 "android/offline_pages/background_loader_offliner.cc", 3131 "android/offline_pages/background_loader_offliner.cc",
3132 "android/offline_pages/background_loader_offliner.h", 3132 "android/offline_pages/background_loader_offliner.h",
3133 "android/offline_pages/background_loader_offliner_factory.cc",
3134 "android/offline_pages/background_loader_offliner_factory.h",
3135 "android/offline_pages/background_scheduler_bridge.cc", 3133 "android/offline_pages/background_scheduler_bridge.cc",
3136 "android/offline_pages/background_scheduler_bridge.h", 3134 "android/offline_pages/background_scheduler_bridge.h",
3137 "android/offline_pages/downloads/offline_page_download_bridge.cc", 3135 "android/offline_pages/downloads/offline_page_download_bridge.cc",
3138 "android/offline_pages/downloads/offline_page_download_bridge.h", 3136 "android/offline_pages/downloads/offline_page_download_bridge.h",
3139 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", 3137 "android/offline_pages/downloads/offline_page_infobar_delegate.cc",
3140 "android/offline_pages/downloads/offline_page_infobar_delegate.h", 3138 "android/offline_pages/downloads/offline_page_infobar_delegate.h",
3141 "android/offline_pages/downloads/offline_page_notification_bridge.cc", 3139 "android/offline_pages/downloads/offline_page_notification_bridge.cc",
3142 "android/offline_pages/downloads/offline_page_notification_bridge.h", 3140 "android/offline_pages/downloads/offline_page_notification_bridge.h",
3143 "android/offline_pages/downloads/resource_throttle.cc", 3141 "android/offline_pages/downloads/resource_throttle.cc",
3144 "android/offline_pages/downloads/resource_throttle.h", 3142 "android/offline_pages/downloads/resource_throttle.h",
(...skipping 15 matching lines...) Expand all
3160 "android/offline_pages/offline_page_tab_helper.h", 3158 "android/offline_pages/offline_page_tab_helper.h",
3161 "android/offline_pages/offline_page_utils.cc", 3159 "android/offline_pages/offline_page_utils.cc",
3162 "android/offline_pages/offline_page_utils.h", 3160 "android/offline_pages/offline_page_utils.h",
3163 "android/offline_pages/offliner_factory.h", 3161 "android/offline_pages/offliner_factory.h",
3164 "android/offline_pages/prerender_adapter.cc", 3162 "android/offline_pages/prerender_adapter.cc",
3165 "android/offline_pages/prerender_adapter.h", 3163 "android/offline_pages/prerender_adapter.h",
3166 "android/offline_pages/prerendering_loader.cc", 3164 "android/offline_pages/prerendering_loader.cc",
3167 "android/offline_pages/prerendering_loader.h", 3165 "android/offline_pages/prerendering_loader.h",
3168 "android/offline_pages/prerendering_offliner.cc", 3166 "android/offline_pages/prerendering_offliner.cc",
3169 "android/offline_pages/prerendering_offliner.h", 3167 "android/offline_pages/prerendering_offliner.h",
3170 "android/offline_pages/prerendering_offliner_factory.cc",
3171 "android/offline_pages/prerendering_offliner_factory.h",
3172 "android/offline_pages/recent_tab_helper.cc", 3168 "android/offline_pages/recent_tab_helper.cc",
3173 "android/offline_pages/recent_tab_helper.h", 3169 "android/offline_pages/recent_tab_helper.h",
3174 "android/offline_pages/request_coordinator_factory.cc", 3170 "android/offline_pages/request_coordinator_factory.cc",
3175 "android/offline_pages/request_coordinator_factory.h", 3171 "android/offline_pages/request_coordinator_factory.h",
3176 "android/omnibox/answers_image_bridge.cc", 3172 "android/omnibox/answers_image_bridge.cc",
3177 "android/omnibox/answers_image_bridge.h", 3173 "android/omnibox/answers_image_bridge.h",
3178 "android/omnibox/autocomplete_controller_android.cc", 3174 "android/omnibox/autocomplete_controller_android.cc",
3179 "android/omnibox/autocomplete_controller_android.h", 3175 "android/omnibox/autocomplete_controller_android.h",
3180 "android/omnibox/omnibox_prerender.cc", 3176 "android/omnibox/omnibox_prerender.cc",
3181 "android/omnibox/omnibox_prerender.h", 3177 "android/omnibox/omnibox_prerender.h",
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 "media/pepper_cdm_test_constants.cc", 4486 "media/pepper_cdm_test_constants.cc",
4491 "media/pepper_cdm_test_constants.h", 4487 "media/pepper_cdm_test_constants.h",
4492 ] 4488 ]
4493 } 4489 }
4494 } 4490 }
4495 4491
4496 service_manifest("preferences_manifest") { 4492 service_manifest("preferences_manifest") {
4497 name = "preferences" 4493 name = "preferences"
4498 source = "prefs/preferences_manifest.json" 4494 source = "prefs/preferences_manifest.json"
4499 } 4495 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/background_loader_offliner_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698