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

Side by Side Diff: content/content_tests.gypi

Issue 8318028: Gracefully handle child process death in out-of-process plugin loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do not send the index Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « content/common/utility_messages.h ('k') | content/utility/utility_thread_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'browser/geolocation/win7_location_api_unittest_win.cc', 147 'browser/geolocation/win7_location_api_unittest_win.cc',
148 'browser/geolocation/win7_location_provider_unittest_win.cc', 148 'browser/geolocation/win7_location_provider_unittest_win.cc',
149 'browser/gpu/gpu_blacklist_unittest.cc', 149 'browser/gpu/gpu_blacklist_unittest.cc',
150 'browser/in_process_webkit/dom_storage_unittest.cc', 150 'browser/in_process_webkit/dom_storage_unittest.cc',
151 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', 151 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc',
152 'browser/in_process_webkit/webkit_context_unittest.cc', 152 'browser/in_process_webkit/webkit_context_unittest.cc',
153 'browser/in_process_webkit/webkit_thread_unittest.cc', 153 'browser/in_process_webkit/webkit_thread_unittest.cc',
154 'browser/mac/closure_blocks_leopard_compat_unittest.cc', 154 'browser/mac/closure_blocks_leopard_compat_unittest.cc',
155 'browser/mach_broker_mac_unittest.cc', 155 'browser/mach_broker_mac_unittest.cc',
156 'browser/notification_service_impl_unittest.cc', 156 'browser/notification_service_impl_unittest.cc',
157 'browser/plugin_loader_posix_unittest.cc',
157 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', 158 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm',
158 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 159 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
159 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', 160 'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
160 'browser/renderer_host/media/audio_renderer_host_unittest.cc', 161 'browser/renderer_host/media/audio_renderer_host_unittest.cc',
161 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', 162 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
162 'browser/renderer_host/media/video_capture_host_unittest.cc', 163 'browser/renderer_host/media/video_capture_host_unittest.cc',
163 'browser/renderer_host/media/video_capture_manager_unittest.cc', 164 'browser/renderer_host/media/video_capture_manager_unittest.cc',
164 'browser/renderer_host/render_view_host_unittest.cc', 165 'browser/renderer_host/render_view_host_unittest.cc',
165 'browser/renderer_host/render_widget_host_view_mac_editcommand_helper_un ittest.mm', 166 'browser/renderer_host/render_widget_host_view_mac_editcommand_helper_un ittest.mm',
166 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', 167 'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ], 336 ],
336 'sources': [ 337 'sources': [
337 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 338 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
338 ], 339 ],
339 } 340 }
340 ], 341 ],
341 }, 342 },
342 ], 343 ],
343 ], 344 ],
344 } 345 }
OLDNEW
« no previous file with comments | « content/common/utility_messages.h ('k') | content/utility/utility_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698