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

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

Issue 2708943002: Create the BackgroundFetchBatchManager and initiate a download. (Closed)
Patch Set: fixed nits Created 3 years, 9 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 | content/browser/background_fetch/background_fetch_context.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "appcache/appcache_working_set.cc", 313 "appcache/appcache_working_set.cc",
314 "appcache/appcache_working_set.h", 314 "appcache/appcache_working_set.h",
315 "appcache/chrome_appcache_service.cc", 315 "appcache/chrome_appcache_service.cc",
316 "appcache/chrome_appcache_service.h", 316 "appcache/chrome_appcache_service.h",
317 "audio_manager_thread.cc", 317 "audio_manager_thread.cc",
318 "audio_manager_thread.h", 318 "audio_manager_thread.h",
319 "background_fetch/background_fetch_context.cc", 319 "background_fetch/background_fetch_context.cc",
320 "background_fetch/background_fetch_context.h", 320 "background_fetch/background_fetch_context.h",
321 "background_fetch/background_fetch_data_manager.cc", 321 "background_fetch/background_fetch_data_manager.cc",
322 "background_fetch/background_fetch_data_manager.h", 322 "background_fetch/background_fetch_data_manager.h",
323 "background_fetch/fetch_request.cc", 323 "background_fetch/background_fetch_job_controller.cc",
324 "background_fetch/fetch_request.h", 324 "background_fetch/background_fetch_job_controller.h",
325 "background_fetch/background_fetch_job_data.cc",
326 "background_fetch/background_fetch_job_data.h",
327 "background_fetch/background_fetch_job_info.cc",
328 "background_fetch/background_fetch_job_info.h",
329 "background_fetch/background_fetch_request_info.cc",
330 "background_fetch/background_fetch_request_info.h",
325 "background_sync/background_sync_context.cc", 331 "background_sync/background_sync_context.cc",
326 "background_sync/background_sync_context.h", 332 "background_sync/background_sync_context.h",
327 "background_sync/background_sync_manager.cc", 333 "background_sync/background_sync_manager.cc",
328 "background_sync/background_sync_manager.h", 334 "background_sync/background_sync_manager.h",
329 "background_sync/background_sync_metrics.cc", 335 "background_sync/background_sync_metrics.cc",
330 "background_sync/background_sync_metrics.h", 336 "background_sync/background_sync_metrics.h",
331 "background_sync/background_sync_network_observer.cc", 337 "background_sync/background_sync_network_observer.cc",
332 "background_sync/background_sync_network_observer.h", 338 "background_sync/background_sync_network_observer.h",
333 "background_sync/background_sync_registration.cc", 339 "background_sync/background_sync_registration.cc",
334 "background_sync/background_sync_registration.h", 340 "background_sync/background_sync_registration.h",
(...skipping 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 if (!is_component_build) { 2023 if (!is_component_build) {
2018 public_deps = [ 2024 public_deps = [
2019 ":browser", 2025 ":browser",
2020 ] 2026 ]
2021 } else { 2027 } else {
2022 public_deps = [ 2028 public_deps = [
2023 "//third_party/leveldatabase", 2029 "//third_party/leveldatabase",
2024 ] 2030 ]
2025 } 2031 }
2026 } 2032 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698