| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'browser/web_contents/navigation_controller_impl_unittest.cc', | 311 'browser/web_contents/navigation_controller_impl_unittest.cc', |
| 312 'browser/web_contents/navigation_entry_impl_unittest.cc', | 312 'browser/web_contents/navigation_entry_impl_unittest.cc', |
| 313 'browser/web_contents/render_view_host_manager_unittest.cc', | 313 'browser/web_contents/render_view_host_manager_unittest.cc', |
| 314 'browser/web_contents/web_contents_delegate_unittest.cc', | 314 'browser/web_contents/web_contents_delegate_unittest.cc', |
| 315 'browser/web_contents/web_contents_impl_unittest.cc', | 315 'browser/web_contents/web_contents_impl_unittest.cc', |
| 316 'browser/web_contents/web_contents_view_mac_unittest.mm', | 316 'browser/web_contents/web_contents_view_mac_unittest.mm', |
| 317 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 317 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
| 318 'browser/web_contents/web_drag_source_mac_unittest.mm', | 318 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 319 'browser/webui/web_ui_message_handler_unittest.cc', | 319 'browser/webui/web_ui_message_handler_unittest.cc', |
| 320 'common/android/address_parser_unittest.cc', | 320 'common/android/address_parser_unittest.cc', |
| 321 'common/mac/attributed_string_coder_unittest.mm', | 321 'common/content_debug_logging_unittest.cc', |
| 322 'common/mac/font_descriptor_unittest.mm', | |
| 323 'common/gpu/gpu_info_unittest.cc', | 322 'common/gpu/gpu_info_unittest.cc', |
| 324 'common/gpu/gpu_memory_manager_unittest.cc', | 323 'common/gpu/gpu_memory_manager_unittest.cc', |
| 325 'common/gpu/media/avc_config_record_builder_unittest.cc', | 324 'common/gpu/media/avc_config_record_builder_unittest.cc', |
| 326 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 325 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 327 'common/inter_process_time_ticks_converter_unittest.cc', | 326 'common/inter_process_time_ticks_converter_unittest.cc', |
| 327 'common/mac/attributed_string_coder_unittest.mm', |
| 328 'common/mac/font_descriptor_unittest.mm', |
| 328 'common/page_zoom_unittest.cc', | 329 'common/page_zoom_unittest.cc', |
| 329 'common/resource_dispatcher_unittest.cc', | 330 'common/resource_dispatcher_unittest.cc', |
| 330 'common/sandbox_mac_diraccess_unittest.mm', | 331 'common/sandbox_mac_diraccess_unittest.mm', |
| 331 'common/sandbox_mac_fontloading_unittest.mm', | 332 'common/sandbox_mac_fontloading_unittest.mm', |
| 332 'common/sandbox_mac_unittest_helper.h', | 333 'common/sandbox_mac_unittest_helper.h', |
| 333 'common/sandbox_mac_unittest_helper.mm', | 334 'common/sandbox_mac_unittest_helper.mm', |
| 334 'common/sandbox_mac_system_access_unittest.mm', | 335 'common/sandbox_mac_system_access_unittest.mm', |
| 335 'gpu/gpu_info_collector_unittest.cc', | 336 'gpu/gpu_info_collector_unittest.cc', |
| 336 'gpu/gpu_info_collector_unittest_win.cc', | 337 'gpu/gpu_info_collector_unittest_win.cc', |
| 337 'renderer/active_notification_tracker_unittest.cc', | 338 'renderer/active_notification_tracker_unittest.cc', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 '-buildfile', | 840 '-buildfile', |
| 840 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 841 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 841 ] | 842 ] |
| 842 } | 843 } |
| 843 ], | 844 ], |
| 844 }, | 845 }, |
| 845 ], | 846 ], |
| 846 }], | 847 }], |
| 847 ], | 848 ], |
| 848 } | 849 } |
| OLD | NEW |