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

Side by Side Diff: content/content_tests.gypi

Issue 2296483002: Fix some unit_tests under PlzNavigate (Closed)
Patch Set: not in public interface Created 4 years, 3 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
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',
11 'test/layouttest_support.cc', 11 'test/layouttest_support.cc',
12 ], 12 ],
13 'test_support_content_sources': [ 13 'test_support_content_sources': [
14 # TODO(phajdan.jr): All of those files should live in content/test (if 14 # TODO(phajdan.jr): All of those files should live in content/test (if
15 # they're only used by content) or content/public/test (if they're used 15 # they're only used by content) or content/public/test (if they're used
16 # by other embedders). 16 # by other embedders).
17 'browser/download/mock_download_file.cc', 17 'browser/download/mock_download_file.cc',
18 'browser/download/mock_download_file.h', 18 'browser/download/mock_download_file.h',
19 'public/test/async_file_test_helper.cc', 19 'public/test/async_file_test_helper.cc',
20 'public/test/async_file_test_helper.h', 20 'public/test/async_file_test_helper.h',
21 'public/test/background_sync_test_util.cc', 21 'public/test/background_sync_test_util.cc',
22 'public/test/background_sync_test_util.h', 22 'public/test/background_sync_test_util.h',
23 'public/test/browser_side_navigation_test_utils.cc',
24 'public/test/browser_side_navigation_test_utils.h',
23 'public/test/content_test_suite_base.cc', 25 'public/test/content_test_suite_base.cc',
24 'public/test/content_test_suite_base.h', 26 'public/test/content_test_suite_base.h',
25 'public/test/download_test_observer.cc', 27 'public/test/download_test_observer.cc',
26 'public/test/download_test_observer.h', 28 'public/test/download_test_observer.h',
27 'public/test/fake_speech_recognition_manager.cc', 29 'public/test/fake_speech_recognition_manager.cc',
28 'public/test/fake_speech_recognition_manager.h', 30 'public/test/fake_speech_recognition_manager.h',
29 'public/test/frame_load_waiter.cc', 31 'public/test/frame_load_waiter.cc',
30 'public/test/frame_load_waiter.h', 32 'public/test/frame_load_waiter.h',
31 'public/test/javascript_test_observer.cc', 33 'public/test/javascript_test_observer.cc',
32 'public/test/javascript_test_observer.h', 34 'public/test/javascript_test_observer.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'public/test/unittest_test_suite.cc', 98 'public/test/unittest_test_suite.cc',
97 'public/test/unittest_test_suite.h', 99 'public/test/unittest_test_suite.h',
98 'public/test/web_contents_tester.cc', 100 'public/test/web_contents_tester.cc',
99 'public/test/web_contents_tester.h', 101 'public/test/web_contents_tester.h',
100 'test/accessibility_browser_test_utils.cc', 102 'test/accessibility_browser_test_utils.cc',
101 'test/accessibility_browser_test_utils.h', 103 'test/accessibility_browser_test_utils.h',
102 'test/appcache_test_helper.cc', 104 'test/appcache_test_helper.cc',
103 'test/appcache_test_helper.h', 105 'test/appcache_test_helper.h',
104 'test/blink_test_environment.cc', 106 'test/blink_test_environment.cc',
105 'test/blink_test_environment.h', 107 'test/blink_test_environment.h',
106 'test/browser_side_navigation_test_utils.cc',
107 'test/browser_side_navigation_test_utils.h',
108 'test/content_browser_sanity_checker.cc', 108 'test/content_browser_sanity_checker.cc',
109 'test/content_browser_sanity_checker.h', 109 'test/content_browser_sanity_checker.h',
110 'test/content_test_suite.cc', 110 'test/content_test_suite.cc',
111 'test/content_test_suite.h', 111 'test/content_test_suite.h',
112 'test/dwrite_font_fake_sender_win.cc', 112 'test/dwrite_font_fake_sender_win.cc',
113 'test/dwrite_font_fake_sender_win.h', 113 'test/dwrite_font_fake_sender_win.h',
114 'test/fake_compositor_dependencies.cc', 114 'test/fake_compositor_dependencies.cc',
115 'test/fake_compositor_dependencies.h', 115 'test/fake_compositor_dependencies.h',
116 'test/fake_plugin_service.cc', 116 'test/fake_plugin_service.cc',
117 'test/fake_plugin_service.h', 117 'test/fake_plugin_service.h',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'child/indexed_db/mock_webidbcallbacks.h', 660 'child/indexed_db/mock_webidbcallbacks.h',
661 'child/indexed_db/webidbcursor_impl_unittest.cc', 661 'child/indexed_db/webidbcursor_impl_unittest.cc',
662 'child/notifications/notification_data_conversions_unittest.cc', 662 'child/notifications/notification_data_conversions_unittest.cc',
663 'child/power_monitor_broadcast_source_unittest.cc', 663 'child/power_monitor_broadcast_source_unittest.cc',
664 'child/resource_dispatcher_unittest.cc', 664 'child/resource_dispatcher_unittest.cc',
665 'child/service_worker/service_worker_dispatcher_unittest.cc', 665 'child/service_worker/service_worker_dispatcher_unittest.cc',
666 'child/shared_memory_data_consumer_handle_unittest.cc', 666 'child/shared_memory_data_consumer_handle_unittest.cc',
667 'child/shared_memory_received_data_factory_unittest.cc', 667 'child/shared_memory_received_data_factory_unittest.cc',
668 'child/simple_webmimeregistry_impl_unittest.cc', 668 'child/simple_webmimeregistry_impl_unittest.cc',
669 'child/site_isolation_stats_gatherer_unittest.cc', 669 'child/site_isolation_stats_gatherer_unittest.cc',
670 'child/url_response_body_consumer_unittest.cc',
670 'child/v8_value_converter_impl_unittest.cc', 671 'child/v8_value_converter_impl_unittest.cc',
671 'child/web_data_consumer_handle_impl_unittest.cc', 672 'child/web_data_consumer_handle_impl_unittest.cc',
672 'child/web_url_loader_impl_unittest.cc', 673 'child/web_url_loader_impl_unittest.cc',
673 'child/url_response_body_consumer_unittest.cc',
674 'child/worker_thread_registry_unittest.cc', 674 'child/worker_thread_registry_unittest.cc',
675 'common/android/address_parser_unittest.cc', 675 'common/android/address_parser_unittest.cc',
676 'common/android/gin_java_bridge_value_unittest.cc', 676 'common/android/gin_java_bridge_value_unittest.cc',
677 'common/bluetooth/web_bluetooth_device_id_unittest.cc', 677 'common/bluetooth/web_bluetooth_device_id_unittest.cc',
678 'common/common_param_traits_unittest.cc', 678 'common/common_param_traits_unittest.cc',
679 'common/cross_site_document_classifier_unittest.cc', 679 'common/cross_site_document_classifier_unittest.cc',
680 'common/cursors/webcursor_unittest.cc', 680 'common/cursors/webcursor_unittest.cc',
681 'common/database_connections_unittest.cc', 681 'common/database_connections_unittest.cc',
682 'common/database_identifier_unittest.cc', 682 'common/database_identifier_unittest.cc',
683 'common/discardable_shared_memory_heap_unittest.cc', 683 'common/discardable_shared_memory_heap_unittest.cc',
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'content_unittests_apk.isolate', 1927 'content_unittests_apk.isolate',
1928 ], 1928 ],
1929 }, 1929 },
1930 ], 1930 ],
1931 }, 1931 },
1932 ], 1932 ],
1933 ], 1933 ],
1934 }], 1934 }],
1935 ], 1935 ],
1936 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698