Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: content/content_tests.gypi

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Next attempt Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', 470 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc',
471 'browser/frame_host/frame_tree_unittest.cc', 471 'browser/frame_host/frame_tree_unittest.cc',
472 'browser/frame_host/frame_tree_node_blame_context_unittest.cc', 472 'browser/frame_host/frame_tree_node_blame_context_unittest.cc',
473 'browser/frame_host/navigation_controller_impl_unittest.cc', 473 'browser/frame_host/navigation_controller_impl_unittest.cc',
474 'browser/frame_host/navigation_entry_impl_unittest.cc', 474 'browser/frame_host/navigation_entry_impl_unittest.cc',
475 'browser/frame_host/navigation_handle_impl_unittest.cc', 475 'browser/frame_host/navigation_handle_impl_unittest.cc',
476 'browser/frame_host/navigator_impl_unittest.cc', 476 'browser/frame_host/navigator_impl_unittest.cc',
477 'browser/frame_host/render_frame_host_manager_unittest.cc', 477 'browser/frame_host/render_frame_host_manager_unittest.cc',
478 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', 478 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc',
479 'browser/frame_host/render_widget_host_view_guest_unittest.cc', 479 'browser/frame_host/render_widget_host_view_guest_unittest.cc',
480 'browser/gamepad/gamepad_provider_unittest.cc',
481 'browser/gamepad/gamepad_service_unittest.cc', 480 'browser/gamepad/gamepad_service_unittest.cc',
482 'browser/gamepad/gamepad_test_helpers.cc', 481 'browser/gamepad/gamepad_service_test_helpers.cc',
483 'browser/gamepad/gamepad_test_helpers.h', 482 'browser/gamepad/gamepad_service_test_helpers.h',
484 'browser/geolocation/geolocation_provider_impl_unittest.cc', 483 'browser/geolocation/geolocation_provider_impl_unittest.cc',
485 'browser/geolocation/location_arbitrator_impl_unittest.cc', 484 'browser/geolocation/location_arbitrator_impl_unittest.cc',
486 'browser/geolocation/network_location_provider_unittest.cc', 485 'browser/geolocation/network_location_provider_unittest.cc',
487 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 486 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
488 'browser/geolocation/wifi_data_provider_common_unittest.cc', 487 'browser/geolocation/wifi_data_provider_common_unittest.cc',
489 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 488 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
490 'browser/geolocation/wifi_data_provider_win_unittest.cc', 489 'browser/geolocation/wifi_data_provider_win_unittest.cc',
491 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', 490 'browser/gpu/gpu_data_manager_impl_private_unittest.cc',
492 'browser/gpu/shader_disk_cache_unittest.cc', 491 'browser/gpu/shader_disk_cache_unittest.cc',
493 'browser/host_zoom_map_impl_unittest.cc', 492 'browser/host_zoom_map_impl_unittest.cc',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'target_name': 'test_support_content', 844 'target_name': 'test_support_content',
846 'type': 'static_library', 845 'type': 'static_library',
847 'dependencies': [ 846 'dependencies': [
848 '../cc/blink/cc_blink.gyp:cc_blink', 847 '../cc/blink/cc_blink.gyp:cc_blink',
849 '../cc/cc.gyp:cc', 848 '../cc/cc.gyp:cc',
850 '../cc/ipc/cc_ipc.gyp:cc_ipc', 849 '../cc/ipc/cc_ipc.gyp:cc_ipc',
851 '../cc/cc_tests.gyp:cc_test_support', 850 '../cc/cc_tests.gyp:cc_test_support',
852 '../components/components.gyp:display_compositor', 851 '../components/components.gyp:display_compositor',
853 '../components/scheduler/scheduler.gyp:scheduler', 852 '../components/scheduler/scheduler.gyp:scheduler',
854 '../components/scheduler/scheduler.gyp:scheduler_test_support', 853 '../components/scheduler/scheduler.gyp:scheduler_test_support',
854 '../device/gamepad/gamepad.gyp:device_gamepad',
855 '../gpu/gpu.gyp:gpu_ipc_common', 855 '../gpu/gpu.gyp:gpu_ipc_common',
856 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 856 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
857 '../media/blink/media_blink.gyp:media_blink', 857 '../media/blink/media_blink.gyp:media_blink',
858 '../media/capture/capture.gyp:capture', 858 '../media/capture/capture.gyp:capture',
859 '../media/media.gyp:media', 859 '../media/media.gyp:media',
860 '../media/midi/midi.gyp:midi', 860 '../media/midi/midi.gyp:midi',
861 '../mojo/mojo_edk.gyp:mojo_common_test_support', 861 '../mojo/mojo_edk.gyp:mojo_common_test_support',
862 '../mojo/mojo_edk.gyp:mojo_system_impl', 862 '../mojo/mojo_edk.gyp:mojo_system_impl',
863 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 863 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
864 '../net/net.gyp:net_test_support', 864 '../net/net.gyp:net_test_support',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 '../base/base.gyp:test_support_base', 1057 '../base/base.gyp:test_support_base',
1058 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1058 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1059 '../cc/cc.gyp:cc', 1059 '../cc/cc.gyp:cc',
1060 '../cc/cc.gyp:cc_surfaces', 1060 '../cc/cc.gyp:cc_surfaces',
1061 '../cc/cc_tests.gyp:cc_test_support', 1061 '../cc/cc_tests.gyp:cc_test_support',
1062 '../crypto/crypto.gyp:crypto', 1062 '../crypto/crypto.gyp:crypto',
1063 '../device/battery/battery.gyp:device_battery', 1063 '../device/battery/battery.gyp:device_battery',
1064 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1064 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1065 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1065 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1066 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1066 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1067 '../device/gamepad/gamepad.gyp:device_gamepad_test_helpers',
1067 '../gin/gin.gyp:gin', 1068 '../gin/gin.gyp:gin',
1068 '../gpu/gpu.gyp:gpu', 1069 '../gpu/gpu.gyp:gpu',
1069 '../gpu/gpu.gyp:gpu_unittest_utils', 1070 '../gpu/gpu.gyp:gpu_unittest_utils',
1070 '../ipc/ipc.gyp:test_support_ipc', 1071 '../ipc/ipc.gyp:test_support_ipc',
1071 '../media/media.gyp:media_test_support', 1072 '../media/media.gyp:media_test_support',
1072 '../media/media.gyp:shared_memory_support', 1073 '../media/media.gyp:shared_memory_support',
1073 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1074 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1074 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1075 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1075 '../net/net.gyp:net_extras', 1076 '../net/net.gyp:net_extras',
1076 '../net/net.gyp:net_test_support', 1077 '../net/net.gyp:net_test_support',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 'content_unittests_apk.isolate', 1935 'content_unittests_apk.isolate',
1935 ], 1936 ],
1936 }, 1937 },
1937 ], 1938 ],
1938 }, 1939 },
1939 ], 1940 ],
1940 ], 1941 ],
1941 }], 1942 }],
1942 ], 1943 ],
1943 } 1944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698