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

Side by Side Diff: content/content_tests.gypi

Issue 290633002: Implement Android accessible hit testing using an IPC to the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@better_logging_2
Patch Set: Tweak to algorithm to find highest leaf ancestor Created 6 years, 7 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'includes': [ 1058 'includes': [
1059 'browser/gpu/test_support_gpu.gypi', 1059 'browser/gpu/test_support_gpu.gypi',
1060 ], 1060 ],
1061 'defines': [ 1061 'defines': [
1062 'HAS_OUT_OF_PROC_TEST_RUNNER', 1062 'HAS_OUT_OF_PROC_TEST_RUNNER',
1063 ], 1063 ],
1064 'sources': [ 1064 'sources': [
1065 'app/mojo/mojo_browsertest.cc', 1065 'app/mojo/mojo_browsertest.cc',
1066 'browser/accessibility/accessibility_mode_browsertest.cc', 1066 'browser/accessibility/accessibility_mode_browsertest.cc',
1067 'browser/accessibility/accessibility_win_browsertest.cc', 1067 'browser/accessibility/accessibility_win_browsertest.cc',
1068 'browser/accessibility/android_hit_testing_browsertest.cc',
1068 'browser/accessibility/cross_platform_accessibility_browsertest.cc', 1069 'browser/accessibility/cross_platform_accessibility_browsertest.cc',
1069 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 1070 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
1070 'browser/compositor/image_transport_factory_browsertest.cc', 1071 'browser/compositor/image_transport_factory_browsertest.cc',
1071 'browser/bookmarklet_browsertest.cc', 1072 'browser/bookmarklet_browsertest.cc',
1072 'browser/browser_plugin/browser_plugin_host_browsertest.cc', 1073 'browser/browser_plugin/browser_plugin_host_browsertest.cc',
1073 'browser/browser_plugin/test_browser_plugin_guest.cc', 1074 'browser/browser_plugin/test_browser_plugin_guest.cc',
1074 'browser/browser_plugin/test_browser_plugin_guest.h', 1075 'browser/browser_plugin/test_browser_plugin_guest.h',
1075 'browser/browser_plugin/test_guest_manager.cc', 1076 'browser/browser_plugin/test_guest_manager.cc',
1076 'browser/browser_plugin/test_guest_manager.h', 1077 'browser/browser_plugin/test_guest_manager.h',
1077 'browser/child_process_security_policy_browsertest.cc', 1078 'browser/child_process_security_policy_browsertest.cc',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1825 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1825 }, 1826 },
1826 ], 1827 ],
1827 }], 1828 }],
1828 ], 1829 ],
1829 }, 1830 },
1830 ], 1831 ],
1831 }], 1832 }],
1832 ], 1833 ],
1833 } 1834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698