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

Side by Side Diff: content/content_tests.gypi

Issue 962393002: Add TestWebContentsFactory to content/public/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 '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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'public/test/test_navigation_observer.cc', 92 'public/test/test_navigation_observer.cc',
93 'public/test/test_navigation_observer.h', 93 'public/test/test_navigation_observer.h',
94 'public/test/test_notification_tracker.cc', 94 'public/test/test_notification_tracker.cc',
95 'public/test/test_notification_tracker.h', 95 'public/test/test_notification_tracker.h',
96 'public/test/test_renderer_host.cc', 96 'public/test/test_renderer_host.cc',
97 'public/test/test_renderer_host.h', 97 'public/test/test_renderer_host.h',
98 'public/test/test_synchronous_compositor_android.cc', 98 'public/test/test_synchronous_compositor_android.cc',
99 'public/test/test_synchronous_compositor_android.h', 99 'public/test/test_synchronous_compositor_android.h',
100 'public/test/test_utils.cc', 100 'public/test/test_utils.cc',
101 'public/test/test_utils.h', 101 'public/test/test_utils.h',
102 'public/test/test_web_contents_factory.h',
102 'public/test/unittest_test_suite.cc', 103 'public/test/unittest_test_suite.cc',
103 'public/test/unittest_test_suite.h', 104 'public/test/unittest_test_suite.h',
104 'public/test/web_contents_observer_sanity_checker.cc', 105 'public/test/web_contents_observer_sanity_checker.cc',
105 'public/test/web_contents_observer_sanity_checker.h', 106 'public/test/web_contents_observer_sanity_checker.h',
106 'public/test/web_contents_tester.cc', 107 'public/test/web_contents_tester.cc',
107 'public/test/web_contents_tester.h', 108 'public/test/web_contents_tester.h',
108 'test/appcache_test_helper.cc', 109 'test/appcache_test_helper.cc',
109 'test/appcache_test_helper.h', 110 'test/appcache_test_helper.h',
110 'test/blink_test_environment.cc', 111 'test/blink_test_environment.cc',
111 'test/blink_test_environment.h', 112 'test/blink_test_environment.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'test/test_render_frame_host.cc', 158 'test/test_render_frame_host.cc',
158 'test/test_render_frame_host.h', 159 'test/test_render_frame_host.h',
159 'test/test_render_frame_host_factory.cc', 160 'test/test_render_frame_host_factory.cc',
160 'test/test_render_frame_host_factory.h', 161 'test/test_render_frame_host_factory.h',
161 'test/test_render_view_host.cc', 162 'test/test_render_view_host.cc',
162 'test/test_render_view_host.h', 163 'test/test_render_view_host.h',
163 'test/test_render_view_host_factory.cc', 164 'test/test_render_view_host_factory.cc',
164 'test/test_render_view_host_factory.h', 165 'test/test_render_view_host_factory.h',
165 'test/test_web_contents.cc', 166 'test/test_web_contents.cc',
166 'test/test_web_contents.h', 167 'test/test_web_contents.h',
168 'test/test_web_contents_factory.cc',
167 'test/web_gesture_curve_mock.cc', 169 'test/web_gesture_curve_mock.cc',
168 'test/web_gesture_curve_mock.h', 170 'test/web_gesture_curve_mock.h',
169 'test/web_layer_tree_view_impl_for_testing.cc', 171 'test/web_layer_tree_view_impl_for_testing.cc',
170 'test/web_layer_tree_view_impl_for_testing.h', 172 'test/web_layer_tree_view_impl_for_testing.h',
171 'test/weburl_loader_mock.cc', 173 'test/weburl_loader_mock.cc',
172 'test/weburl_loader_mock.h', 174 'test/weburl_loader_mock.h',
173 'test/weburl_loader_mock_factory.cc', 175 'test/weburl_loader_mock_factory.cc',
174 'test/weburl_loader_mock_factory.h', 176 'test/weburl_loader_mock_factory.h',
175 ], 177 ],
176 'content_browsertests_sources': [ 178 'content_browsertests_sources': [
(...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2145 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2144 }, 2146 },
2145 ], 2147 ],
2146 }], 2148 }],
2147 ], 2149 ],
2148 }, 2150 },
2149 ], 2151 ],
2150 }], 2152 }],
2151 ], 2153 ],
2152 } 2154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698