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

Side by Side Diff: components/offline_pages/background/BUILD.gn

Issue 2556613003: [OfflinePages] Restarts immediate processing if stopped due to no net (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/offline_pages/background/connection_notifier.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("background_offliner") { 9 static_library("background_offliner") {
10 sources = [ 10 sources = [
11 "change_requests_state_task.cc", 11 "change_requests_state_task.cc",
12 "change_requests_state_task.h", 12 "change_requests_state_task.h",
13 "connection_notifier.cc",
14 "connection_notifier.h",
13 "device_conditions.h", 15 "device_conditions.h",
14 "mark_attempt_aborted_task.cc", 16 "mark_attempt_aborted_task.cc",
15 "mark_attempt_aborted_task.h", 17 "mark_attempt_aborted_task.h",
16 "mark_attempt_completed_task.cc", 18 "mark_attempt_completed_task.cc",
17 "mark_attempt_completed_task.h", 19 "mark_attempt_completed_task.h",
18 "mark_attempt_started_task.cc", 20 "mark_attempt_started_task.cc",
19 "mark_attempt_started_task.h", 21 "mark_attempt_started_task.h",
20 "offliner.h", 22 "offliner.h",
21 "offliner_factory.h", 23 "offliner_factory.h",
22 "offliner_policy.h", 24 "offliner_policy.h",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 deps = [ 79 deps = [
78 ":background_offliner", 80 ":background_offliner",
79 "//base", 81 "//base",
80 "//base/test:test_support", 82 "//base/test:test_support",
81 "//components/offline_pages:offline_pages", 83 "//components/offline_pages:offline_pages",
82 "//components/offline_pages:switches", 84 "//components/offline_pages:switches",
83 "//testing/gtest", 85 "//testing/gtest",
84 "//url", 86 "//url",
85 ] 87 ]
86 } 88 }
OLDNEW
« no previous file with comments | « no previous file | components/offline_pages/background/connection_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698