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

Side by Side Diff: content/content_tests.gypi

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test race Created 6 years 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/common/message_router.h ('k') | gpu/command_buffer/common/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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'common/android/gin_java_bridge_value_unittest.cc', 696 'common/android/gin_java_bridge_value_unittest.cc',
697 'common/cc_messages_unittest.cc', 697 'common/cc_messages_unittest.cc',
698 'common/common_param_traits_unittest.cc', 698 'common/common_param_traits_unittest.cc',
699 'common/cursors/webcursor_unittest.cc', 699 'common/cursors/webcursor_unittest.cc',
700 'common/database_connections_unittest.cc', 700 'common/database_connections_unittest.cc',
701 'common/database_identifier_unittest.cc', 701 'common/database_identifier_unittest.cc',
702 'common/dom_storage/dom_storage_map_unittest.cc', 702 'common/dom_storage/dom_storage_map_unittest.cc',
703 'common/dwrite_font_platform_win_unittest.cc', 703 'common/dwrite_font_platform_win_unittest.cc',
704 'common/fileapi/file_system_util_unittest.cc', 704 'common/fileapi/file_system_util_unittest.cc',
705 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', 705 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc',
706 'common/gpu/gpu_channel_manager_unittest.cc',
706 'common/gpu/gpu_memory_buffer_factory_unittest.cc', 707 'common/gpu/gpu_memory_buffer_factory_unittest.cc',
707 'common/gpu/gpu_memory_manager_unittest.cc', 708 'common/gpu/gpu_memory_manager_unittest.cc',
708 'common/host_discardable_shared_memory_manager_unittest.cc', 709 'common/host_discardable_shared_memory_manager_unittest.cc',
709 'common/host_shared_bitmap_manager_unittest.cc', 710 'common/host_shared_bitmap_manager_unittest.cc',
710 'common/indexed_db/indexed_db_key_unittest.cc', 711 'common/indexed_db/indexed_db_key_unittest.cc',
711 'common/input/gesture_event_stream_validator_unittest.cc', 712 'common/input/gesture_event_stream_validator_unittest.cc',
712 'common/input/input_param_traits_unittest.cc', 713 'common/input/input_param_traits_unittest.cc',
713 'common/input/touch_event_stream_validator_unittest.cc', 714 'common/input/touch_event_stream_validator_unittest.cc',
714 'common/input/web_input_event_traits_unittest.cc', 715 'common/input/web_input_event_traits_unittest.cc',
715 'common/inter_process_time_ticks_converter_unittest.cc', 716 'common/inter_process_time_ticks_converter_unittest.cc',
(...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2033 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2033 }, 2034 },
2034 ], 2035 ],
2035 }], 2036 }],
2036 ], 2037 ],
2037 }, 2038 },
2038 ], 2039 ],
2039 }], 2040 }],
2040 ], 2041 ],
2041 } 2042 }
OLDNEW
« no previous file with comments | « content/common/message_router.h ('k') | gpu/command_buffer/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698