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

Side by Side Diff: content/content_tests.gypi

Issue 268543008: Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 ], 1066 ],
1067 'defines': [ 1067 'defines': [
1068 'HAS_OUT_OF_PROC_TEST_RUNNER', 1068 'HAS_OUT_OF_PROC_TEST_RUNNER',
1069 ], 1069 ],
1070 'sources': [ 1070 'sources': [
1071 'app/mojo/mojo_browsertest.cc', 1071 'app/mojo/mojo_browsertest.cc',
1072 'browser/accessibility/accessibility_mode_browsertest.cc', 1072 'browser/accessibility/accessibility_mode_browsertest.cc',
1073 'browser/accessibility/accessibility_win_browsertest.cc', 1073 'browser/accessibility/accessibility_win_browsertest.cc',
1074 'browser/accessibility/cross_platform_accessibility_browsertest.cc', 1074 'browser/accessibility/cross_platform_accessibility_browsertest.cc',
1075 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 1075 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
1076 'browser/accessibility/frame_tree_accessibility_browsertest.cc',
1076 'browser/compositor/image_transport_factory_browsertest.cc', 1077 'browser/compositor/image_transport_factory_browsertest.cc',
1077 'browser/bookmarklet_browsertest.cc', 1078 'browser/bookmarklet_browsertest.cc',
1078 'browser/browser_plugin/browser_plugin_host_browsertest.cc', 1079 'browser/browser_plugin/browser_plugin_host_browsertest.cc',
1079 'browser/browser_plugin/test_browser_plugin_guest.cc', 1080 'browser/browser_plugin/test_browser_plugin_guest.cc',
1080 'browser/browser_plugin/test_browser_plugin_guest.h', 1081 'browser/browser_plugin/test_browser_plugin_guest.h',
1081 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', 1082 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc',
1082 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', 1083 'browser/browser_plugin/test_browser_plugin_guest_delegate.h',
1083 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', 1084 'browser/browser_plugin/test_browser_plugin_guest_manager.cc',
1084 'browser/browser_plugin/test_browser_plugin_guest_manager.h', 1085 'browser/browser_plugin/test_browser_plugin_guest_manager.h',
1085 'browser/child_process_security_policy_browsertest.cc', 1086 'browser/child_process_security_policy_browsertest.cc',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1835 }, 1836 },
1836 ], 1837 ],
1837 }], 1838 }],
1838 ], 1839 ],
1839 }, 1840 },
1840 ], 1841 ],
1841 }], 1842 }],
1842 ], 1843 ],
1843 } 1844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698