OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'browser/tab_contents/navigation_controller_impl_unittest.cc', | 249 'browser/tab_contents/navigation_controller_impl_unittest.cc', |
250 'browser/tab_contents/navigation_entry_impl_unittest.cc', | 250 'browser/tab_contents/navigation_entry_impl_unittest.cc', |
251 'browser/tab_contents/render_view_host_manager_unittest.cc', | 251 'browser/tab_contents/render_view_host_manager_unittest.cc', |
252 'browser/tab_contents/tab_contents_delegate_unittest.cc', | 252 'browser/tab_contents/tab_contents_delegate_unittest.cc', |
253 'browser/tab_contents/tab_contents_unittest.cc', | 253 'browser/tab_contents/tab_contents_unittest.cc', |
254 'browser/tab_contents/web_contents_view_mac_unittest.mm', | 254 'browser/tab_contents/web_contents_view_mac_unittest.mm', |
255 'browser/tab_contents/web_drag_dest_mac_unittest.mm', | 255 'browser/tab_contents/web_drag_dest_mac_unittest.mm', |
256 'browser/trace_subscriber_stdio_unittest.cc', | 256 'browser/trace_subscriber_stdio_unittest.cc', |
257 'common/mac/attributed_string_coder_unittest.mm', | 257 'common/mac/attributed_string_coder_unittest.mm', |
258 'common/mac/font_descriptor_unittest.mm', | 258 'common/mac/font_descriptor_unittest.mm', |
| 259 'common/gamepad_seqlock_unittest.cc', |
259 'common/gpu/gpu_info_unittest.cc', | 260 'common/gpu/gpu_info_unittest.cc', |
260 'common/gpu/gpu_memory_manager_unittest.cc', | 261 'common/gpu/gpu_memory_manager_unittest.cc', |
261 'common/hi_res_timer_manager_unittest.cc', | 262 'common/hi_res_timer_manager_unittest.cc', |
262 'common/inter_process_time_ticks_converter_unittest.cc', | 263 'common/inter_process_time_ticks_converter_unittest.cc', |
263 'common/net/url_fetcher_impl_unittest.cc', | 264 'common/net/url_fetcher_impl_unittest.cc', |
264 'common/page_zoom_unittest.cc', | 265 'common/page_zoom_unittest.cc', |
265 'common/resource_dispatcher_unittest.cc', | 266 'common/resource_dispatcher_unittest.cc', |
266 'common/sandbox_mac_diraccess_unittest.mm', | 267 'common/sandbox_mac_diraccess_unittest.mm', |
267 'common/sandbox_mac_fontloading_unittest.mm', | 268 'common/sandbox_mac_fontloading_unittest.mm', |
268 'common/sandbox_mac_unittest_helper.h', | 269 'common/sandbox_mac_unittest_helper.h', |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 ], | 485 ], |
485 'sources': [ | 486 'sources': [ |
486 'common/gpu/media/video_decode_accelerator_unittest.cc', | 487 'common/gpu/media/video_decode_accelerator_unittest.cc', |
487 ], | 488 ], |
488 } | 489 } |
489 ], | 490 ], |
490 }, | 491 }, |
491 ], | 492 ], |
492 ], | 493 ], |
493 } | 494 } |
OLD | NEW |