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

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

Issue 2745243002: Implement a Mojo service for Background Fetch (Closed)
Patch Set: Implement a Mojo service for Background Fetch 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
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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "background_fetch/background_fetch_data_manager.cc", 323 "background_fetch/background_fetch_data_manager.cc",
324 "background_fetch/background_fetch_data_manager.h", 324 "background_fetch/background_fetch_data_manager.h",
325 "background_fetch/background_fetch_job_controller.cc", 325 "background_fetch/background_fetch_job_controller.cc",
326 "background_fetch/background_fetch_job_controller.h", 326 "background_fetch/background_fetch_job_controller.h",
327 "background_fetch/background_fetch_job_data.cc", 327 "background_fetch/background_fetch_job_data.cc",
328 "background_fetch/background_fetch_job_data.h", 328 "background_fetch/background_fetch_job_data.h",
329 "background_fetch/background_fetch_job_info.cc", 329 "background_fetch/background_fetch_job_info.cc",
330 "background_fetch/background_fetch_job_info.h", 330 "background_fetch/background_fetch_job_info.h",
331 "background_fetch/background_fetch_request_info.cc", 331 "background_fetch/background_fetch_request_info.cc",
332 "background_fetch/background_fetch_request_info.h", 332 "background_fetch/background_fetch_request_info.h",
333 "background_fetch/background_fetch_service_impl.cc",
334 "background_fetch/background_fetch_service_impl.h",
333 "background_sync/background_sync_context.cc", 335 "background_sync/background_sync_context.cc",
334 "background_sync/background_sync_context.h", 336 "background_sync/background_sync_context.h",
335 "background_sync/background_sync_manager.cc", 337 "background_sync/background_sync_manager.cc",
336 "background_sync/background_sync_manager.h", 338 "background_sync/background_sync_manager.h",
337 "background_sync/background_sync_metrics.cc", 339 "background_sync/background_sync_metrics.cc",
338 "background_sync/background_sync_metrics.h", 340 "background_sync/background_sync_metrics.h",
339 "background_sync/background_sync_network_observer.cc", 341 "background_sync/background_sync_network_observer.cc",
340 "background_sync/background_sync_network_observer.h", 342 "background_sync/background_sync_network_observer.h",
341 "background_sync/background_sync_registration.cc", 343 "background_sync/background_sync_registration.cc",
342 "background_sync/background_sync_registration.h", 344 "background_sync/background_sync_registration.h",
(...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 if (!is_component_build) { 2040 if (!is_component_build) {
2039 public_deps = [ 2041 public_deps = [
2040 ":browser", 2042 ":browser",
2041 ] 2043 ]
2042 } else { 2044 } else {
2043 public_deps = [ 2045 public_deps = [
2044 "//third_party/leveldatabase", 2046 "//third_party/leveldatabase",
2045 ] 2047 ]
2046 } 2048 }
2047 } 2049 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/background_fetch/DEPS » ('j') | content/browser/background_fetch/background_fetch_service_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698