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

Side by Side Diff: content/content_tests.gypi

Issue 8436008: Add check on invalid file descriptor at both broker and renderer sides. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Synced and resolved conflict. Created 9 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
« no previous file with comments | « no previous file | content/ppapi_plugin/ppapi_thread.cc » ('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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'renderer/gpu/input_event_filter_unittest.cc', 222 'renderer/gpu/input_event_filter_unittest.cc',
223 'renderer/media/audio_message_filter_unittest.cc', 223 'renderer/media/audio_message_filter_unittest.cc',
224 'renderer/media/audio_renderer_impl_unittest.cc', 224 'renderer/media/audio_renderer_impl_unittest.cc',
225 'renderer/media/capture_video_decoder_unittest.cc', 225 'renderer/media/capture_video_decoder_unittest.cc',
226 'renderer/media/media_stream_dispatcher_unittest.cc', 226 'renderer/media/media_stream_dispatcher_unittest.cc',
227 'renderer/media/rtc_video_decoder_unittest.cc', 227 'renderer/media/rtc_video_decoder_unittest.cc',
228 'renderer/media/video_capture_impl_unittest.cc', 228 'renderer/media/video_capture_impl_unittest.cc',
229 'renderer/media/video_capture_message_filter_unittest.cc', 229 'renderer/media/video_capture_message_filter_unittest.cc',
230 'renderer/media/webrtc_audio_device_unittest.cc', 230 'renderer/media/webrtc_audio_device_unittest.cc',
231 'renderer/paint_aggregator_unittest.cc', 231 'renderer/paint_aggregator_unittest.cc',
232 'renderer/pepper_plugin_delegate_impl_unittest.cc',
232 'renderer/v8_value_converter_impl_unittest.cc', 233 'renderer/v8_value_converter_impl_unittest.cc',
233 'test/run_all_unittests.cc', 234 'test/run_all_unittests.cc',
234 ], 235 ],
235 'conditions': [ 236 'conditions': [
236 ['input_speech==0', { 237 ['input_speech==0', {
237 'sources/': [ 238 'sources/': [
238 ['exclude', '^browser/speech/'], 239 ['exclude', '^browser/speech/'],
239 ] 240 ]
240 }], 241 }],
241 ['notifications==0', { 242 ['notifications==0', {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ], 374 ],
374 'sources': [ 375 'sources': [
375 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 376 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
376 ], 377 ],
377 } 378 }
378 ], 379 ],
379 }, 380 },
380 ], 381 ],
381 ], 382 ],
382 } 383 }
OLDNEW
« no previous file with comments | « no previous file | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698