| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |