| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'browser/renderer_host/resource_dispatcher_host_unittest.cc', | 174 'browser/renderer_host/resource_dispatcher_host_unittest.cc', |
| 175 'browser/renderer_host/resource_queue_unittest.cc', | 175 'browser/renderer_host/resource_queue_unittest.cc', |
| 176 'browser/resolve_proxy_msg_helper_unittest.cc', | 176 'browser/resolve_proxy_msg_helper_unittest.cc', |
| 177 'browser/site_instance_unittest.cc', | 177 'browser/site_instance_unittest.cc', |
| 178 'browser/speech/endpointer/endpointer_unittest.cc', | 178 'browser/speech/endpointer/endpointer_unittest.cc', |
| 179 'browser/speech/speech_recognition_request_unittest.cc', | 179 'browser/speech/speech_recognition_request_unittest.cc', |
| 180 'browser/speech/speech_recognizer_unittest.cc', | 180 'browser/speech/speech_recognizer_unittest.cc', |
| 181 'browser/ssl/ssl_host_state_unittest.cc', | 181 'browser/ssl/ssl_host_state_unittest.cc', |
| 182 'browser/tab_contents/navigation_entry_unittest.cc', | 182 'browser/tab_contents/navigation_entry_unittest.cc', |
| 183 'browser/tab_contents/tab_contents_delegate_unittest.cc', | 183 'browser/tab_contents/tab_contents_delegate_unittest.cc', |
| 184 'browser/tab_contents/web_drag_dest_mac_unittest.mm', |
| 184 'browser/trace_subscriber_stdio_unittest.cc', | 185 'browser/trace_subscriber_stdio_unittest.cc', |
| 185 'common/mac/attributed_string_coder_unittest.mm', | 186 'common/mac/attributed_string_coder_unittest.mm', |
| 186 'common/mac/font_descriptor_unittest.mm', | 187 'common/mac/font_descriptor_unittest.mm', |
| 187 'common/gpu/gpu_feature_flags_unittest.cc', | 188 'common/gpu/gpu_feature_flags_unittest.cc', |
| 188 'common/gpu/gpu_info_unittest.cc', | 189 'common/gpu/gpu_info_unittest.cc', |
| 189 'common/hi_res_timer_manager_unittest.cc', | 190 'common/hi_res_timer_manager_unittest.cc', |
| 190 'common/net/url_fetcher_impl_unittest.cc', | 191 'common/net/url_fetcher_impl_unittest.cc', |
| 191 'common/process_watcher_unittest.cc', | 192 'common/process_watcher_unittest.cc', |
| 192 'common/property_bag_unittest.cc', | 193 'common/property_bag_unittest.cc', |
| 193 'common/resource_dispatcher_unittest.cc', | 194 'common/resource_dispatcher_unittest.cc', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 ], | 348 ], |
| 348 'sources': [ | 349 'sources': [ |
| 349 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 350 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 350 ], | 351 ], |
| 351 } | 352 } |
| 352 ], | 353 ], |
| 353 }, | 354 }, |
| 354 ], | 355 ], |
| 355 ], | 356 ], |
| 356 } | 357 } |
| OLD | NEW |