| 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 15 matching lines...) Expand all Loading... |
| 26 'offline_pages/offline_page_archiver.h', | 26 'offline_pages/offline_page_archiver.h', |
| 27 'offline_pages/offline_page_client_policy.h', | 27 'offline_pages/offline_page_client_policy.h', |
| 28 'offline_pages/offline_page_feature.cc', | 28 'offline_pages/offline_page_feature.cc', |
| 29 'offline_pages/offline_page_feature.h', | 29 'offline_pages/offline_page_feature.h', |
| 30 'offline_pages/offline_page_item.cc', | 30 'offline_pages/offline_page_item.cc', |
| 31 'offline_pages/offline_page_item.h', | 31 'offline_pages/offline_page_item.h', |
| 32 'offline_pages/offline_page_metadata_store.cc', | 32 'offline_pages/offline_page_metadata_store.cc', |
| 33 'offline_pages/offline_page_metadata_store.h', | 33 'offline_pages/offline_page_metadata_store.h', |
| 34 'offline_pages/offline_page_model.cc', | 34 'offline_pages/offline_page_model.cc', |
| 35 'offline_pages/offline_page_model.h', | 35 'offline_pages/offline_page_model.h', |
| 36 'offline_pages/offline_page_model_impl.cc', |
| 37 'offline_pages/offline_page_model_impl.h', |
| 36 'offline_pages/offline_page_storage_manager.cc', | 38 'offline_pages/offline_page_storage_manager.cc', |
| 37 'offline_pages/offline_page_storage_manager.h', | 39 'offline_pages/offline_page_storage_manager.h', |
| 38 'offline_pages/offline_page_types.h', | 40 'offline_pages/offline_page_types.h', |
| 39 'offline_pages/snapshot_controller.cc', | 41 'offline_pages/snapshot_controller.cc', |
| 40 'offline_pages/snapshot_controller.h', | 42 'offline_pages/snapshot_controller.h', |
| 41 'offline_pages/offline_page_metadata_store_sql.cc', | 43 'offline_pages/offline_page_metadata_store_sql.cc', |
| 42 'offline_pages/offline_page_metadata_store_sql.h', | 44 'offline_pages/offline_page_metadata_store_sql.h', |
| 43 ], | 45 ], |
| 44 }, | 46 }, |
| 45 { | 47 { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |