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

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

Issue 2064323004: Defines initial DeviceConditions and and plumbs down through StartProcessing() call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 6 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 | « components/offline_pages.gypi ('k') | components/offline_pages/background/device_conditions.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 # GYP: //components/offline_pages/offline_pages.gypi:background_offliner 9 # GYP: //components/offline_pages/offline_pages.gypi:background_offliner
10 static_library("background_offliner") { 10 static_library("background_offliner") {
11 sources = [ 11 sources = [
12 "device_conditions.h",
12 "offliner.h", 13 "offliner.h",
13 "offliner_factory.h", 14 "offliner_factory.h",
14 "offliner_policy.h", 15 "offliner_policy.h",
15 "request_coordinator.cc", 16 "request_coordinator.cc",
16 "request_coordinator.h", 17 "request_coordinator.h",
17 "request_picker.cc", 18 "request_picker.cc",
18 "request_picker.h", 19 "request_picker.h",
19 "request_queue.cc", 20 "request_queue.cc",
20 "request_queue.h", 21 "request_queue.h",
21 "request_queue_in_memory_store.cc", 22 "request_queue_in_memory_store.cc",
(...skipping 25 matching lines...) Expand all
47 48
48 deps = [ 49 deps = [
49 ":background_offliner", 50 ":background_offliner",
50 "//base", 51 "//base",
51 "//base/test:test_support", 52 "//base/test:test_support",
52 "//components/offline_pages:offline_pages", 53 "//components/offline_pages:offline_pages",
53 "//testing/gtest", 54 "//testing/gtest",
54 "//url", 55 "//url",
55 ] 56 ]
56 } 57 }
OLDNEW
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/background/device_conditions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698