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

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: Some (incomplete) work on struct traits. Created 4 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'child/fileapi/webfilewriter_base.cc', 108 'child/fileapi/webfilewriter_base.cc',
109 'child/fileapi/webfilewriter_base.h', 109 'child/fileapi/webfilewriter_base.h',
110 'child/fileapi/webfilewriter_impl.cc', 110 'child/fileapi/webfilewriter_impl.cc',
111 'child/fileapi/webfilewriter_impl.h', 111 'child/fileapi/webfilewriter_impl.h',
112 'child/font_warmup_win.cc', 112 'child/font_warmup_win.cc',
113 'child/font_warmup_win.h', 113 'child/font_warmup_win.h',
114 'child/ftp_directory_listing_response_delegate.cc', 114 'child/ftp_directory_listing_response_delegate.cc',
115 'child/ftp_directory_listing_response_delegate.h', 115 'child/ftp_directory_listing_response_delegate.h',
116 'child/image_decoder.cc', 116 'child/image_decoder.cc',
117 'child/image_decoder.h', 117 'child/image_decoder.h',
118 'child/indexed_db/indexed_db_dispatcher.cc',
119 'child/indexed_db/indexed_db_dispatcher.h',
120 'child/indexed_db/indexed_db_key_builders.cc', 118 'child/indexed_db/indexed_db_key_builders.cc',
121 'child/indexed_db/indexed_db_key_builders.h', 119 'child/indexed_db/indexed_db_key_builders.h',
122 'child/indexed_db/indexed_db_message_filter.cc', 120 'child/indexed_db/indexed_db_message_filter.cc',
123 'child/indexed_db/indexed_db_message_filter.h', 121 'child/indexed_db/indexed_db_message_filter.h',
124 'child/indexed_db/webidbcursor_impl.cc',
125 'child/indexed_db/webidbcursor_impl.h',
126 'child/indexed_db/webidbdatabase_impl.cc',
127 'child/indexed_db/webidbdatabase_impl.h',
128 'child/indexed_db/webidbfactory_impl.cc',
129 'child/indexed_db/webidbfactory_impl.h',
130 'child/memory/child_memory_message_filter.cc', 122 'child/memory/child_memory_message_filter.cc',
131 'child/memory/child_memory_message_filter.h', 123 'child/memory/child_memory_message_filter.h',
132 'child/mojo/type_converters.h', 124 'child/mojo/type_converters.h',
133 'child/notifications/notification_data_conversions.cc', 125 'child/notifications/notification_data_conversions.cc',
134 'child/notifications/notification_data_conversions.h', 126 'child/notifications/notification_data_conversions.h',
135 'child/notifications/notification_dispatcher.cc', 127 'child/notifications/notification_dispatcher.cc',
136 'child/notifications/notification_dispatcher.h', 128 'child/notifications/notification_dispatcher.h',
137 'child/notifications/notification_manager.cc', 129 'child/notifications/notification_manager.cc',
138 'child/notifications/notification_manager.h', 130 'child/notifications/notification_manager.h',
139 'child/permissions/permission_dispatcher.cc', 131 'child/permissions/permission_dispatcher.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../build/android/ndk.gyp:cpu_features', 246 '../build/android/ndk.gyp:cpu_features',
255 ], 247 ],
256 }], 248 }],
257 ['enable_plugins==0', { 249 ['enable_plugins==0', {
258 'sources!': [ 250 'sources!': [
259 'child/browser_font_resource_trusted.cc', 251 'child/browser_font_resource_trusted.cc',
260 ], 252 ],
261 }], 253 }],
262 ], 254 ],
263 } 255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698