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

Side by Side Diff: content/content_child.gypi

Issue 1237973005: [WIP] Implement notification sound loader Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/child/notifications/pending_notifications_tracker.cc ('k') | no next file » | 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'child/navigator_connect/service_port_provider.cc', 125 'child/navigator_connect/service_port_provider.cc',
126 'child/navigator_connect/service_port_provider.h', 126 'child/navigator_connect/service_port_provider.h',
127 'child/notifications/notification_data_conversions.cc', 127 'child/notifications/notification_data_conversions.cc',
128 'child/notifications/notification_data_conversions.h', 128 'child/notifications/notification_data_conversions.h',
129 'child/notifications/notification_dispatcher.cc', 129 'child/notifications/notification_dispatcher.cc',
130 'child/notifications/notification_dispatcher.h', 130 'child/notifications/notification_dispatcher.h',
131 'child/notifications/notification_image_loader.cc', 131 'child/notifications/notification_image_loader.cc',
132 'child/notifications/notification_image_loader.h', 132 'child/notifications/notification_image_loader.h',
133 'child/notifications/notification_manager.cc', 133 'child/notifications/notification_manager.cc',
134 'child/notifications/notification_manager.h', 134 'child/notifications/notification_manager.h',
135 'child/notifications/notification_sound_loader.cc',
136 'child/notifications/notification_sound_loader.h',
135 'child/notifications/pending_notifications_tracker.cc', 137 'child/notifications/pending_notifications_tracker.cc',
136 'child/notifications/pending_notifications_tracker.h', 138 'child/notifications/pending_notifications_tracker.h',
137 'child/npapi/np_channel_base.cc', 139 'child/npapi/np_channel_base.cc',
138 'child/npapi/np_channel_base.h', 140 'child/npapi/np_channel_base.h',
139 'child/npapi/npobject_base.h', 141 'child/npapi/npobject_base.h',
140 'child/npapi/npobject_proxy.cc', 142 'child/npapi/npobject_proxy.cc',
141 'child/npapi/npobject_proxy.h', 143 'child/npapi/npobject_proxy.h',
142 'child/npapi/npobject_stub.cc', 144 'child/npapi/npobject_stub.cc',
143 'child/npapi/npobject_stub.h', 145 'child/npapi/npobject_stub.h',
144 'child/npapi/npobject_util.cc', 146 'child/npapi/npobject_util.cc',
(...skipping 191 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/child/notifications/pending_notifications_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698