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

Side by Side Diff: content/content_child.gypi

Issue 1644083002: Fetch notification action icons and pass them through in resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ActionIconBlink
Patch Set: Rebase. Created 4 years, 10 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 | « content/common/platform_notification_messages.h ('k') | content/content_common.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'child/navigator_connect/service_port_provider.cc', 132 'child/navigator_connect/service_port_provider.cc',
133 'child/navigator_connect/service_port_provider.h', 133 'child/navigator_connect/service_port_provider.h',
134 'child/notifications/notification_data_conversions.cc', 134 'child/notifications/notification_data_conversions.cc',
135 'child/notifications/notification_data_conversions.h', 135 'child/notifications/notification_data_conversions.h',
136 'child/notifications/notification_dispatcher.cc', 136 'child/notifications/notification_dispatcher.cc',
137 'child/notifications/notification_dispatcher.h', 137 'child/notifications/notification_dispatcher.h',
138 'child/notifications/notification_image_loader.cc', 138 'child/notifications/notification_image_loader.cc',
139 'child/notifications/notification_image_loader.h', 139 'child/notifications/notification_image_loader.h',
140 'child/notifications/notification_manager.cc', 140 'child/notifications/notification_manager.cc',
141 'child/notifications/notification_manager.h', 141 'child/notifications/notification_manager.h',
142 'child/notifications/pending_notification.cc',
143 'child/notifications/pending_notification.h',
142 'child/notifications/pending_notifications_tracker.cc', 144 'child/notifications/pending_notifications_tracker.cc',
143 'child/notifications/pending_notifications_tracker.h', 145 'child/notifications/pending_notifications_tracker.h',
144 'child/npapi/np_channel_base.cc', 146 'child/npapi/np_channel_base.cc',
145 'child/npapi/np_channel_base.h', 147 'child/npapi/np_channel_base.h',
146 'child/npapi/npobject_base.h', 148 'child/npapi/npobject_base.h',
147 'child/npapi/npobject_proxy.cc', 149 'child/npapi/npobject_proxy.cc',
148 'child/npapi/npobject_proxy.h', 150 'child/npapi/npobject_proxy.h',
149 'child/npapi/npobject_stub.cc', 151 'child/npapi/npobject_stub.cc',
150 'child/npapi/npobject_stub.h', 152 'child/npapi/npobject_stub.h',
151 'child/npapi/npobject_util.cc', 153 'child/npapi/npobject_util.cc',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'child/npapi/webplugin_delegate_impl_mac.mm', 338 'child/npapi/webplugin_delegate_impl_mac.mm',
337 ], 339 ],
338 }], 340 }],
339 ['OS=="win"', { 341 ['OS=="win"', {
340 'sources!': [ 342 'sources!': [
341 'child/npapi/webplugin_delegate_impl_aura.cc', 343 'child/npapi/webplugin_delegate_impl_aura.cc',
342 ], 344 ],
343 }], 345 }],
344 ], 346 ],
345 } 347 }
OLDNEW
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698