OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 10 matching lines...) Expand all Loading... |
21 '../ui/surface/surface.gyp:surface', | 21 '../ui/surface/surface.gyp:surface', |
22 '../ui/ui.gyp:ui_test_support', | 22 '../ui/ui.gyp:ui_test_support', |
23 '../webkit/support/webkit_support.gyp:appcache', | 23 '../webkit/support/webkit_support.gyp:appcache', |
24 ], | 24 ], |
25 'include_dirs': [ | 25 'include_dirs': [ |
26 '..', | 26 '..', |
27 ], | 27 ], |
28 'sources': [ | 28 'sources': [ |
29 'public/test/accessibility_test_utils_win.h', | 29 'public/test/accessibility_test_utils_win.h', |
30 'public/test/browser_test.h', | 30 'public/test/browser_test.h', |
| 31 'public/test/browser_test_base.h', |
31 'public/test/browser_test_utils.h', | 32 'public/test/browser_test_utils.h', |
32 'public/test/content_test_suite_base.h', | 33 'public/test/content_test_suite_base.h', |
33 'public/test/js_injection_ready_observer.h', | 34 'public/test/js_injection_ready_observer.h', |
34 'public/test/mock_download_item.h', | 35 'public/test/mock_download_item.h', |
35 'public/test/mock_download_manager.h', | 36 'public/test/mock_download_manager.h', |
36 'public/test/mock_notification_observer.h', | 37 'public/test/mock_notification_observer.h', |
37 'public/test/mock_render_process_host.h', | 38 'public/test/mock_render_process_host.h', |
38 'public/test/mock_render_thread.h', | 39 'public/test/mock_render_thread.h', |
39 'public/test/mock_resource_context.h', | 40 'public/test/mock_resource_context.h', |
40 'public/test/render_view_fake_resources_test.h', | 41 'public/test/render_view_fake_resources_test.h', |
(...skipping 29 matching lines...) Expand all Loading... |
70 'browser/renderer_host/test_render_view_host.cc', | 71 'browser/renderer_host/test_render_view_host.cc', |
71 'browser/renderer_host/test_render_view_host.h', | 72 'browser/renderer_host/test_render_view_host.h', |
72 'browser/web_contents/test_web_contents.cc', | 73 'browser/web_contents/test_web_contents.cc', |
73 'browser/web_contents/test_web_contents.h', | 74 'browser/web_contents/test_web_contents.h', |
74 'common/test_url_constants.cc', | 75 'common/test_url_constants.cc', |
75 'common/test_url_constants.h', | 76 'common/test_url_constants.h', |
76 'gpu/gpu_idirect3d9_mock_win.cc', | 77 'gpu/gpu_idirect3d9_mock_win.cc', |
77 'gpu/gpu_idirect3d9_mock_win.h', | 78 'gpu/gpu_idirect3d9_mock_win.h', |
78 'test/accessibility_test_utils_win.cc', | 79 'test/accessibility_test_utils_win.cc', |
79 'test/browser_test_base.cc', | 80 'test/browser_test_base.cc', |
80 'test/browser_test_base.h', | |
81 'test/browser_test_utils.cc', | 81 'test/browser_test_utils.cc', |
82 'test/content_test_suite.cc', | 82 'test/content_test_suite.cc', |
83 'test/content_test_suite.h', | 83 'test/content_test_suite.h', |
84 'test/content_test_suite_base.cc', | 84 'test/content_test_suite_base.cc', |
85 'test/gpu/gpu_test_config.cc', | 85 'test/gpu/gpu_test_config.cc', |
86 'test/gpu/gpu_test_config.h', | 86 'test/gpu/gpu_test_config.h', |
87 'test/gpu/gpu_test_expectations_parser.cc', | 87 'test/gpu/gpu_test_expectations_parser.cc', |
88 'test/gpu/gpu_test_expectations_parser.h', | 88 'test/gpu/gpu_test_expectations_parser.h', |
89 'test/mock_download_item.cc', | 89 'test/mock_download_item.cc', |
90 'test/mock_download_manager.cc', | 90 'test/mock_download_manager.cc', |
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 '-buildfile', | 835 '-buildfile', |
836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
837 ] | 837 ] |
838 } | 838 } |
839 ], | 839 ], |
840 }, | 840 }, |
841 ], | 841 ], |
842 }], | 842 }], |
843 ], | 843 ], |
844 } | 844 } |
OLD | NEW |