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

Side by Side Diff: content/content_tests.gypi

Issue 730553002: PlzNavigate: Refactor unit test helper functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'browser/geolocation/mock_location_provider.cc', 100 'browser/geolocation/mock_location_provider.cc',
101 'browser/geolocation/mock_location_provider.h', 101 'browser/geolocation/mock_location_provider.h',
102 'browser/renderer_host/media/mock_media_observer.cc', 102 'browser/renderer_host/media/mock_media_observer.cc',
103 'browser/renderer_host/media/mock_media_observer.h', 103 'browser/renderer_host/media/mock_media_observer.h',
104 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c', 104 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c',
105 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ', 105 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ',
106 'test/appcache_test_helper.cc', 106 'test/appcache_test_helper.cc',
107 'test/appcache_test_helper.h', 107 'test/appcache_test_helper.h',
108 'test/blink_test_environment.cc', 108 'test/blink_test_environment.cc',
109 'test/blink_test_environment.h', 109 'test/blink_test_environment.h',
110 'test/browser_side_navigation_test_utils.cc',
111 'test/browser_side_navigation_test_utils.h',
110 'test/content_browser_test_utils_internal.cc', 112 'test/content_browser_test_utils_internal.cc',
111 'test/content_browser_test_utils_internal.h', 113 'test/content_browser_test_utils_internal.h',
112 'test/content_test_suite.cc', 114 'test/content_test_suite.cc',
113 'test/content_test_suite.h', 115 'test/content_test_suite.h',
114 'test/mock_google_streaming_server.cc', 116 'test/mock_google_streaming_server.cc',
115 'test/mock_google_streaming_server.h', 117 'test/mock_google_streaming_server.h',
116 'test/mock_keyboard.cc', 118 'test/mock_keyboard.cc',
117 'test/mock_keyboard.h', 119 'test/mock_keyboard.h',
118 'test/mock_keyboard_driver_win.cc', 120 'test/mock_keyboard_driver_win.cc',
119 'test/mock_keyboard_driver_win.h', 121 'test/mock_keyboard_driver_win.h',
(...skipping 13 matching lines...) Expand all
133 'test/ppapi_unittest.cc', 135 'test/ppapi_unittest.cc',
134 'test/ppapi_unittest.h', 136 'test/ppapi_unittest.h',
135 'test/test_blink_web_unit_test_support.cc', 137 'test/test_blink_web_unit_test_support.cc',
136 'test/test_blink_web_unit_test_support.h', 138 'test/test_blink_web_unit_test_support.h',
137 'test/test_content_browser_client.cc', 139 'test/test_content_browser_client.cc',
138 'test/test_content_browser_client.h', 140 'test/test_content_browser_client.h',
139 'test/test_content_client.cc', 141 'test/test_content_client.cc',
140 'test/test_content_client.h', 142 'test/test_content_client.h',
141 'test/test_frame_navigation_observer.cc', 143 'test/test_frame_navigation_observer.cc',
142 'test/test_frame_navigation_observer.h', 144 'test/test_frame_navigation_observer.h',
145 'test/test_navigation_url_loader.cc',
146 'test/test_navigation_url_loader.h',
147 'test/test_navigation_url_loader_factory.cc',
148 'test/test_navigation_url_loader_factory.h',
143 'test/test_render_frame_host.cc', 149 'test/test_render_frame_host.cc',
144 'test/test_render_frame_host.h', 150 'test/test_render_frame_host.h',
145 'test/test_render_frame_host_factory.cc', 151 'test/test_render_frame_host_factory.cc',
146 'test/test_render_frame_host_factory.h', 152 'test/test_render_frame_host_factory.h',
147 'test/test_render_view_host.cc', 153 'test/test_render_view_host.cc',
148 'test/test_render_view_host.h', 154 'test/test_render_view_host.h',
149 'test/test_render_view_host_factory.cc', 155 'test/test_render_view_host_factory.cc',
150 'test/test_render_view_host_factory.h', 156 'test/test_render_view_host_factory.h',
151 'test/test_web_contents.cc', 157 'test/test_web_contents.cc',
152 'test/test_web_contents.h', 158 'test/test_web_contents.h',
(...skipping 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1994 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2000 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1995 }, 2001 },
1996 ], 2002 ],
1997 }], 2003 }],
1998 ], 2004 ],
1999 }, 2005 },
2000 ], 2006 ],
2001 }], 2007 }],
2002 ], 2008 ],
2003 } 2009 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698