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

Side by Side Diff: content/content_tests.gypi

Issue 248963007: Perform navigation policy check on UI thread for --site-per-process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT. Created 6 years, 8 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 147 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
148 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 148 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
149 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 149 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
150 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 150 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
151 'browser/renderer_host/media/mock_media_observer.cc', 151 'browser/renderer_host/media/mock_media_observer.cc',
152 'browser/renderer_host/media/mock_media_observer.h', 152 'browser/renderer_host/media/mock_media_observer.h',
153 'gpu/gpu_idirect3d9_mock_win.cc', 153 'gpu/gpu_idirect3d9_mock_win.cc',
154 'gpu/gpu_idirect3d9_mock_win.h', 154 'gpu/gpu_idirect3d9_mock_win.h',
155 'test/appcache_test_helper.cc', 155 'test/appcache_test_helper.cc',
156 'test/appcache_test_helper.h', 156 'test/appcache_test_helper.h',
157 'test/content_browser_test_utils_internal.cc',
158 'test/content_browser_test_utils_internal.h',
157 'test/content_test_suite.cc', 159 'test/content_test_suite.cc',
158 'test/content_test_suite.h', 160 'test/content_test_suite.h',
159 'test/mock_google_streaming_server.cc', 161 'test/mock_google_streaming_server.cc',
160 'test/mock_google_streaming_server.h', 162 'test/mock_google_streaming_server.h',
161 'test/mock_keyboard.cc', 163 'test/mock_keyboard.cc',
162 'test/mock_keyboard.h', 164 'test/mock_keyboard.h',
163 'test/mock_keyboard_driver_win.cc', 165 'test/mock_keyboard_driver_win.cc',
164 'test/mock_keyboard_driver_win.h', 166 'test/mock_keyboard_driver_win.h',
165 'test/mock_render_process.cc', 167 'test/mock_render_process.cc',
166 'test/mock_render_process.h', 168 'test/mock_render_process.h',
167 'test/mock_webframeclient.h', 169 'test/mock_webframeclient.h',
168 'test/mock_weburlloader.cc', 170 'test/mock_weburlloader.cc',
169 'test/mock_weburlloader.h', 171 'test/mock_weburlloader.h',
170 'test/net/url_request_abort_on_end_job.cc', 172 'test/net/url_request_abort_on_end_job.cc',
171 'test/net/url_request_abort_on_end_job.h', 173 'test/net/url_request_abort_on_end_job.h',
172 'test/net/url_request_failed_job.cc', 174 'test/net/url_request_failed_job.cc',
173 'test/net/url_request_failed_job.h', 175 'test/net/url_request_failed_job.h',
174 'test/net/url_request_mock_http_job.cc', 176 'test/net/url_request_mock_http_job.cc',
175 'test/net/url_request_mock_http_job.h', 177 'test/net/url_request_mock_http_job.h',
176 'test/net/url_request_prepackaged_interceptor.cc', 178 'test/net/url_request_prepackaged_interceptor.cc',
177 'test/net/url_request_prepackaged_interceptor.h', 179 'test/net/url_request_prepackaged_interceptor.h',
178 'test/net/url_request_slow_download_job.cc', 180 'test/net/url_request_slow_download_job.cc',
179 'test/net/url_request_slow_download_job.h', 181 'test/net/url_request_slow_download_job.h',
180 'test/ppapi_unittest.cc', 182 'test/ppapi_unittest.cc',
181 'test/ppapi_unittest.h', 183 'test/ppapi_unittest.h',
182 'test/test_content_browser_client.cc', 184 'test/test_content_browser_client.cc',
183 'test/test_content_browser_client.h', 185 'test/test_content_browser_client.h',
184 'test/test_content_client.cc', 186 'test/test_content_client.cc',
185 'test/test_content_client.h', 187 'test/test_content_client.h',
188 'test/test_frame_navigation_observer.cc',
189 'test/test_frame_navigation_observer.h',
186 'test/test_render_frame_host.cc', 190 'test/test_render_frame_host.cc',
187 'test/test_render_frame_host.h', 191 'test/test_render_frame_host.h',
188 'test/test_render_frame_host_factory.cc', 192 'test/test_render_frame_host_factory.cc',
189 'test/test_render_frame_host_factory.h', 193 'test/test_render_frame_host_factory.h',
190 'test/test_render_view_host.cc', 194 'test/test_render_view_host.cc',
191 'test/test_render_view_host.h', 195 'test/test_render_view_host.h',
192 'test/test_render_view_host_factory.cc', 196 'test/test_render_view_host_factory.cc',
193 'test/test_render_view_host_factory.h', 197 'test/test_render_view_host_factory.h',
194 'test/test_web_contents.cc', 198 'test/test_web_contents.cc',
195 'test/test_web_contents.h', 199 'test/test_web_contents.h',
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1824 }, 1828 },
1825 ], 1829 ],
1826 }], 1830 }],
1827 ], 1831 ],
1828 }, 1832 },
1829 ], 1833 ],
1830 }], 1834 }],
1831 ], 1835 ],
1832 } 1836 }
OLDNEW
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/test/content_browser_test_utils_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698