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

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

Issue 2534673002: [Offline pages] Create offliner that uses background loader (Closed)
Patch Set: test update 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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 "//components/navigation_interception", 1348 "//components/navigation_interception",
1349 "//components/navigation_metrics", 1349 "//components/navigation_metrics",
1350 "//components/net_log", 1350 "//components/net_log",
1351 "//components/network_hints/common", 1351 "//components/network_hints/common",
1352 "//components/network_session_configurator", 1352 "//components/network_session_configurator",
1353 "//components/network_time", 1353 "//components/network_time",
1354 "//components/ntp_snippets", 1354 "//components/ntp_snippets",
1355 "//components/ntp_tiles", 1355 "//components/ntp_tiles",
1356 "//components/offline_pages", 1356 "//components/offline_pages",
1357 "//components/offline_pages/background:background_offliner", 1357 "//components/offline_pages/background:background_offliner",
1358 "//components/offline_pages/content/background_loader",
1358 "//components/offline_pages/downloads:offline_pages_ui_adapter", 1359 "//components/offline_pages/downloads:offline_pages_ui_adapter",
1359 "//components/offline_pages/request_header:request_header", 1360 "//components/offline_pages/request_header:request_header",
1360 "//components/omnibox/browser", 1361 "//components/omnibox/browser",
1361 "//components/os_crypt", 1362 "//components/os_crypt",
1362 "//components/packed_ct_ev_whitelist", 1363 "//components/packed_ct_ev_whitelist",
1363 "//components/password_manager/content/browser", 1364 "//components/password_manager/content/browser",
1364 "//components/password_manager/core/browser", 1365 "//components/password_manager/core/browser",
1365 "//components/password_manager/core/common", 1366 "//components/password_manager/core/common",
1366 "//components/password_manager/sync/browser", 1367 "//components/password_manager/sync/browser",
1367 "//components/payments:payment_request", 1368 "//components/payments:payment_request",
(...skipping 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 "android/ntp/new_tab_page_prefs.cc", 3127 "android/ntp/new_tab_page_prefs.cc",
3127 "android/ntp/new_tab_page_prefs.h", 3128 "android/ntp/new_tab_page_prefs.h",
3128 "android/ntp/new_tab_page_url_handler.cc", 3129 "android/ntp/new_tab_page_url_handler.cc",
3129 "android/ntp/new_tab_page_url_handler.h", 3130 "android/ntp/new_tab_page_url_handler.h",
3130 "android/ntp/ntp_snippets_bridge.cc", 3131 "android/ntp/ntp_snippets_bridge.cc",
3131 "android/ntp/ntp_snippets_bridge.h", 3132 "android/ntp/ntp_snippets_bridge.h",
3132 "android/ntp/ntp_snippets_launcher.cc", 3133 "android/ntp/ntp_snippets_launcher.cc",
3133 "android/ntp/ntp_snippets_launcher.h", 3134 "android/ntp/ntp_snippets_launcher.h",
3134 "android/ntp/popular_sites.cc", 3135 "android/ntp/popular_sites.cc",
3135 "android/ntp/popular_sites.h", 3136 "android/ntp/popular_sites.h",
3137 "android/offline_pages/background_loader_offliner.cc",
3138 "android/offline_pages/background_loader_offliner.h",
3136 "android/offline_pages/background_scheduler_bridge.cc", 3139 "android/offline_pages/background_scheduler_bridge.cc",
3137 "android/offline_pages/background_scheduler_bridge.h", 3140 "android/offline_pages/background_scheduler_bridge.h",
3138 "android/offline_pages/downloads/offline_page_download_bridge.cc", 3141 "android/offline_pages/downloads/offline_page_download_bridge.cc",
3139 "android/offline_pages/downloads/offline_page_download_bridge.h", 3142 "android/offline_pages/downloads/offline_page_download_bridge.h",
3140 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", 3143 "android/offline_pages/downloads/offline_page_infobar_delegate.cc",
3141 "android/offline_pages/downloads/offline_page_infobar_delegate.h", 3144 "android/offline_pages/downloads/offline_page_infobar_delegate.h",
3142 "android/offline_pages/downloads/offline_page_notification_bridge.cc", 3145 "android/offline_pages/downloads/offline_page_notification_bridge.cc",
3143 "android/offline_pages/downloads/offline_page_notification_bridge.h", 3146 "android/offline_pages/downloads/offline_page_notification_bridge.h",
3144 "android/offline_pages/offline_page_bookmark_observer.cc", 3147 "android/offline_pages/offline_page_bookmark_observer.cc",
3145 "android/offline_pages/offline_page_bookmark_observer.h", 3148 "android/offline_pages/offline_page_bookmark_observer.h",
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
4426 # linking all of the test support. 4429 # linking all of the test support.
4427 static_library("pepper_cdm_test_constants") { 4430 static_library("pepper_cdm_test_constants") {
4428 testonly = true 4431 testonly = true
4429 visibility = [ "//chrome/*" ] 4432 visibility = [ "//chrome/*" ]
4430 sources = [ 4433 sources = [
4431 "media/pepper_cdm_test_constants.cc", 4434 "media/pepper_cdm_test_constants.cc",
4432 "media/pepper_cdm_test_constants.h", 4435 "media/pepper_cdm_test_constants.h",
4433 ] 4436 ]
4434 } 4437 }
4435 } 4438 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698