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

Side by Side Diff: content/content_child.gypi

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 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_resources.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'child/indexed_db/indexed_db_message_filter.cc', 122 'child/indexed_db/indexed_db_message_filter.cc',
123 'child/indexed_db/indexed_db_message_filter.h', 123 'child/indexed_db/indexed_db_message_filter.h',
124 'child/indexed_db/webidbcursor_impl.cc', 124 'child/indexed_db/webidbcursor_impl.cc',
125 'child/indexed_db/webidbcursor_impl.h', 125 'child/indexed_db/webidbcursor_impl.h',
126 'child/indexed_db/webidbdatabase_impl.cc', 126 'child/indexed_db/webidbdatabase_impl.cc',
127 'child/indexed_db/webidbdatabase_impl.h', 127 'child/indexed_db/webidbdatabase_impl.h',
128 'child/indexed_db/webidbfactory_impl.cc', 128 'child/indexed_db/webidbfactory_impl.cc',
129 'child/indexed_db/webidbfactory_impl.h', 129 'child/indexed_db/webidbfactory_impl.h',
130 'child/memory/child_memory_message_filter.cc', 130 'child/memory/child_memory_message_filter.cc',
131 'child/memory/child_memory_message_filter.h', 131 'child/memory/child_memory_message_filter.h',
132 'child/mojo/mojo_application.cc',
133 'child/mojo/mojo_application.h',
134 'child/mojo/type_converters.h', 132 'child/mojo/type_converters.h',
135 'child/notifications/notification_data_conversions.cc', 133 'child/notifications/notification_data_conversions.cc',
136 'child/notifications/notification_data_conversions.h', 134 'child/notifications/notification_data_conversions.h',
137 'child/notifications/notification_dispatcher.cc', 135 'child/notifications/notification_dispatcher.cc',
138 'child/notifications/notification_dispatcher.h', 136 'child/notifications/notification_dispatcher.h',
139 'child/notifications/notification_manager.cc', 137 'child/notifications/notification_manager.cc',
140 'child/notifications/notification_manager.h', 138 'child/notifications/notification_manager.h',
141 'child/permissions/permission_dispatcher.cc', 139 'child/permissions/permission_dispatcher.cc',
142 'child/permissions/permission_dispatcher.h', 140 'child/permissions/permission_dispatcher.h',
143 'child/permissions/permission_dispatcher_thread_proxy.cc', 141 'child/permissions/permission_dispatcher_thread_proxy.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '../build/android/ndk.gyp:cpu_features', 254 '../build/android/ndk.gyp:cpu_features',
257 ], 255 ],
258 }], 256 }],
259 ['enable_plugins==0', { 257 ['enable_plugins==0', {
260 'sources!': [ 258 'sources!': [
261 'child/browser_font_resource_trusted.cc', 259 'child/browser_font_resource_trusted.cc',
262 ], 260 ],
263 }], 261 }],
264 ], 262 ],
265 } 263 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698