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

Side by Side Diff: content/content_tests.gypi

Issue 537733003: [Android] Enable input event stream validation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review and fix tests Created 6 years, 3 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/common/input/touch_event_stream_validator_unittest.cc ('k') | no next file » | 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'common/cc_messages_unittest.cc', 659 'common/cc_messages_unittest.cc',
660 'common/common_param_traits_unittest.cc', 660 'common/common_param_traits_unittest.cc',
661 'common/cursors/webcursor_unittest.cc', 661 'common/cursors/webcursor_unittest.cc',
662 'common/database_connections_unittest.cc', 662 'common/database_connections_unittest.cc',
663 'common/database_identifier_unittest.cc', 663 'common/database_identifier_unittest.cc',
664 'common/dom_storage/dom_storage_map_unittest.cc', 664 'common/dom_storage/dom_storage_map_unittest.cc',
665 'common/fileapi/file_system_util_unittest.cc', 665 'common/fileapi/file_system_util_unittest.cc',
666 'common/gpu/gpu_memory_manager_unittest.cc', 666 'common/gpu/gpu_memory_manager_unittest.cc',
667 'common/host_shared_bitmap_manager_unittest.cc', 667 'common/host_shared_bitmap_manager_unittest.cc',
668 'common/indexed_db/indexed_db_key_unittest.cc', 668 'common/indexed_db/indexed_db_key_unittest.cc',
669 'common/input/gesture_event_stream_validator_unittest.cc',
669 'common/input/input_param_traits_unittest.cc', 670 'common/input/input_param_traits_unittest.cc',
671 'common/input/touch_event_stream_validator_unittest.cc',
670 'common/input/web_input_event_traits_unittest.cc', 672 'common/input/web_input_event_traits_unittest.cc',
671 'common/inter_process_time_ticks_converter_unittest.cc', 673 'common/inter_process_time_ticks_converter_unittest.cc',
672 'common/mac/attributed_string_coder_unittest.mm', 674 'common/mac/attributed_string_coder_unittest.mm',
673 'common/mac/font_descriptor_unittest.mm', 675 'common/mac/font_descriptor_unittest.mm',
674 'common/one_writer_seqlock_unittest.cc', 676 'common/one_writer_seqlock_unittest.cc',
675 'common/page_state_serialization_unittest.cc', 677 'common/page_state_serialization_unittest.cc',
676 'common/page_zoom_unittest.cc', 678 'common/page_zoom_unittest.cc',
677 'common/plugin_list_unittest.cc', 679 'common/plugin_list_unittest.cc',
678 'common/sandbox_mac_diraccess_unittest.mm', 680 'common/sandbox_mac_diraccess_unittest.mm',
679 'common/sandbox_mac_fontloading_unittest.mm', 681 'common/sandbox_mac_fontloading_unittest.mm',
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1883 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1882 }, 1884 },
1883 ], 1885 ],
1884 }], 1886 }],
1885 ], 1887 ],
1886 }, 1888 },
1887 ], 1889 ],
1888 }], 1890 }],
1889 ], 1891 ],
1890 } 1892 }
OLDNEW
« no previous file with comments | « content/common/input/touch_event_stream_validator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698