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

Side by Side Diff: content/content_tests.gypi

Issue 110533009: Import TestRunner library into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years 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 | « content/content_shell.gypi ('k') | content/shell/DEPS » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 22 matching lines...) Expand all
33 'public/test/browser_test_base.h', 33 'public/test/browser_test_base.h',
34 'public/test/browser_test.h', 34 'public/test/browser_test.h',
35 'public/test/browser_test_utils.cc', 35 'public/test/browser_test_utils.cc',
36 'public/test/browser_test_utils.h', 36 'public/test/browser_test_utils.h',
37 'public/test/content_test_suite_base.cc', 37 'public/test/content_test_suite_base.cc',
38 'public/test/content_test_suite_base.h', 38 'public/test/content_test_suite_base.h',
39 'public/test/download_test_observer.cc', 39 'public/test/download_test_observer.cc',
40 'public/test/download_test_observer.h', 40 'public/test/download_test_observer.h',
41 'public/test/fake_speech_recognition_manager.cc', 41 'public/test/fake_speech_recognition_manager.cc',
42 'public/test/fake_speech_recognition_manager.h', 42 'public/test/fake_speech_recognition_manager.h',
43 'public/test/layouttest_support.h',
44 'public/test/mock_download_item.cc', 43 'public/test/mock_download_item.cc',
45 'public/test/mock_download_item.h', 44 'public/test/mock_download_item.h',
46 'public/test/mock_download_manager.cc', 45 'public/test/mock_download_manager.cc',
47 'public/test/mock_download_manager.h', 46 'public/test/mock_download_manager.h',
48 'public/test/mock_notification_observer.cc', 47 'public/test/mock_notification_observer.cc',
49 'public/test/mock_notification_observer.h', 48 'public/test/mock_notification_observer.h',
50 'public/test/mock_render_process_host.cc', 49 'public/test/mock_render_process_host.cc',
51 'public/test/mock_render_process_host.h', 50 'public/test/mock_render_process_host.h',
52 'public/test/mock_render_thread.cc', 51 'public/test/mock_render_thread.cc',
53 'public/test/mock_render_thread.h', 52 'public/test/mock_render_thread.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 105 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
107 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 106 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
108 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 107 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
109 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 108 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
110 'browser/renderer_host/media/mock_media_observer.cc', 109 'browser/renderer_host/media/mock_media_observer.cc',
111 'browser/renderer_host/media/mock_media_observer.h', 110 'browser/renderer_host/media/mock_media_observer.h',
112 'gpu/gpu_idirect3d9_mock_win.cc', 111 'gpu/gpu_idirect3d9_mock_win.cc',
113 'gpu/gpu_idirect3d9_mock_win.h', 112 'gpu/gpu_idirect3d9_mock_win.h',
114 'test/content_test_suite.cc', 113 'test/content_test_suite.cc',
115 'test/content_test_suite.h', 114 'test/content_test_suite.h',
116 'test/layouttest_support.cc',
117 'test/mock_google_streaming_server.cc', 115 'test/mock_google_streaming_server.cc',
118 'test/mock_google_streaming_server.h', 116 'test/mock_google_streaming_server.h',
119 'test/mock_keyboard.cc', 117 'test/mock_keyboard.cc',
120 'test/mock_keyboard.h', 118 'test/mock_keyboard.h',
121 'test/mock_keyboard_driver_win.cc', 119 'test/mock_keyboard_driver_win.cc',
122 'test/mock_keyboard_driver_win.h', 120 'test/mock_keyboard_driver_win.h',
123 'test/mock_render_process.cc', 121 'test/mock_render_process.cc',
124 'test/mock_render_process.h', 122 'test/mock_render_process.h',
125 'test/mock_webclipboard_impl.cc', 123 'test/mock_webclipboard_impl.cc',
126 'test/mock_webclipboard_impl.h', 124 'test/mock_webclipboard_impl.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'content.gyp:content_renderer', 217 'content.gyp:content_renderer',
220 'content.gyp:content_utility', 218 'content.gyp:content_utility',
221 'content.gyp:content_worker', 219 'content.gyp:content_worker',
222 '../cc/cc_tests.gyp:cc_test_support', 220 '../cc/cc_tests.gyp:cc_test_support',
223 '../media/media.gyp:media', 221 '../media/media.gyp:media',
224 '../ppapi/ppapi_internal.gyp:ppapi_host', 222 '../ppapi/ppapi_internal.gyp:ppapi_host',
225 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 223 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
226 '../ppapi/ppapi_internal.gyp:ppapi_shared', 224 '../ppapi/ppapi_internal.gyp:ppapi_shared',
227 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 225 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
228 '../third_party/WebKit/public/blink.gyp:blink', 226 '../third_party/WebKit/public/blink.gyp:blink',
229 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r',
230 '../ui/surface/surface.gyp:surface', 227 '../ui/surface/surface.gyp:surface',
231 '../webkit/child/webkit_child.gyp:webkit_child', 228 '../webkit/child/webkit_child.gyp:webkit_child',
232 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 229 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
233 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 230 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
234 '../webkit/glue/webkit_glue.gyp:glue', 231 '../webkit/glue/webkit_glue.gyp:glue',
235 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 232 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
236 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 233 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
237 '../webkit/storage_browser.gyp:webkit_storage_browser', 234 '../webkit/storage_browser.gyp:webkit_storage_browser',
238 '../webkit/storage_common.gyp:webkit_storage_common', 235 '../webkit/storage_common.gyp:webkit_storage_common',
239 ], 236 ],
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 ], 1204 ],
1208 'sources': [ 1205 'sources': [
1209 'common/gpu/client/gl_helper_benchmark.cc', 1206 'common/gpu/client/gl_helper_benchmark.cc',
1210 ], 1207 ],
1211 }, 1208 },
1212 { 1209 {
1213 'target_name': 'content_webkit_unit_test_support', 1210 'target_name': 'content_webkit_unit_test_support',
1214 'type': 'static_library', 1211 'type': 'static_library',
1215 'dependencies': [ 1212 'dependencies': [
1216 'test_support_content', 1213 'test_support_content',
1214 # TODO(jochen): remove this.
1215 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_suppo rt',
1217 ], 1216 ],
1218 'include_dirs': [ 1217 'include_dirs': [
1219 '..', 1218 '..',
1220 ], 1219 ],
1221 'sources': [ 1220 'sources': [
1222 'test/webkit_unit_test_support.cc', 1221 'test/webkit_unit_test_support.cc',
1223 'test/webkit_unit_test_support.h', 1222 'test/webkit_unit_test_support.h',
1224 ], 1223 ],
1225 }, 1224 },
1226 ], 1225 ],
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1642 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1644 }, 1643 },
1645 ], 1644 ],
1646 }], 1645 }],
1647 ], 1646 ],
1648 }, 1647 },
1649 ], 1648 ],
1650 }], 1649 }],
1651 ], 1650 ],
1652 } 1651 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698