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

Side by Side Diff: content/content_child.gypi

Issue 1934223004: [BlobStorage] Moving all blob files to applicable directories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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_tests.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'child/background_sync/background_sync_type_converters.cc', 58 'child/background_sync/background_sync_type_converters.cc',
59 'child/background_sync/background_sync_type_converters.h', 59 'child/background_sync/background_sync_type_converters.h',
60 'child/blink_platform_impl.cc', 60 'child/blink_platform_impl.cc',
61 'child/blink_platform_impl.h', 61 'child/blink_platform_impl.h',
62 'child/blob_storage/blob_consolidation.cc', 62 'child/blob_storage/blob_consolidation.cc',
63 'child/blob_storage/blob_consolidation.h', 63 'child/blob_storage/blob_consolidation.h',
64 'child/blob_storage/blob_message_filter.cc', 64 'child/blob_storage/blob_message_filter.cc',
65 'child/blob_storage/blob_message_filter.h', 65 'child/blob_storage/blob_message_filter.h',
66 'child/blob_storage/blob_transport_controller.cc', 66 'child/blob_storage/blob_transport_controller.cc',
67 'child/blob_storage/blob_transport_controller.h', 67 'child/blob_storage/blob_transport_controller.h',
68 'child/blob_storage/webblobregistry_impl.cc',
69 'child/blob_storage/webblobregistry_impl.h',
68 'child/browser_font_resource_trusted.cc', 70 'child/browser_font_resource_trusted.cc',
69 'child/browser_font_resource_trusted.h', 71 'child/browser_font_resource_trusted.h',
70 'child/child_discardable_shared_memory_manager.cc', 72 'child/child_discardable_shared_memory_manager.cc',
71 'child/child_discardable_shared_memory_manager.h', 73 'child/child_discardable_shared_memory_manager.h',
72 'child/child_gpu_memory_buffer_manager.cc', 74 'child/child_gpu_memory_buffer_manager.cc',
73 'child/child_gpu_memory_buffer_manager.h', 75 'child/child_gpu_memory_buffer_manager.h',
74 'child/child_histogram_message_filter.cc', 76 'child/child_histogram_message_filter.cc',
75 'child/child_histogram_message_filter.h', 77 'child/child_histogram_message_filter.h',
76 'child/child_message_filter.cc', 78 'child/child_message_filter.cc',
77 'child/child_message_filter.h', 79 'child/child_message_filter.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'child/v8_value_converter_impl.cc', 212 'child/v8_value_converter_impl.cc',
211 'child/v8_value_converter_impl.h', 213 'child/v8_value_converter_impl.h',
212 'child/web_data_consumer_handle_impl.cc', 214 'child/web_data_consumer_handle_impl.cc',
213 'child/web_data_consumer_handle_impl.h', 215 'child/web_data_consumer_handle_impl.h',
214 'child/web_database_observer_impl.cc', 216 'child/web_database_observer_impl.cc',
215 'child/web_database_observer_impl.h', 217 'child/web_database_observer_impl.h',
216 'child/web_url_loader_impl.cc', 218 'child/web_url_loader_impl.cc',
217 'child/web_url_loader_impl.h', 219 'child/web_url_loader_impl.h',
218 'child/web_url_request_util.cc', 220 'child/web_url_request_util.cc',
219 'child/web_url_request_util.h', 221 'child/web_url_request_util.h',
220 'child/webblobregistry_impl.cc',
221 'child/webblobregistry_impl.h',
222 'child/webfallbackthemeengine_impl.cc', 222 'child/webfallbackthemeengine_impl.cc',
223 'child/webfallbackthemeengine_impl.h', 223 'child/webfallbackthemeengine_impl.h',
224 'child/webfileutilities_impl.cc', 224 'child/webfileutilities_impl.cc',
225 'child/webfileutilities_impl.h', 225 'child/webfileutilities_impl.h',
226 'child/webmessageportchannel_impl.cc', 226 'child/webmessageportchannel_impl.cc',
227 'child/webmessageportchannel_impl.h', 227 'child/webmessageportchannel_impl.h',
228 'child/websocket_bridge.cc', 228 'child/websocket_bridge.cc',
229 'child/websocket_bridge.h', 229 'child/websocket_bridge.h',
230 'child/websocket_dispatcher.cc', 230 'child/websocket_dispatcher.cc',
231 'child/websocket_dispatcher.h', 231 'child/websocket_dispatcher.h',
(...skipping 28 matching lines...) Expand all
260 '../build/android/ndk.gyp:cpu_features', 260 '../build/android/ndk.gyp:cpu_features',
261 ], 261 ],
262 }], 262 }],
263 ['enable_plugins==0', { 263 ['enable_plugins==0', {
264 'sources!': [ 264 'sources!': [
265 'child/browser_font_resource_trusted.cc', 265 'child/browser_font_resource_trusted.cc',
266 ], 266 ],
267 }], 267 }],
268 ], 268 ],
269 } 269 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698