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

Side by Side Diff: content/content_child.gypi

Issue 1292523002: [BlobAsync] Patch 3: Renderer Classes & Logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async2
Patch Set: comments and test Created 5 years, 1 month 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'child/appcache/web_application_cache_host_impl.h', 47 'child/appcache/web_application_cache_host_impl.h',
48 'child/assert_matching_enums.cc', 48 'child/assert_matching_enums.cc',
49 'child/background_sync/background_sync_provider.cc', 49 'child/background_sync/background_sync_provider.cc',
50 'child/background_sync/background_sync_provider.h', 50 'child/background_sync/background_sync_provider.h',
51 'child/background_sync/background_sync_type_converters.cc', 51 'child/background_sync/background_sync_type_converters.cc',
52 'child/background_sync/background_sync_type_converters.h', 52 'child/background_sync/background_sync_type_converters.h',
53 'child/blink_platform_impl.cc', 53 'child/blink_platform_impl.cc',
54 'child/blink_platform_impl.h', 54 'child/blink_platform_impl.h',
55 'child/blob_storage/blob_consolidation.cc', 55 'child/blob_storage/blob_consolidation.cc',
56 'child/blob_storage/blob_consolidation.h', 56 'child/blob_storage/blob_consolidation.h',
57 'child/blob_storage/blob_transport_controller.cc',
58 'child/blob_storage/blob_transport_controller.h',
57 'child/browser_font_resource_trusted.cc', 59 'child/browser_font_resource_trusted.cc',
58 'child/browser_font_resource_trusted.h', 60 'child/browser_font_resource_trusted.h',
59 'child/child_discardable_shared_memory_manager.cc', 61 'child/child_discardable_shared_memory_manager.cc',
60 'child/child_discardable_shared_memory_manager.h', 62 'child/child_discardable_shared_memory_manager.h',
61 'child/child_gpu_memory_buffer_manager.cc', 63 'child/child_gpu_memory_buffer_manager.cc',
62 'child/child_gpu_memory_buffer_manager.h', 64 'child/child_gpu_memory_buffer_manager.h',
63 'child/child_histogram_message_filter.cc', 65 'child/child_histogram_message_filter.cc',
64 'child/child_histogram_message_filter.h', 66 'child/child_histogram_message_filter.h',
65 'child/child_io_surface_manager_mac.cc', 67 'child/child_io_surface_manager_mac.cc',
66 'child/child_io_surface_manager_mac.h', 68 'child/child_io_surface_manager_mac.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'child/npapi/webplugin_delegate_impl_mac.mm', 342 'child/npapi/webplugin_delegate_impl_mac.mm',
341 ], 343 ],
342 }], 344 }],
343 ['OS=="win"', { 345 ['OS=="win"', {
344 'sources!': [ 346 'sources!': [
345 'child/npapi/webplugin_delegate_impl_aura.cc', 347 'child/npapi/webplugin_delegate_impl_aura.cc',
346 ], 348 ],
347 }], 349 }],
348 ], 350 ],
349 } 351 }
OLDNEW
« no previous file with comments | « content/child/blob_storage/blob_transport_controller_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698