| 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', | 465 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', |
| 466 'browser/frame_host/frame_tree_node_blame_context_unittest.cc', | 466 'browser/frame_host/frame_tree_node_blame_context_unittest.cc', |
| 467 'browser/frame_host/frame_tree_unittest.cc', | 467 'browser/frame_host/frame_tree_unittest.cc', |
| 468 'browser/frame_host/navigation_controller_impl_unittest.cc', | 468 'browser/frame_host/navigation_controller_impl_unittest.cc', |
| 469 'browser/frame_host/navigation_entry_impl_unittest.cc', | 469 'browser/frame_host/navigation_entry_impl_unittest.cc', |
| 470 'browser/frame_host/navigation_handle_impl_unittest.cc', | 470 'browser/frame_host/navigation_handle_impl_unittest.cc', |
| 471 'browser/frame_host/navigator_impl_unittest.cc', | 471 'browser/frame_host/navigator_impl_unittest.cc', |
| 472 'browser/frame_host/render_frame_host_manager_unittest.cc', | 472 'browser/frame_host/render_frame_host_manager_unittest.cc', |
| 473 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', | 473 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', |
| 474 'browser/frame_host/render_widget_host_view_guest_unittest.cc', | 474 'browser/frame_host/render_widget_host_view_guest_unittest.cc', |
| 475 'browser/gamepad/gamepad_provider_unittest.cc', | |
| 476 'browser/gamepad/gamepad_service_unittest.cc', | 475 'browser/gamepad/gamepad_service_unittest.cc', |
| 477 'browser/gamepad/gamepad_test_helpers.cc', | 476 'browser/gamepad/gamepad_service_test_helpers.cc', |
| 478 'browser/gamepad/gamepad_test_helpers.h', | 477 'browser/gamepad/gamepad_service_test_helpers.h', |
| 479 'browser/geolocation/geolocation_provider_impl_unittest.cc', | 478 'browser/geolocation/geolocation_provider_impl_unittest.cc', |
| 480 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 479 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
| 481 'browser/geolocation/network_location_provider_unittest.cc', | 480 'browser/geolocation/network_location_provider_unittest.cc', |
| 482 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 481 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 483 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 482 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 484 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 483 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 485 'browser/geolocation/wifi_data_provider_win_unittest.cc', | 484 'browser/geolocation/wifi_data_provider_win_unittest.cc', |
| 486 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', | 485 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', |
| 487 'browser/gpu/shader_disk_cache_unittest.cc', | 486 'browser/gpu/shader_disk_cache_unittest.cc', |
| 488 'browser/host_zoom_map_impl_unittest.cc', | 487 'browser/host_zoom_map_impl_unittest.cc', |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 'target_name': 'test_support_content', | 840 'target_name': 'test_support_content', |
| 842 'type': 'static_library', | 841 'type': 'static_library', |
| 843 'dependencies': [ | 842 'dependencies': [ |
| 844 '../cc/blink/cc_blink.gyp:cc_blink', | 843 '../cc/blink/cc_blink.gyp:cc_blink', |
| 845 '../cc/cc.gyp:cc', | 844 '../cc/cc.gyp:cc', |
| 846 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 845 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 847 '../cc/cc_tests.gyp:cc_test_support', | 846 '../cc/cc_tests.gyp:cc_test_support', |
| 848 '../components/components.gyp:display_compositor', | 847 '../components/components.gyp:display_compositor', |
| 849 '../components/scheduler/scheduler.gyp:scheduler', | 848 '../components/scheduler/scheduler.gyp:scheduler', |
| 850 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 849 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 850 '../device/gamepad/gamepad.gyp:device_gamepad', |
| 851 '../gpu/gpu.gyp:gpu_ipc_common', | 851 '../gpu/gpu.gyp:gpu_ipc_common', |
| 852 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | 852 '../gpu/gpu.gyp:gpu_ipc_service_test_support', |
| 853 '../media/blink/media_blink.gyp:media_blink', | 853 '../media/blink/media_blink.gyp:media_blink', |
| 854 '../media/capture/capture.gyp:capture', | 854 '../media/capture/capture.gyp:capture', |
| 855 '../media/media.gyp:media', | 855 '../media/media.gyp:media', |
| 856 '../media/midi/midi.gyp:midi', | 856 '../media/midi/midi.gyp:midi', |
| 857 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 857 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 858 '../mojo/mojo_edk.gyp:mojo_system_impl', | 858 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 859 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 859 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 860 '../net/net.gyp:net_test_support', | 860 '../net/net.gyp:net_test_support', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 '../base/base.gyp:test_support_base', | 1053 '../base/base.gyp:test_support_base', |
| 1054 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1054 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1055 '../cc/cc.gyp:cc', | 1055 '../cc/cc.gyp:cc', |
| 1056 '../cc/cc.gyp:cc_surfaces', | 1056 '../cc/cc.gyp:cc_surfaces', |
| 1057 '../cc/cc_tests.gyp:cc_test_support', | 1057 '../cc/cc_tests.gyp:cc_test_support', |
| 1058 '../crypto/crypto.gyp:crypto', | 1058 '../crypto/crypto.gyp:crypto', |
| 1059 '../device/battery/battery.gyp:device_battery', | 1059 '../device/battery/battery.gyp:device_battery', |
| 1060 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 1060 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 1061 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1061 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1062 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1062 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 1063 '../device/gamepad/gamepad.gyp:device_gamepad_test_helpers', |
| 1063 '../gin/gin.gyp:gin', | 1064 '../gin/gin.gyp:gin', |
| 1064 '../gpu/gpu.gyp:gpu', | 1065 '../gpu/gpu.gyp:gpu', |
| 1065 '../gpu/gpu.gyp:gpu_unittest_utils', | 1066 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1066 '../ipc/ipc.gyp:test_support_ipc', | 1067 '../ipc/ipc.gyp:test_support_ipc', |
| 1067 '../media/media.gyp:media_test_support', | 1068 '../media/media.gyp:media_test_support', |
| 1068 '../media/media.gyp:shared_memory_support', | 1069 '../media/media.gyp:shared_memory_support', |
| 1069 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 1070 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 1070 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 1071 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1071 '../net/net.gyp:net_extras', | 1072 '../net/net.gyp:net_extras', |
| 1072 '../net/net.gyp:net_test_support', | 1073 '../net/net.gyp:net_test_support', |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1930 'content_unittests_apk.isolate', | 1931 'content_unittests_apk.isolate', |
| 1931 ], | 1932 ], |
| 1932 }, | 1933 }, |
| 1933 ], | 1934 ], |
| 1934 }, | 1935 }, |
| 1935 ], | 1936 ], |
| 1936 ], | 1937 ], |
| 1937 }], | 1938 }], |
| 1938 ], | 1939 ], |
| 1939 } | 1940 } |
| OLD | NEW |