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

Side by Side Diff: content/content_tests.gypi

Issue 14197014: Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unnecessary real threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT Created 7 years, 6 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': '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'],
11 'dependencies': [ 11 'dependencies': [
12 '../media/media.gyp:media', 12 '../media/media.gyp:media',
13 '../net/net.gyp:net_test_support', 13 '../net/net.gyp:net_test_support',
14 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
15 '../testing/gmock.gyp:gmock', 15 '../testing/gmock.gyp:gmock',
16 '../testing/gtest.gyp:gtest', 16 '../testing/gtest.gyp:gtest',
17 '../ui/ui.gyp:ui_test_support', 17 '../ui/ui.gyp:ui_test_support',
18 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
19 'content_app', 19 'content_app',
20 'content_browser', 20 'content_browser',
21 'content_common', 21 'content_common',
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'public/test/browser_test.h',
28 'public/test/browser_test_base.cc', 27 'public/test/browser_test_base.cc',
29 'public/test/browser_test_base.h', 28 'public/test/browser_test_base.h',
29 'public/test/browser_test.h',
30 'public/test/browser_test_utils.cc', 30 'public/test/browser_test_utils.cc',
31 'public/test/browser_test_utils.h', 31 'public/test/browser_test_utils.h',
32 'public/test/content_test_suite_base.cc', 32 'public/test/content_test_suite_base.cc',
33 'public/test/content_test_suite_base.h', 33 'public/test/content_test_suite_base.h',
34 'public/test/download_test_observer.cc', 34 'public/test/download_test_observer.cc',
35 'public/test/download_test_observer.h', 35 'public/test/download_test_observer.h',
36 'public/test/fake_speech_recognition_manager.cc', 36 'public/test/fake_speech_recognition_manager.cc',
37 'public/test/fake_speech_recognition_manager.h', 37 'public/test/fake_speech_recognition_manager.h',
38 'public/test/js_injection_ready_observer.h', 38 'public/test/js_injection_ready_observer.h',
39 'public/test/layouttest_support.h', 39 'public/test/layouttest_support.h',
(...skipping 10 matching lines...) Expand all
50 'public/test/mock_resource_context.cc', 50 'public/test/mock_resource_context.cc',
51 'public/test/mock_resource_context.h', 51 'public/test/mock_resource_context.h',
52 'public/test/render_view_fake_resources_test.cc', 52 'public/test/render_view_fake_resources_test.cc',
53 'public/test/render_view_fake_resources_test.h', 53 'public/test/render_view_fake_resources_test.h',
54 'public/test/render_view_test.cc', 54 'public/test/render_view_test.cc',
55 'public/test/render_view_test.h', 55 'public/test/render_view_test.h',
56 'public/test/render_widget_test.cc', 56 'public/test/render_widget_test.cc',
57 'public/test/render_widget_test.h', 57 'public/test/render_widget_test.h',
58 'public/test/test_browser_context.cc', 58 'public/test/test_browser_context.cc',
59 'public/test/test_browser_context.h', 59 'public/test/test_browser_context.h',
60 'public/test/test_browser_thread_bundle.cc',
61 'public/test/test_browser_thread_bundle.h',
60 'public/test/test_browser_thread.cc', 62 'public/test/test_browser_thread.cc',
61 'public/test/test_browser_thread.h', 63 'public/test/test_browser_thread.h',
62 'public/test/test_content_client_initializer.cc', 64 'public/test/test_content_client_initializer.cc',
63 'public/test/test_content_client_initializer.h', 65 'public/test/test_content_client_initializer.h',
64 'public/test/test_file_error_injector.cc', 66 'public/test/test_file_error_injector.cc',
65 'public/test/test_file_error_injector.h', 67 'public/test/test_file_error_injector.h',
66 'public/test/test_launcher.cc', 68 'public/test/test_launcher.cc',
67 'public/test/test_launcher.h', 69 'public/test/test_launcher.h',
68 'public/test/test_navigation_observer.cc', 70 'public/test/test_navigation_observer.cc',
69 'public/test/test_navigation_observer.h', 71 'public/test/test_navigation_observer.h',
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'resource_dir': 'shell/android/shell_apk/res', 1181 'resource_dir': 'shell/android/shell_apk/res',
1180 'additional_src_dirs': ['public/android/javatests/',], 1182 'additional_src_dirs': ['public/android/javatests/',],
1181 'is_test_apk': 1, 1183 'is_test_apk': 1,
1182 }, 1184 },
1183 'includes': [ '../build/java_apk.gypi' ], 1185 'includes': [ '../build/java_apk.gypi' ],
1184 }, 1186 },
1185 ], 1187 ],
1186 }], 1188 }],
1187 ], 1189 ],
1188 } 1190 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl_unittest.cc ('k') | content/public/test/test_browser_thread_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698