OLD | NEW |
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 '../crypto/crypto.gyp:crypto', | 111 '../crypto/crypto.gyp:crypto', |
112 '../gpu/gpu.gyp:gpu_unittest_utils', | 112 '../gpu/gpu.gyp:gpu_unittest_utils', |
113 '../ipc/ipc.gyp:test_support_ipc', | 113 '../ipc/ipc.gyp:test_support_ipc', |
114 '../media/media.gyp:media_test_support', | 114 '../media/media.gyp:media_test_support', |
115 '../net/net.gyp:net_test_support', | 115 '../net/net.gyp:net_test_support', |
116 '../skia/skia.gyp:skia', | 116 '../skia/skia.gyp:skia', |
117 '../testing/gmock.gyp:gmock', | 117 '../testing/gmock.gyp:gmock', |
118 '../testing/gtest.gyp:gtest', | 118 '../testing/gtest.gyp:gtest', |
119 '../third_party/libjingle/libjingle.gyp:libjingle', | 119 '../third_party/libjingle/libjingle.gyp:libjingle', |
120 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 120 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
| 121 '../third_party/libvpx/libvpx.gyp:libvpx', |
121 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 122 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 123 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
| 124 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system
_wrappers', |
| 125 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', |
| 126 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', |
122 '../ui/gfx/gl/gl.gyp:gl', | 127 '../ui/gfx/gl/gl.gyp:gl', |
123 '../ui/ui.gyp:ui', | 128 '../ui/ui.gyp:ui', |
124 '../webkit/support/webkit_support.gyp:database', | 129 '../webkit/support/webkit_support.gyp:database', |
125 '../webkit/support/webkit_support.gyp:glue', | 130 '../webkit/support/webkit_support.gyp:glue', |
126 '../webkit/support/webkit_support.gyp:quota', | 131 '../webkit/support/webkit_support.gyp:quota', |
127 ], | 132 ], |
128 'include_dirs': [ | 133 'include_dirs': [ |
129 '..', | 134 '..', |
130 ], | 135 ], |
131 'sources': [ | 136 'sources': [ |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'gpu/gpu_info_collector_unittest_win.cc', | 200 'gpu/gpu_info_collector_unittest_win.cc', |
196 'renderer/active_notification_tracker_unittest.cc', | 201 'renderer/active_notification_tracker_unittest.cc', |
197 'renderer/gpu/input_event_filter_unittest.cc', | 202 'renderer/gpu/input_event_filter_unittest.cc', |
198 'renderer/media/audio_message_filter_unittest.cc', | 203 'renderer/media/audio_message_filter_unittest.cc', |
199 'renderer/media/audio_renderer_impl_unittest.cc', | 204 'renderer/media/audio_renderer_impl_unittest.cc', |
200 'renderer/media/capture_video_decoder_unittest.cc', | 205 'renderer/media/capture_video_decoder_unittest.cc', |
201 'renderer/media/media_stream_dispatcher_unittest.cc', | 206 'renderer/media/media_stream_dispatcher_unittest.cc', |
202 'renderer/media/rtc_video_decoder_unittest.cc', | 207 'renderer/media/rtc_video_decoder_unittest.cc', |
203 'renderer/media/video_capture_impl_unittest.cc', | 208 'renderer/media/video_capture_impl_unittest.cc', |
204 'renderer/media/video_capture_message_filter_unittest.cc', | 209 'renderer/media/video_capture_message_filter_unittest.cc', |
| 210 'renderer/media/webrtc_audio_device_unittest.cc', |
205 'renderer/paint_aggregator_unittest.cc', | 211 'renderer/paint_aggregator_unittest.cc', |
206 'renderer/v8_value_converter_impl_unittest.cc', | 212 'renderer/v8_value_converter_impl_unittest.cc', |
207 'test/run_all_unittests.cc', | 213 'test/run_all_unittests.cc', |
208 ], | 214 ], |
209 'conditions': [ | 215 'conditions': [ |
210 ['input_speech==0', { | 216 ['input_speech==0', { |
211 'sources/': [ | 217 'sources/': [ |
212 ['exclude', '^browser/speech/'], | 218 ['exclude', '^browser/speech/'], |
213 ] | 219 ] |
214 }], | 220 }], |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 ], | 353 ], |
348 'sources': [ | 354 'sources': [ |
349 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 355 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
350 ], | 356 ], |
351 } | 357 } |
352 ], | 358 ], |
353 }, | 359 }, |
354 ], | 360 ], |
355 ], | 361 ], |
356 } | 362 } |
OLD | NEW |