| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 '../..', | 97 '../..', |
| 98 ], | 98 ], |
| 99 'dependencies': [ | 99 'dependencies': [ |
| 100 '../base/base.gyp:base', | 100 '../base/base.gyp:base', |
| 101 ], | 101 ], |
| 102 'sources': [ | 102 'sources': [ |
| 103 'offline_pages/downloads/download_ui_adapter.cc', | 103 'offline_pages/downloads/download_ui_adapter.cc', |
| 104 'offline_pages/downloads/download_ui_adapter.h', | 104 'offline_pages/downloads/download_ui_adapter.h', |
| 105 'offline_pages/downloads/download_ui_item.cc', | 105 'offline_pages/downloads/download_ui_item.cc', |
| 106 'offline_pages/downloads/download_ui_item.h', | 106 'offline_pages/downloads/download_ui_item.h', |
| 107 'offline_pages/downloads/offline_page_download_notifier.h', |
| 107 ], | 108 ], |
| 108 }, | 109 }, |
| 109 { | 110 { |
| 110 # GN version: //components/offline_pages:test_support | 111 # GN version: //components/offline_pages:test_support |
| 111 'target_name': 'offline_pages_test_support', | 112 'target_name': 'offline_pages_test_support', |
| 112 'type': 'static_library', | 113 'type': 'static_library', |
| 113 'dependencies': [ | 114 'dependencies': [ |
| 114 '../base/base.gyp:base', | 115 '../base/base.gyp:base', |
| 115 '../testing/gtest.gyp:gtest', | 116 '../testing/gtest.gyp:gtest', |
| 116 '../url/url.gyp:url_lib', | 117 '../url/url.gyp:url_lib', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 135 'type': 'none', | 136 'type': 'none', |
| 136 'variables': { | 137 'variables': { |
| 137 'source_file': 'offline_pages/offline_page_types.h', | 138 'source_file': 'offline_pages/offline_page_types.h', |
| 138 }, | 139 }, |
| 139 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 140 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 140 }, | 141 }, |
| 141 ], | 142 ], |
| 142 }], | 143 }], |
| 143 ], | 144 ], |
| 144 } | 145 } |
| OLD | NEW |