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

Side by Side Diff: content/content_tests.gypi

Issue 458013002: content: Add blink_test_environment.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | content/test/blink_test_environment.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 99 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
100 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 100 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
101 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 101 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
102 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 102 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
103 'browser/renderer_host/media/mock_media_observer.cc', 103 'browser/renderer_host/media/mock_media_observer.cc',
104 'browser/renderer_host/media/mock_media_observer.h', 104 'browser/renderer_host/media/mock_media_observer.h',
105 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c', 105 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c',
106 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ', 106 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ',
107 'test/appcache_test_helper.cc', 107 'test/appcache_test_helper.cc',
108 'test/appcache_test_helper.h', 108 'test/appcache_test_helper.h',
109 'test/blink_test_environment.cc',
110 'test/blink_test_environment.h',
109 'test/content_browser_test_utils_internal.cc', 111 'test/content_browser_test_utils_internal.cc',
110 'test/content_browser_test_utils_internal.h', 112 'test/content_browser_test_utils_internal.h',
111 'test/content_test_suite.cc', 113 'test/content_test_suite.cc',
112 'test/content_test_suite.h', 114 'test/content_test_suite.h',
113 'test/frame_load_waiter.cc', 115 'test/frame_load_waiter.cc',
114 'test/frame_load_waiter.h', 116 'test/frame_load_waiter.h',
115 'test/mock_google_streaming_server.cc', 117 'test/mock_google_streaming_server.cc',
116 'test/mock_google_streaming_server.h', 118 'test/mock_google_streaming_server.h',
117 'test/mock_keyboard.cc', 119 'test/mock_keyboard.cc',
118 'test/mock_keyboard.h', 120 'test/mock_keyboard.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'test/test_render_view_host_factory.cc', 156 'test/test_render_view_host_factory.cc',
155 'test/test_render_view_host_factory.h', 157 'test/test_render_view_host_factory.h',
156 'test/test_web_contents.cc', 158 'test/test_web_contents.cc',
157 'test/test_web_contents.h', 159 'test/test_web_contents.h',
158 'test/test_webkit_platform_support.cc', 160 'test/test_webkit_platform_support.cc',
159 'test/test_webkit_platform_support.h', 161 'test/test_webkit_platform_support.h',
160 'test/web_gesture_curve_mock.cc', 162 'test/web_gesture_curve_mock.cc',
161 'test/web_gesture_curve_mock.h', 163 'test/web_gesture_curve_mock.h',
162 'test/web_layer_tree_view_impl_for_testing.cc', 164 'test/web_layer_tree_view_impl_for_testing.cc',
163 'test/web_layer_tree_view_impl_for_testing.h', 165 'test/web_layer_tree_view_impl_for_testing.h',
164 'test/webkit_support.cc',
165 'test/webkit_support.h',
166 'test/weburl_loader_mock.cc', 166 'test/weburl_loader_mock.cc',
167 'test/weburl_loader_mock.h', 167 'test/weburl_loader_mock.h',
168 'test/weburl_loader_mock_factory.cc', 168 'test/weburl_loader_mock_factory.cc',
169 'test/weburl_loader_mock_factory.h', 169 'test/weburl_loader_mock_factory.h',
170 ] 170 ]
171 }, 171 },
172 'targets': [ 172 'targets': [
173 { 173 {
174 # GN version: //content/test:layouttest_support 174 # GN version: //content/test:layouttest_support
175 'target_name': 'layouttest_support_content', 175 'target_name': 'layouttest_support_content',
(...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1868 },
1869 ], 1869 ],
1870 }], 1870 }],
1871 ], 1871 ],
1872 }, 1872 },
1873 ], 1873 ],
1874 }], 1874 }],
1875 ], 1875 ],
1876 } 1876 }
OLDNEW
« no previous file with comments | « no previous file | content/test/blink_test_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698