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

Side by Side Diff: content/content_child.gypi

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../components/webcrypto/webcrypto.gyp:webcrypto', 9 '../components/webcrypto/webcrypto.gyp:webcrypto',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'child/fileapi/webfilewriter_base.cc', 107 'child/fileapi/webfilewriter_base.cc',
108 'child/fileapi/webfilewriter_base.h', 108 'child/fileapi/webfilewriter_base.h',
109 'child/fileapi/webfilewriter_impl.cc', 109 'child/fileapi/webfilewriter_impl.cc',
110 'child/fileapi/webfilewriter_impl.h', 110 'child/fileapi/webfilewriter_impl.h',
111 'child/font_warmup_win.cc', 111 'child/font_warmup_win.cc',
112 'child/font_warmup_win.h', 112 'child/font_warmup_win.h',
113 'child/ftp_directory_listing_response_delegate.cc', 113 'child/ftp_directory_listing_response_delegate.cc',
114 'child/ftp_directory_listing_response_delegate.h', 114 'child/ftp_directory_listing_response_delegate.h',
115 'child/image_decoder.cc', 115 'child/image_decoder.cc',
116 'child/image_decoder.h', 116 'child/image_decoder.h',
117 'child/indexed_db/indexed_db_dispatcher.cc',
118 'child/indexed_db/indexed_db_dispatcher.h',
119 'child/indexed_db/indexed_db_key_builders.cc', 117 'child/indexed_db/indexed_db_key_builders.cc',
120 'child/indexed_db/indexed_db_key_builders.h', 118 'child/indexed_db/indexed_db_key_builders.h',
121 'child/indexed_db/indexed_db_message_filter.cc',
122 'child/indexed_db/indexed_db_message_filter.h',
123 'child/indexed_db/webidbcursor_impl.cc',
124 'child/indexed_db/webidbcursor_impl.h',
125 'child/indexed_db/webidbdatabase_impl.cc',
126 'child/indexed_db/webidbdatabase_impl.h',
127 'child/indexed_db/webidbfactory_impl.cc',
128 'child/indexed_db/webidbfactory_impl.h',
129 'child/memory/child_memory_message_filter.cc', 119 'child/memory/child_memory_message_filter.cc',
130 'child/memory/child_memory_message_filter.h', 120 'child/memory/child_memory_message_filter.h',
131 'child/mojo/type_converters.h', 121 'child/mojo/type_converters.h',
132 'child/notifications/notification_data_conversions.cc', 122 'child/notifications/notification_data_conversions.cc',
133 'child/notifications/notification_data_conversions.h', 123 'child/notifications/notification_data_conversions.h',
134 'child/notifications/notification_dispatcher.cc', 124 'child/notifications/notification_dispatcher.cc',
135 'child/notifications/notification_dispatcher.h', 125 'child/notifications/notification_dispatcher.h',
136 'child/notifications/notification_manager.cc', 126 'child/notifications/notification_manager.cc',
137 'child/notifications/notification_manager.h', 127 'child/notifications/notification_manager.h',
138 'child/power_monitor_broadcast_source.cc', 128 'child/power_monitor_broadcast_source.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 '../build/android/ndk.gyp:cpu_features', 233 '../build/android/ndk.gyp:cpu_features',
244 ], 234 ],
245 }], 235 }],
246 ['enable_plugins==0', { 236 ['enable_plugins==0', {
247 'sources!': [ 237 'sources!': [
248 'child/browser_font_resource_trusted.cc', 238 'child/browser_font_resource_trusted.cc',
249 ], 239 ],
250 }], 240 }],
251 ], 241 ],
252 } 242 }
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