| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', | 467 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', |
| 468 'browser/frame_host/frame_tree_unittest.cc', | 468 'browser/frame_host/frame_tree_unittest.cc', |
| 469 'browser/frame_host/frame_tree_node_blame_context_unittest.cc', | 469 'browser/frame_host/frame_tree_node_blame_context_unittest.cc', |
| 470 'browser/frame_host/navigation_controller_impl_unittest.cc', | 470 'browser/frame_host/navigation_controller_impl_unittest.cc', |
| 471 'browser/frame_host/navigation_entry_impl_unittest.cc', | 471 'browser/frame_host/navigation_entry_impl_unittest.cc', |
| 472 'browser/frame_host/navigation_handle_impl_unittest.cc', | 472 'browser/frame_host/navigation_handle_impl_unittest.cc', |
| 473 'browser/frame_host/navigator_impl_unittest.cc', | 473 'browser/frame_host/navigator_impl_unittest.cc', |
| 474 'browser/frame_host/render_frame_host_manager_unittest.cc', | 474 'browser/frame_host/render_frame_host_manager_unittest.cc', |
| 475 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', | 475 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', |
| 476 'browser/frame_host/render_widget_host_view_guest_unittest.cc', | 476 'browser/frame_host/render_widget_host_view_guest_unittest.cc', |
| 477 'browser/gamepad/gamepad_provider_unittest.cc', | |
| 478 'browser/gamepad/gamepad_service_unittest.cc', | 477 'browser/gamepad/gamepad_service_unittest.cc', |
| 479 'browser/gamepad/gamepad_test_helpers.cc', | 478 'browser/gamepad/gamepad_service_test_helpers.cc', |
| 480 'browser/gamepad/gamepad_test_helpers.h', | 479 'browser/gamepad/gamepad_service_test_helpers.h', |
| 481 'browser/geolocation/geolocation_provider_impl_unittest.cc', | 480 'browser/geolocation/geolocation_provider_impl_unittest.cc', |
| 482 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 481 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
| 483 'browser/geolocation/network_location_provider_unittest.cc', | 482 'browser/geolocation/network_location_provider_unittest.cc', |
| 484 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 483 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 485 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 484 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 486 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 485 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 487 'browser/geolocation/wifi_data_provider_win_unittest.cc', | 486 'browser/geolocation/wifi_data_provider_win_unittest.cc', |
| 488 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', | 487 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', |
| 489 'browser/gpu/shader_disk_cache_unittest.cc', | 488 'browser/gpu/shader_disk_cache_unittest.cc', |
| 490 'browser/host_zoom_map_impl_unittest.cc', | 489 'browser/host_zoom_map_impl_unittest.cc', |
| (...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 'content_unittests_apk.isolate', | 1926 'content_unittests_apk.isolate', |
| 1928 ], | 1927 ], |
| 1929 }, | 1928 }, |
| 1930 ], | 1929 ], |
| 1931 }, | 1930 }, |
| 1932 ], | 1931 ], |
| 1933 ], | 1932 ], |
| 1934 }], | 1933 }], |
| 1935 ], | 1934 ], |
| 1936 } | 1935 } |
| OLD | NEW |