| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'browser/tab_contents/web_drag_dest_mac_unittest.mm', | 221 'browser/tab_contents/web_drag_dest_mac_unittest.mm', |
| 222 'browser/trace_subscriber_stdio_unittest.cc', | 222 'browser/trace_subscriber_stdio_unittest.cc', |
| 223 'common/mac/attributed_string_coder_unittest.mm', | 223 'common/mac/attributed_string_coder_unittest.mm', |
| 224 'common/mac/font_descriptor_unittest.mm', | 224 'common/mac/font_descriptor_unittest.mm', |
| 225 'common/mac/scoped_sending_event_unittest.mm', | 225 'common/mac/scoped_sending_event_unittest.mm', |
| 226 'common/gpu/gpu_feature_flags_unittest.cc', | 226 'common/gpu/gpu_feature_flags_unittest.cc', |
| 227 'common/gpu/gpu_info_unittest.cc', | 227 'common/gpu/gpu_info_unittest.cc', |
| 228 'common/hi_res_timer_manager_unittest.cc', | 228 'common/hi_res_timer_manager_unittest.cc', |
| 229 'common/net/url_fetcher_impl_unittest.cc', | 229 'common/net/url_fetcher_impl_unittest.cc', |
| 230 'common/page_zoom_unittest.cc', | 230 'common/page_zoom_unittest.cc', |
| 231 'common/referrer_unittest.cc', |
| 231 'common/resource_dispatcher_unittest.cc', | 232 'common/resource_dispatcher_unittest.cc', |
| 232 'gpu/gpu_info_collector_unittest.cc', | 233 'gpu/gpu_info_collector_unittest.cc', |
| 233 'gpu/gpu_info_collector_unittest_win.cc', | 234 'gpu/gpu_info_collector_unittest_win.cc', |
| 234 'renderer/active_notification_tracker_unittest.cc', | 235 'renderer/active_notification_tracker_unittest.cc', |
| 235 'renderer/gpu/input_event_filter_unittest.cc', | 236 'renderer/gpu/input_event_filter_unittest.cc', |
| 236 'renderer/media/audio_message_filter_unittest.cc', | 237 'renderer/media/audio_message_filter_unittest.cc', |
| 237 'renderer/media/audio_renderer_impl_unittest.cc', | 238 'renderer/media/audio_renderer_impl_unittest.cc', |
| 238 'renderer/media/capture_video_decoder_unittest.cc', | 239 'renderer/media/capture_video_decoder_unittest.cc', |
| 239 'renderer/media/media_stream_dispatcher_unittest.cc', | 240 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 240 'renderer/media/rtc_video_decoder_unittest.cc', | 241 'renderer/media/rtc_video_decoder_unittest.cc', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 ], | 382 ], |
| 382 'sources': [ | 383 'sources': [ |
| 383 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 384 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 384 ], | 385 ], |
| 385 } | 386 } |
| 386 ], | 387 ], |
| 387 }, | 388 }, |
| 388 ], | 389 ], |
| 389 ], | 390 ], |
| 390 } | 391 } |
| OLD | NEW |