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

Side by Side Diff: content/content_child.gypi

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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/body_consumer.cc',
69 'child/body_consumer.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '../build/android/ndk.gyp:cpu_features', 262 '../build/android/ndk.gyp:cpu_features',
261 ], 263 ],
262 }], 264 }],
263 ['enable_plugins==0', { 265 ['enable_plugins==0', {
264 'sources!': [ 266 'sources!': [
265 'child/browser_font_resource_trusted.cc', 267 'child/browser_font_resource_trusted.cc',
266 ], 268 ],
267 }], 269 }],
268 ], 270 ],
269 } 271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698