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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'common/gpu/gpu_info_unittest.cc', | 158 'common/gpu/gpu_info_unittest.cc', |
159 'common/hi_res_timer_manager_unittest.cc', | 159 'common/hi_res_timer_manager_unittest.cc', |
160 'common/net/url_fetcher_unittest.cc', | 160 'common/net/url_fetcher_unittest.cc', |
161 'common/notification_service_unittest.cc', | 161 'common/notification_service_unittest.cc', |
162 'common/process_watcher_unittest.cc', | 162 'common/process_watcher_unittest.cc', |
163 'common/property_bag_unittest.cc', | 163 'common/property_bag_unittest.cc', |
164 'common/resource_dispatcher_unittest.cc', | 164 'common/resource_dispatcher_unittest.cc', |
165 'gpu/gpu_info_collector_unittest.cc', | 165 'gpu/gpu_info_collector_unittest.cc', |
166 'gpu/gpu_info_collector_unittest_win.cc', | 166 'gpu/gpu_info_collector_unittest_win.cc', |
167 'renderer/active_notification_tracker_unittest.cc', | 167 'renderer/active_notification_tracker_unittest.cc', |
| 168 'renderer/gpu/input_event_filter_unittest.cc', |
168 'renderer/media/audio_message_filter_unittest.cc', | 169 'renderer/media/audio_message_filter_unittest.cc', |
169 'renderer/media/audio_renderer_impl_unittest.cc', | 170 'renderer/media/audio_renderer_impl_unittest.cc', |
170 'renderer/media/capture_video_decoder_unittest.cc', | 171 'renderer/media/capture_video_decoder_unittest.cc', |
171 'renderer/media/media_stream_dispatcher_unittest.cc', | 172 'renderer/media/media_stream_dispatcher_unittest.cc', |
172 'renderer/media/rtc_video_decoder_unittest.cc', | 173 'renderer/media/rtc_video_decoder_unittest.cc', |
173 'renderer/media/video_capture_impl_unittest.cc', | 174 'renderer/media/video_capture_impl_unittest.cc', |
174 'renderer/media/video_capture_message_filter_unittest.cc', | 175 'renderer/media/video_capture_message_filter_unittest.cc', |
175 'renderer/paint_aggregator_unittest.cc', | 176 'renderer/paint_aggregator_unittest.cc', |
176 'renderer/v8_value_converter_unittest.cc', | 177 'renderer/v8_value_converter_unittest.cc', |
177 'test/run_all_unittests.cc', | 178 'test/run_all_unittests.cc', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 ], | 273 ], |
273 'sources': [ | 274 'sources': [ |
274 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 275 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
275 ], | 276 ], |
276 } | 277 } |
277 ], | 278 ], |
278 }, | 279 }, |
279 ], | 280 ], |
280 ], | 281 ], |
281 } | 282 } |
OLD | NEW |