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

Side by Side Diff: components/offline_pages.gypi

Issue 1965633002: [Offline Pages] Introducing StorageManagerClient interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing after extracting callbacks. Created 4 years, 7 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
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 25 matching lines...) Expand all
36 'offline_pages/offline_page_metadata_store_impl.h', 36 'offline_pages/offline_page_metadata_store_impl.h',
37 'offline_pages/offline_page_model.cc', 37 'offline_pages/offline_page_model.cc',
38 'offline_pages/offline_page_model.h', 38 'offline_pages/offline_page_model.h',
39 'offline_pages/offline_page_storage_manager.cc', 39 'offline_pages/offline_page_storage_manager.cc',
40 'offline_pages/offline_page_storage_manager.h', 40 'offline_pages/offline_page_storage_manager.h',
41 'offline_pages/offline_page_types.h', 41 'offline_pages/offline_page_types.h',
42 'offline_pages/snapshot_controller.cc', 42 'offline_pages/snapshot_controller.cc',
43 'offline_pages/snapshot_controller.h', 43 'offline_pages/snapshot_controller.h',
44 'offline_pages/offline_page_metadata_store_sql.cc', 44 'offline_pages/offline_page_metadata_store_sql.cc',
45 'offline_pages/offline_page_metadata_store_sql.h', 45 'offline_pages/offline_page_metadata_store_sql.h',
46 'offline_pages/storage_manager_client.h',
46 ], 47 ],
47 }, 48 },
48 { 49 {
49 # GN: //components/offline_pages/background:background_offliner 50 # GN: //components/offline_pages/background:background_offliner
50 'target_name': 'offline_pages_background_offliner', 51 'target_name': 'offline_pages_background_offliner',
51 'type': 'static_library', 52 'type': 'static_library',
52 'include_dirs': [ 53 'include_dirs': [
53 '..', 54 '..',
54 '../..', 55 '../..',
55 ], 56 ],
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'type': 'none', 115 'type': 'none',
115 'variables': { 116 'variables': {
116 'source_file': 'offline_pages/offline_page_types.h', 117 'source_file': 'offline_pages/offline_page_types.h',
117 }, 118 },
118 'includes': [ '../build/android/java_cpp_enum.gypi' ], 119 'includes': [ '../build/android/java_cpp_enum.gypi' ],
119 }, 120 },
120 ], 121 ],
121 }], 122 }],
122 ], 123 ],
123 } 124 }
OLDNEW
« no previous file with comments | « no previous file | components/offline_pages/BUILD.gn » ('j') | components/offline_pages/offline_page_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698