| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'browser/tab_contents/render_view_host_manager_unittest.cc', | 237 'browser/tab_contents/render_view_host_manager_unittest.cc', |
| 238 'browser/tab_contents/tab_contents_delegate_unittest.cc', | 238 'browser/tab_contents/tab_contents_delegate_unittest.cc', |
| 239 'browser/tab_contents/tab_contents_unittest.cc', | 239 'browser/tab_contents/tab_contents_unittest.cc', |
| 240 'browser/tab_contents/web_drag_dest_mac_unittest.mm', | 240 'browser/tab_contents/web_drag_dest_mac_unittest.mm', |
| 241 'browser/trace_subscriber_stdio_unittest.cc', | 241 'browser/trace_subscriber_stdio_unittest.cc', |
| 242 'common/mac/attributed_string_coder_unittest.mm', | 242 'common/mac/attributed_string_coder_unittest.mm', |
| 243 'common/mac/font_descriptor_unittest.mm', | 243 'common/mac/font_descriptor_unittest.mm', |
| 244 'common/gpu/gpu_feature_flags_unittest.cc', | 244 'common/gpu/gpu_feature_flags_unittest.cc', |
| 245 'common/gpu/gpu_info_unittest.cc', | 245 'common/gpu/gpu_info_unittest.cc', |
| 246 'common/hi_res_timer_manager_unittest.cc', | 246 'common/hi_res_timer_manager_unittest.cc', |
| 247 'common/inter_process_time_ticks_converter_unittest.cc', |
| 247 'common/net/url_fetcher_impl_unittest.cc', | 248 'common/net/url_fetcher_impl_unittest.cc', |
| 248 'common/page_zoom_unittest.cc', | 249 'common/page_zoom_unittest.cc', |
| 249 'common/resource_dispatcher_unittest.cc', | 250 'common/resource_dispatcher_unittest.cc', |
| 250 'common/sandbox_mac_diraccess_unittest.mm', | 251 'common/sandbox_mac_diraccess_unittest.mm', |
| 251 'common/sandbox_mac_fontloading_unittest.mm', | 252 'common/sandbox_mac_fontloading_unittest.mm', |
| 252 'common/sandbox_mac_unittest_helper.h', | 253 'common/sandbox_mac_unittest_helper.h', |
| 253 'common/sandbox_mac_unittest_helper.mm', | 254 'common/sandbox_mac_unittest_helper.mm', |
| 254 'common/sandbox_mac_system_access_unittest.mm', | 255 'common/sandbox_mac_system_access_unittest.mm', |
| 255 'gpu/gpu_info_collector_unittest.cc', | 256 'gpu/gpu_info_collector_unittest.cc', |
| 256 'gpu/gpu_info_collector_unittest_win.cc', | 257 'gpu/gpu_info_collector_unittest_win.cc', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 ], | 419 ], |
| 419 'sources': [ | 420 'sources': [ |
| 420 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 421 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 421 ], | 422 ], |
| 422 } | 423 } |
| 423 ], | 424 ], |
| 424 }, | 425 }, |
| 425 ], | 426 ], |
| 426 ], | 427 ], |
| 427 } | 428 } |
| OLD | NEW |