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

Side by Side Diff: components/offline_pages.gypi

Issue 2020833002: Add the request picker and a unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback per Dimich and DougArnett 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/components_tests.gyp ('k') | components/offline_pages/background/BUILD.gn » ('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 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../net/net.gyp:net', 55 '../net/net.gyp:net',
56 '../url/url.gyp:url_lib', 56 '../url/url.gyp:url_lib',
57 'keyed_service_core', 57 'keyed_service_core',
58 ], 58 ],
59 'sources': [ 59 'sources': [
60 'offline_pages/background/offliner.h', 60 'offline_pages/background/offliner.h',
61 'offline_pages/background/offliner_factory.h', 61 'offline_pages/background/offliner_factory.h',
62 'offline_pages/background/offliner_policy.h', 62 'offline_pages/background/offliner_policy.h',
63 'offline_pages/background/request_coordinator.cc', 63 'offline_pages/background/request_coordinator.cc',
64 'offline_pages/background/request_coordinator.h', 64 'offline_pages/background/request_coordinator.h',
65 'offline_pages/background/request_picker.cc',
66 'offline_pages/background/request_picker.h',
65 'offline_pages/background/request_queue.cc', 67 'offline_pages/background/request_queue.cc',
66 'offline_pages/background/request_queue.h', 68 'offline_pages/background/request_queue.h',
67 'offline_pages/background/request_queue_in_memory_store.cc', 69 'offline_pages/background/request_queue_in_memory_store.cc',
68 'offline_pages/background/request_queue_in_memory_store.h', 70 'offline_pages/background/request_queue_in_memory_store.h',
69 'offline_pages/background/request_queue_store.h', 71 'offline_pages/background/request_queue_store.h',
70 'offline_pages/background/save_page_request.cc', 72 'offline_pages/background/save_page_request.cc',
71 'offline_pages/background/save_page_request.h', 73 'offline_pages/background/save_page_request.h',
72 'offline_pages/background/scheduler.h', 74 'offline_pages/background/scheduler.h',
73 ], 75 ],
74 }, 76 },
(...skipping 24 matching lines...) Expand all
99 'type': 'none', 101 'type': 'none',
100 'variables': { 102 'variables': {
101 'source_file': 'offline_pages/offline_page_types.h', 103 'source_file': 'offline_pages/offline_page_types.h',
102 }, 104 },
103 'includes': [ '../build/android/java_cpp_enum.gypi' ], 105 'includes': [ '../build/android/java_cpp_enum.gypi' ],
104 }, 106 },
105 ], 107 ],
106 }], 108 }],
107 ], 109 ],
108 } 110 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/offline_pages/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698