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

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

Issue 2544533003: [OfflinePages] Hook the background loader offliner to the request coordinator based on finch flag s… (Closed)
Patch Set: sort includes Created 4 years 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
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 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after
3102 "android/ntp/new_tab_page_prefs.cc", 3102 "android/ntp/new_tab_page_prefs.cc",
3103 "android/ntp/new_tab_page_prefs.h", 3103 "android/ntp/new_tab_page_prefs.h",
3104 "android/ntp/new_tab_page_url_handler.cc", 3104 "android/ntp/new_tab_page_url_handler.cc",
3105 "android/ntp/new_tab_page_url_handler.h", 3105 "android/ntp/new_tab_page_url_handler.h",
3106 "android/ntp/ntp_snippets_bridge.cc", 3106 "android/ntp/ntp_snippets_bridge.cc",
3107 "android/ntp/ntp_snippets_bridge.h", 3107 "android/ntp/ntp_snippets_bridge.h",
3108 "android/ntp/ntp_snippets_launcher.cc", 3108 "android/ntp/ntp_snippets_launcher.cc",
3109 "android/ntp/ntp_snippets_launcher.h", 3109 "android/ntp/ntp_snippets_launcher.h",
3110 "android/offline_pages/background_loader_offliner.cc", 3110 "android/offline_pages/background_loader_offliner.cc",
3111 "android/offline_pages/background_loader_offliner.h", 3111 "android/offline_pages/background_loader_offliner.h",
3112 "android/offline_pages/background_loader_offliner_factory.cc",
3113 "android/offline_pages/background_loader_offliner_factory.h",
3112 "android/offline_pages/background_scheduler_bridge.cc", 3114 "android/offline_pages/background_scheduler_bridge.cc",
3113 "android/offline_pages/background_scheduler_bridge.h", 3115 "android/offline_pages/background_scheduler_bridge.h",
3114 "android/offline_pages/downloads/offline_page_download_bridge.cc", 3116 "android/offline_pages/downloads/offline_page_download_bridge.cc",
3115 "android/offline_pages/downloads/offline_page_download_bridge.h", 3117 "android/offline_pages/downloads/offline_page_download_bridge.h",
3116 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", 3118 "android/offline_pages/downloads/offline_page_infobar_delegate.cc",
3117 "android/offline_pages/downloads/offline_page_infobar_delegate.h", 3119 "android/offline_pages/downloads/offline_page_infobar_delegate.h",
3118 "android/offline_pages/downloads/offline_page_notification_bridge.cc", 3120 "android/offline_pages/downloads/offline_page_notification_bridge.cc",
3119 "android/offline_pages/downloads/offline_page_notification_bridge.h", 3121 "android/offline_pages/downloads/offline_page_notification_bridge.h",
3120 "android/offline_pages/offline_page_bookmark_observer.cc", 3122 "android/offline_pages/offline_page_bookmark_observer.cc",
3121 "android/offline_pages/offline_page_bookmark_observer.h", 3123 "android/offline_pages/offline_page_bookmark_observer.h",
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
4456 # linking all of the test support. 4458 # linking all of the test support.
4457 static_library("pepper_cdm_test_constants") { 4459 static_library("pepper_cdm_test_constants") {
4458 testonly = true 4460 testonly = true
4459 visibility = [ "//chrome/*" ] 4461 visibility = [ "//chrome/*" ]
4460 sources = [ 4462 sources = [
4461 "media/pepper_cdm_test_constants.cc", 4463 "media/pepper_cdm_test_constants.cc",
4462 "media/pepper_cdm_test_constants.h", 4464 "media/pepper_cdm_test_constants.h",
4463 ] 4465 ]
4464 } 4466 }
4465 } 4467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698