| 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 'browser/web_contents/render_view_host_manager_unittest.cc', | 262 'browser/web_contents/render_view_host_manager_unittest.cc', |
| 263 'browser/web_contents/web_contents_delegate_unittest.cc', | 263 'browser/web_contents/web_contents_delegate_unittest.cc', |
| 264 'browser/web_contents/web_contents_impl_unittest.cc', | 264 'browser/web_contents/web_contents_impl_unittest.cc', |
| 265 'browser/web_contents/web_contents_view_mac_unittest.mm', | 265 'browser/web_contents/web_contents_view_mac_unittest.mm', |
| 266 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 266 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
| 267 'browser/webui/web_ui_message_handler_unittest.cc', | 267 'browser/webui/web_ui_message_handler_unittest.cc', |
| 268 'common/mac/attributed_string_coder_unittest.mm', | 268 'common/mac/attributed_string_coder_unittest.mm', |
| 269 'common/mac/font_descriptor_unittest.mm', | 269 'common/mac/font_descriptor_unittest.mm', |
| 270 'common/gpu/gpu_info_unittest.cc', | 270 'common/gpu/gpu_info_unittest.cc', |
| 271 'common/gpu/gpu_memory_manager_unittest.cc', | 271 'common/gpu/gpu_memory_manager_unittest.cc', |
| 272 'common/gpu/media/avc_config_record_builder_unittest.cc', |
| 272 'common/hi_res_timer_manager_unittest.cc', | 273 'common/hi_res_timer_manager_unittest.cc', |
| 273 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 274 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 274 'common/inter_process_time_ticks_converter_unittest.cc', | 275 'common/inter_process_time_ticks_converter_unittest.cc', |
| 275 'common/net/url_fetcher_impl_unittest.cc', | 276 'common/net/url_fetcher_impl_unittest.cc', |
| 276 'common/page_zoom_unittest.cc', | 277 'common/page_zoom_unittest.cc', |
| 277 'common/resource_dispatcher_unittest.cc', | 278 'common/resource_dispatcher_unittest.cc', |
| 278 'common/sandbox_mac_diraccess_unittest.mm', | 279 'common/sandbox_mac_diraccess_unittest.mm', |
| 279 'common/sandbox_mac_fontloading_unittest.mm', | 280 'common/sandbox_mac_fontloading_unittest.mm', |
| 280 'common/sandbox_mac_unittest_helper.h', | 281 'common/sandbox_mac_unittest_helper.h', |
| 281 'common/sandbox_mac_unittest_helper.mm', | 282 'common/sandbox_mac_unittest_helper.mm', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 '../testing/gtest.gyp:gtest', | 543 '../testing/gtest.gyp:gtest', |
| 543 ], | 544 ], |
| 544 'sources': [ | 545 'sources': [ |
| 545 'common/gpu/media/h264_parser_unittest.cc', | 546 'common/gpu/media/h264_parser_unittest.cc', |
| 546 ], | 547 ], |
| 547 } | 548 } |
| 548 ], | 549 ], |
| 549 }], | 550 }], |
| 550 ], | 551 ], |
| 551 } | 552 } |
| OLD | NEW |