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

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: Final tweaks 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
« no previous file with comments | « content/content_jni.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'target_name': 'test_support_content', 837 'target_name': 'test_support_content',
839 'type': 'static_library', 838 'type': 'static_library',
840 'dependencies': [ 839 'dependencies': [
841 '../cc/blink/cc_blink.gyp:cc_blink', 840 '../cc/blink/cc_blink.gyp:cc_blink',
842 '../cc/cc.gyp:cc', 841 '../cc/cc.gyp:cc',
843 '../cc/ipc/cc_ipc.gyp:cc_ipc', 842 '../cc/ipc/cc_ipc.gyp:cc_ipc',
844 '../cc/cc_tests.gyp:cc_test_support', 843 '../cc/cc_tests.gyp:cc_test_support',
845 '../components/components.gyp:display_compositor', 844 '../components/components.gyp:display_compositor',
846 '../components/scheduler/scheduler.gyp:scheduler', 845 '../components/scheduler/scheduler.gyp:scheduler',
847 '../components/scheduler/scheduler.gyp:scheduler_test_support', 846 '../components/scheduler/scheduler.gyp:scheduler_test_support',
847 '../device/gamepad/gamepad.gyp:device_gamepad',
848 '../gpu/gpu.gyp:gpu_ipc_common', 848 '../gpu/gpu.gyp:gpu_ipc_common',
849 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 849 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
850 '../media/blink/media_blink.gyp:media_blink', 850 '../media/blink/media_blink.gyp:media_blink',
851 '../media/capture/capture.gyp:capture', 851 '../media/capture/capture.gyp:capture',
852 '../media/media.gyp:media', 852 '../media/media.gyp:media',
853 '../media/midi/midi.gyp:midi', 853 '../media/midi/midi.gyp:midi',
854 '../mojo/mojo_edk.gyp:mojo_common_test_support', 854 '../mojo/mojo_edk.gyp:mojo_common_test_support',
855 '../mojo/mojo_edk.gyp:mojo_system_impl', 855 '../mojo/mojo_edk.gyp:mojo_system_impl',
856 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 856 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
857 '../net/net.gyp:net_test_support', 857 '../net/net.gyp:net_test_support',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 '../base/base.gyp:test_support_base', 1050 '../base/base.gyp:test_support_base',
1051 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1051 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1052 '../cc/cc.gyp:cc', 1052 '../cc/cc.gyp:cc',
1053 '../cc/cc.gyp:cc_surfaces', 1053 '../cc/cc.gyp:cc_surfaces',
1054 '../cc/cc_tests.gyp:cc_test_support', 1054 '../cc/cc_tests.gyp:cc_test_support',
1055 '../crypto/crypto.gyp:crypto', 1055 '../crypto/crypto.gyp:crypto',
1056 '../device/battery/battery.gyp:device_battery', 1056 '../device/battery/battery.gyp:device_battery',
1057 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1057 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1058 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1058 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1059 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1059 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1060 '../device/gamepad/gamepad.gyp:device_gamepad_test_helpers',
1060 '../gin/gin.gyp:gin', 1061 '../gin/gin.gyp:gin',
1061 '../gpu/gpu.gyp:gpu', 1062 '../gpu/gpu.gyp:gpu',
1062 '../gpu/gpu.gyp:gpu_unittest_utils', 1063 '../gpu/gpu.gyp:gpu_unittest_utils',
1063 '../ipc/ipc.gyp:test_support_ipc', 1064 '../ipc/ipc.gyp:test_support_ipc',
1064 '../media/media.gyp:media_test_support', 1065 '../media/media.gyp:media_test_support',
1065 '../media/media.gyp:shared_memory_support', 1066 '../media/media.gyp:shared_memory_support',
1066 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1067 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1067 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1068 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1068 '../net/net.gyp:net_extras', 1069 '../net/net.gyp:net_extras',
1069 '../net/net.gyp:net_test_support', 1070 '../net/net.gyp:net_test_support',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'content_unittests_apk.isolate', 1928 'content_unittests_apk.isolate',
1928 ], 1929 ],
1929 }, 1930 },
1930 ], 1931 ],
1931 }, 1932 },
1932 ], 1933 ],
1933 ], 1934 ],
1934 }], 1935 }],
1935 ], 1936 ],
1936 } 1937 }
OLDNEW
« no previous file with comments | « content/content_jni.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698