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

Side by Side Diff: content/content_child.gypi

Issue 1847863002: Move notification resource loading from content/child to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address peter's comments. Created 4 years, 8 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 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 { 4 {
5 'dependencies': [ 5 'dependencies': [
6 '../base/base.gyp:base', 6 '../base/base.gyp:base',
7 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
8 '../components/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
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/indexed_db/webidbfactory_impl.h', 132 'child/indexed_db/webidbfactory_impl.h',
133 'child/memory/child_memory_message_filter.cc', 133 'child/memory/child_memory_message_filter.cc',
134 'child/memory/child_memory_message_filter.h', 134 'child/memory/child_memory_message_filter.h',
135 'child/mojo/mojo_application.cc', 135 'child/mojo/mojo_application.cc',
136 'child/mojo/mojo_application.h', 136 'child/mojo/mojo_application.h',
137 'child/mojo/type_converters.h', 137 'child/mojo/type_converters.h',
138 'child/notifications/notification_data_conversions.cc', 138 'child/notifications/notification_data_conversions.cc',
139 'child/notifications/notification_data_conversions.h', 139 'child/notifications/notification_data_conversions.h',
140 'child/notifications/notification_dispatcher.cc', 140 'child/notifications/notification_dispatcher.cc',
141 'child/notifications/notification_dispatcher.h', 141 'child/notifications/notification_dispatcher.h',
142 'child/notifications/notification_image_loader.cc',
143 'child/notifications/notification_image_loader.h',
144 'child/notifications/notification_manager.cc', 142 'child/notifications/notification_manager.cc',
145 'child/notifications/notification_manager.h', 143 'child/notifications/notification_manager.h',
146 'child/notifications/pending_notification.cc',
147 'child/notifications/pending_notification.h',
148 'child/notifications/pending_notifications_tracker.cc',
149 'child/notifications/pending_notifications_tracker.h',
150 'child/permissions/permission_dispatcher.cc', 144 'child/permissions/permission_dispatcher.cc',
151 'child/permissions/permission_dispatcher.h', 145 'child/permissions/permission_dispatcher.h',
152 'child/permissions/permission_dispatcher_thread_proxy.cc', 146 'child/permissions/permission_dispatcher_thread_proxy.cc',
153 'child/permissions/permission_dispatcher_thread_proxy.h', 147 'child/permissions/permission_dispatcher_thread_proxy.h',
154 'child/permissions/permission_observers_registry.cc', 148 'child/permissions/permission_observers_registry.cc',
155 'child/permissions/permission_observers_registry.h', 149 'child/permissions/permission_observers_registry.h',
156 'child/power_monitor_broadcast_source.cc', 150 'child/power_monitor_broadcast_source.cc',
157 'child/power_monitor_broadcast_source.h', 151 'child/power_monitor_broadcast_source.h',
158 'child/process_control_impl.cc', 152 'child/process_control_impl.cc',
159 'child/process_control_impl.h', 153 'child/process_control_impl.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 '../build/android/ndk.gyp:cpu_features', 259 '../build/android/ndk.gyp:cpu_features',
266 ], 260 ],
267 }], 261 }],
268 ['enable_plugins==0', { 262 ['enable_plugins==0', {
269 'sources!': [ 263 'sources!': [
270 'child/browser_font_resource_trusted.cc', 264 'child/browser_font_resource_trusted.cc',
271 ], 265 ],
272 }], 266 }],
273 ], 267 ],
274 } 268 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698