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

Unified Diff: base/test/BUILD.gn

Issue 2513363003: repro for crbug.com/663886
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/debug/debugger.cc ('k') | base/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 788494ff6d86e148ff551ee5790511a3b77c542b..062aac48394cea9c0b9762d6ca42aeac7c9eaf80 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -17,119 +17,119 @@ static_library("test_config") {
"test_timeouts.cc",
"test_timeouts.h",
]
- deps = [
- "//base",
- ]
+ #deps = [
+ #"//base",
+ #]
}
static_library("test_support") {
testonly = true
sources = [
- "../trace_event/trace_config_memory_test_util.h",
- "android/java_handler_thread_for_testing.cc",
- "android/java_handler_thread_for_testing.h",
+ #"../trace_event/trace_config_memory_test_util.h",
+ #"android/java_handler_thread_for_testing.cc",
+ #"android/java_handler_thread_for_testing.h",
"android/test_system_message_handler_link_android.cc",
"android/test_system_message_handler_link_android.h",
- "fuzzed_data_provider.cc",
- "fuzzed_data_provider.h",
- "gtest_util.cc",
- "gtest_util.h",
- "gtest_xml_unittest_result_printer.cc",
- "gtest_xml_unittest_result_printer.h",
- "gtest_xml_util.cc",
- "gtest_xml_util.h",
- "histogram_tester.cc",
- "histogram_tester.h",
- "icu_test_util.cc",
- "icu_test_util.h",
- "ios/wait_util.h",
- "ios/wait_util.mm",
- "launcher/test_result.cc",
- "launcher/test_result.h",
- "launcher/test_results_tracker.h",
- "launcher/unit_test_launcher.h",
- "mock_chrome_application_mac.h",
- "mock_chrome_application_mac.mm",
- "mock_devices_changed_observer.cc",
- "mock_devices_changed_observer.h",
- "mock_entropy_provider.cc",
- "mock_entropy_provider.h",
- "mock_log.cc",
- "mock_log.h",
- "multiprocess_test.h",
- "null_task_runner.cc",
- "null_task_runner.h",
- "opaque_ref_counted.cc",
- "opaque_ref_counted.h",
- "perf_log.cc",
- "perf_log.h",
- "perf_test_suite.cc",
- "perf_test_suite.h",
- "perf_time_logger.cc",
- "perf_time_logger.h",
- "power_monitor_test_base.cc",
- "power_monitor_test_base.h",
- "scoped_command_line.cc",
- "scoped_command_line.h",
- "scoped_feature_list.cc",
- "scoped_feature_list.h",
- "scoped_locale.cc",
- "scoped_locale.h",
- "scoped_path_override.cc",
- "scoped_path_override.h",
- "sequenced_task_runner_test_template.cc",
- "sequenced_task_runner_test_template.h",
- "sequenced_worker_pool_owner.cc",
- "sequenced_worker_pool_owner.h",
- "simple_test_clock.cc",
- "simple_test_clock.h",
- "simple_test_tick_clock.cc",
- "simple_test_tick_clock.h",
- "task_runner_test_template.cc",
- "task_runner_test_template.h",
- "test_discardable_memory_allocator.cc",
- "test_discardable_memory_allocator.h",
- "test_file_util.cc",
- "test_file_util.h",
- "test_file_util_android.cc",
- "test_file_util_linux.cc",
- "test_file_util_mac.cc",
- "test_file_util_posix.cc",
- "test_file_util_win.cc",
- "test_io_thread.cc",
- "test_io_thread.h",
- "test_listener_ios.h",
- "test_listener_ios.mm",
- "test_message_loop.cc",
- "test_message_loop.h",
- "test_mock_time_task_runner.cc",
- "test_mock_time_task_runner.h",
- "test_pending_task.cc",
- "test_pending_task.h",
- "test_reg_util_win.cc",
- "test_reg_util_win.h",
- "test_shortcut_win.cc",
- "test_shortcut_win.h",
- "test_simple_task_runner.cc",
- "test_simple_task_runner.h",
+ #"fuzzed_data_provider.cc",
+ #"fuzzed_data_provider.h",
+ #"gtest_util.cc",
+ #"gtest_util.h",
+ #"gtest_xml_unittest_result_printer.cc",
+ #"gtest_xml_unittest_result_printer.h",
+ #"gtest_xml_util.cc",
+ #"gtest_xml_util.h",
+ #"histogram_tester.cc",
+ #"histogram_tester.h",
+ #"icu_test_util.cc",
+ #"icu_test_util.h",
+ #"ios/wait_util.h",
+ #"ios/wait_util.mm",
+ #"launcher/test_result.cc",
+ #"launcher/test_result.h",
+ #"launcher/test_results_tracker.h",
+ #"launcher/unit_test_launcher.h",
+ #"mock_chrome_application_mac.h",
+ #"mock_chrome_application_mac.mm",
+ #"mock_devices_changed_observer.cc",
+ #"mock_devices_changed_observer.h",
+ #"mock_entropy_provider.cc",
+ #"mock_entropy_provider.h",
+ #"mock_log.cc",
+ #"mock_log.h",
+ #"multiprocess_test.h",
+ #"null_task_runner.cc",
+ #"null_task_runner.h",
+ #"opaque_ref_counted.cc",
+ #"opaque_ref_counted.h",
+ #"perf_log.cc",
+ #"perf_log.h",
+ #"perf_test_suite.cc",
+ #"perf_test_suite.h",
+ #"perf_time_logger.cc",
+ #"perf_time_logger.h",
+ #"power_monitor_test_base.cc",
+ #"power_monitor_test_base.h",
+ #"scoped_command_line.cc",
+ #"scoped_command_line.h",
+ #"scoped_feature_list.cc",
+ #"scoped_feature_list.h",
+ #"scoped_locale.cc",
+ #"scoped_locale.h",
+ #"scoped_path_override.cc",
+ #"scoped_path_override.h",
+ #"sequenced_task_runner_test_template.cc",
+ #"sequenced_task_runner_test_template.h",
+ #"sequenced_worker_pool_owner.cc",
+ #"sequenced_worker_pool_owner.h",
+ #"simple_test_clock.cc",
+ #"simple_test_clock.h",
+ #"simple_test_tick_clock.cc",
+ #"simple_test_tick_clock.h",
+ #"task_runner_test_template.cc",
+ #"task_runner_test_template.h",
+ #"test_discardable_memory_allocator.cc",
+ #"test_discardable_memory_allocator.h",
+ #"test_file_util.cc",
+ #"test_file_util.h",
+ #"test_file_util_android.cc",
+ #"test_file_util_linux.cc",
+ #"test_file_util_mac.cc",
+ #"test_file_util_posix.cc",
+ #"test_file_util_win.cc",
+ #"test_io_thread.cc",
+ #"test_io_thread.h",
+ #"test_listener_ios.h",
+ #"test_listener_ios.mm",
+ #"test_message_loop.cc",
+ #"test_message_loop.h",
+ #"test_mock_time_task_runner.cc",
+ #"test_mock_time_task_runner.h",
+ #"test_pending_task.cc",
+ #"test_pending_task.h",
+ #"test_reg_util_win.cc",
+ #"test_reg_util_win.h",
+ #"test_shortcut_win.cc",
+ #"test_shortcut_win.h",
+ #"test_simple_task_runner.cc",
+ #"test_simple_task_runner.h",
"test_suite.cc",
"test_suite.h",
"test_support_android.cc",
"test_support_android.h",
- "test_support_ios.h",
- "test_support_ios.mm",
- "test_ui_thread_android.cc",
- "test_ui_thread_android.h",
- "thread_test_helper.cc",
- "thread_test_helper.h",
- "trace_event_analyzer.cc",
- "trace_event_analyzer.h",
- "trace_to_file.cc",
- "trace_to_file.h",
- "user_action_tester.cc",
- "user_action_tester.h",
- "values_test_util.cc",
- "values_test_util.h",
+ #"test_support_ios.h",
+ #"test_support_ios.mm",
+ #"test_ui_thread_android.cc",
+ #"test_ui_thread_android.h",
+ #"thread_test_helper.cc",
+ #"thread_test_helper.h",
+ #"trace_event_analyzer.cc",
+ #"trace_event_analyzer.h",
+ #"trace_to_file.cc",
+ #"trace_to_file.h",
+ #"user_action_tester.cc",
+ #"user_action_tester.h",
+ #"values_test_util.cc",
+ #"values_test_util.h",
]
if (is_ios) {
@@ -157,16 +157,16 @@ static_library("test_support") {
public_deps = [
":test_config",
- "//base",
- "//base:base_static",
- "//base:i18n",
+ #"//base",
+ #"//base:base_static",
+ #"//base:i18n",
]
deps = [
- "//base/third_party/dynamic_annotations",
- "//testing/gmock",
+ #"//base/third_party/dynamic_annotations",
+ #"//testing/gmock",
"//testing/gtest",
- "//third_party/icu:icuuc",
- "//third_party/libxml",
+ #"//third_party/icu:icuuc",
+ #"//third_party/libxml",
]
if (!is_posix) {
« no previous file with comments | « base/debug/debugger.cc ('k') | base/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698