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

Side by Side Diff: components/offline_pages.gypi

Issue 2239133002: [Offline pages] Downloads UI: Adding bridge for issuing notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@download-notifications
Patch Set: Addressing CR feedback Created 4 years, 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/offline_pages/downloads/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/offline_pages/downloads/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698