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

Side by Side Diff: content/content_child.gypi

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ 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
« no previous file with comments | « content/content_browser.gypi ('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 # 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'child/indexed_db/webidbcursor_impl.h', 130 'child/indexed_db/webidbcursor_impl.h',
131 'child/indexed_db/webidbdatabase_impl.cc', 131 'child/indexed_db/webidbdatabase_impl.cc',
132 'child/indexed_db/webidbdatabase_impl.h', 132 'child/indexed_db/webidbdatabase_impl.h',
133 'child/indexed_db/webidbfactory_impl.cc', 133 'child/indexed_db/webidbfactory_impl.cc',
134 'child/indexed_db/webidbfactory_impl.h', 134 'child/indexed_db/webidbfactory_impl.h',
135 'child/memory/child_memory_message_filter.cc', 135 'child/memory/child_memory_message_filter.cc',
136 'child/memory/child_memory_message_filter.h', 136 'child/memory/child_memory_message_filter.h',
137 'child/mojo/mojo_application.cc', 137 'child/mojo/mojo_application.cc',
138 'child/mojo/mojo_application.h', 138 'child/mojo/mojo_application.h',
139 'child/mojo/type_converters.h', 139 'child/mojo/type_converters.h',
140 'child/notifications/notification_data_conversions.cc',
141 'child/notifications/notification_data_conversions.h',
142 'child/notifications/notification_dispatcher.cc',
143 'child/notifications/notification_dispatcher.h',
144 'child/notifications/notification_manager.cc',
145 'child/notifications/notification_manager.h',
146 'child/permissions/permission_dispatcher.cc', 140 'child/permissions/permission_dispatcher.cc',
147 'child/permissions/permission_dispatcher.h', 141 'child/permissions/permission_dispatcher.h',
148 'child/permissions/permission_dispatcher_thread_proxy.cc', 142 'child/permissions/permission_dispatcher_thread_proxy.cc',
149 'child/permissions/permission_dispatcher_thread_proxy.h', 143 'child/permissions/permission_dispatcher_thread_proxy.h',
150 'child/permissions/permission_observers_registry.cc', 144 'child/permissions/permission_observers_registry.cc',
151 'child/permissions/permission_observers_registry.h', 145 'child/permissions/permission_observers_registry.h',
152 'child/power_monitor_broadcast_source.cc', 146 'child/power_monitor_broadcast_source.cc',
153 'child/power_monitor_broadcast_source.h', 147 'child/power_monitor_broadcast_source.h',
154 'child/process_control_impl.cc', 148 'child/process_control_impl.cc',
155 'child/process_control_impl.h', 149 'child/process_control_impl.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 '../build/android/ndk.gyp:cpu_features', 255 '../build/android/ndk.gyp:cpu_features',
262 ], 256 ],
263 }], 257 }],
264 ['enable_plugins==0', { 258 ['enable_plugins==0', {
265 'sources!': [ 259 'sources!': [
266 'child/browser_font_resource_trusted.cc', 260 'child/browser_font_resource_trusted.cc',
267 ], 261 ],
268 }], 262 }],
269 ], 263 ],
270 } 264 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698