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

Side by Side Diff: components/offline_pages.gypi

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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN: //components/offline_pages:offline_pages 8 # GN: //components/offline_pages:offline_pages
9 'target_name': 'offline_pages', 9 'target_name': 'offline_pages',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '..', 54 '..',
55 '../..', 55 '../..',
56 ], 56 ],
57 'dependencies': [ 57 'dependencies': [
58 '../base/base.gyp:base', 58 '../base/base.gyp:base',
59 '../net/net.gyp:net', 59 '../net/net.gyp:net',
60 '../url/url.gyp:url_lib', 60 '../url/url.gyp:url_lib',
61 'keyed_service_core', 61 'keyed_service_core',
62 ], 62 ],
63 'sources': [ 63 'sources': [
64 'offline_pages/background/device_conditions.h',
64 'offline_pages/background/offliner.h', 65 'offline_pages/background/offliner.h',
65 'offline_pages/background/offliner_factory.h', 66 'offline_pages/background/offliner_factory.h',
66 'offline_pages/background/offliner_policy.h', 67 'offline_pages/background/offliner_policy.h',
67 'offline_pages/background/request_coordinator.cc', 68 'offline_pages/background/request_coordinator.cc',
68 'offline_pages/background/request_coordinator.h', 69 'offline_pages/background/request_coordinator.h',
69 'offline_pages/background/request_picker.cc', 70 'offline_pages/background/request_picker.cc',
70 'offline_pages/background/request_picker.h', 71 'offline_pages/background/request_picker.h',
71 'offline_pages/background/request_queue.cc', 72 'offline_pages/background/request_queue.cc',
72 'offline_pages/background/request_queue.h', 73 'offline_pages/background/request_queue.h',
73 'offline_pages/background/request_queue_in_memory_store.cc', 74 'offline_pages/background/request_queue_in_memory_store.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'type': 'none', 108 'type': 'none',
108 'variables': { 109 'variables': {
109 'source_file': 'offline_pages/offline_page_types.h', 110 'source_file': 'offline_pages/offline_page_types.h',
110 }, 111 },
111 'includes': [ '../build/android/java_cpp_enum.gypi' ], 112 'includes': [ '../build/android/java_cpp_enum.gypi' ],
112 }, 113 },
113 ], 114 ],
114 }], 115 }],
115 ], 116 ],
116 } 117 }
OLDNEW
« no previous file with comments | « chrome/browser/android/offline_pages/background_scheduler_bridge.cc ('k') | components/offline_pages/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698