| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'common/gpu/gpu_info_unittest.cc', | 163 'common/gpu/gpu_info_unittest.cc', |
| 164 'common/hi_res_timer_manager_unittest.cc', | 164 'common/hi_res_timer_manager_unittest.cc', |
| 165 'common/net/url_fetcher_unittest.cc', | 165 'common/net/url_fetcher_unittest.cc', |
| 166 'common/notification_service_unittest.cc', | 166 'common/notification_service_unittest.cc', |
| 167 'common/process_watcher_unittest.cc', | 167 'common/process_watcher_unittest.cc', |
| 168 'common/property_bag_unittest.cc', | 168 'common/property_bag_unittest.cc', |
| 169 'common/resource_dispatcher_unittest.cc', | 169 'common/resource_dispatcher_unittest.cc', |
| 170 'gpu/gpu_info_collector_unittest.cc', | 170 'gpu/gpu_info_collector_unittest.cc', |
| 171 'gpu/gpu_info_collector_unittest_win.cc', | 171 'gpu/gpu_info_collector_unittest_win.cc', |
| 172 'renderer/active_notification_tracker_unittest.cc', | 172 'renderer/active_notification_tracker_unittest.cc', |
| 173 'renderer/gpu/input_event_filter_unittest.cc', |
| 173 'renderer/media/audio_message_filter_unittest.cc', | 174 'renderer/media/audio_message_filter_unittest.cc', |
| 174 'renderer/media/audio_renderer_impl_unittest.cc', | 175 'renderer/media/audio_renderer_impl_unittest.cc', |
| 175 'renderer/media/capture_video_decoder_unittest.cc', | 176 'renderer/media/capture_video_decoder_unittest.cc', |
| 176 'renderer/media/media_stream_dispatcher_unittest.cc', | 177 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 177 'renderer/media/rtc_video_decoder_unittest.cc', | 178 'renderer/media/rtc_video_decoder_unittest.cc', |
| 178 'renderer/media/video_capture_impl_unittest.cc', | 179 'renderer/media/video_capture_impl_unittest.cc', |
| 179 'renderer/media/video_capture_message_filter_unittest.cc', | 180 'renderer/media/video_capture_message_filter_unittest.cc', |
| 180 'renderer/paint_aggregator_unittest.cc', | 181 'renderer/paint_aggregator_unittest.cc', |
| 181 'renderer/v8_value_converter_impl_unittest.cc', | 182 'renderer/v8_value_converter_impl_unittest.cc', |
| 182 'test/run_all_unittests.cc', | 183 'test/run_all_unittests.cc', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 ], | 308 ], |
| 308 'sources': [ | 309 'sources': [ |
| 309 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 310 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 310 ], | 311 ], |
| 311 } | 312 } |
| 312 ], | 313 ], |
| 313 }, | 314 }, |
| 314 ], | 315 ], |
| 315 ], | 316 ], |
| 316 } | 317 } |
| OLD | NEW |