| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |