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

Side by Side Diff: base/BUILD.gn

Issue 2162053006: Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base/ tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undef copied macro after use Created 4 years, 5 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/test/gtest_util.h » ('J')
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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 "task_scheduler/scheduler_service_thread_unittest.cc", 1902 "task_scheduler/scheduler_service_thread_unittest.cc",
1903 "task_scheduler/scheduler_worker_pool_impl_unittest.cc", 1903 "task_scheduler/scheduler_worker_pool_impl_unittest.cc",
1904 "task_scheduler/scheduler_worker_stack_unittest.cc", 1904 "task_scheduler/scheduler_worker_stack_unittest.cc",
1905 "task_scheduler/scheduler_worker_unittest.cc", 1905 "task_scheduler/scheduler_worker_unittest.cc",
1906 "task_scheduler/sequence_sort_key_unittest.cc", 1906 "task_scheduler/sequence_sort_key_unittest.cc",
1907 "task_scheduler/sequence_unittest.cc", 1907 "task_scheduler/sequence_unittest.cc",
1908 "task_scheduler/task_scheduler_impl_unittest.cc", 1908 "task_scheduler/task_scheduler_impl_unittest.cc",
1909 "task_scheduler/task_tracker_unittest.cc", 1909 "task_scheduler/task_tracker_unittest.cc",
1910 "task_scheduler/test_task_factory.cc", 1910 "task_scheduler/test_task_factory.cc",
1911 "task_scheduler/test_task_factory.h", 1911 "task_scheduler/test_task_factory.h",
1912 "task_scheduler/test_utils.h",
1913 "template_util_unittest.cc", 1912 "template_util_unittest.cc",
1914 "test/histogram_tester_unittest.cc", 1913 "test/histogram_tester_unittest.cc",
1915 "test/icu_test_util.cc", 1914 "test/icu_test_util.cc",
1916 "test/icu_test_util.h", 1915 "test/icu_test_util.h",
1917 "test/test_pending_task_unittest.cc", 1916 "test/test_pending_task_unittest.cc",
1918 "test/test_reg_util_win_unittest.cc", 1917 "test/test_reg_util_win_unittest.cc",
1919 "test/trace_event_analyzer_unittest.cc", 1918 "test/trace_event_analyzer_unittest.cc",
1920 "test/user_action_tester_unittest.cc", 1919 "test/user_action_tester_unittest.cc",
1921 "threading/non_thread_safe_unittest.cc", 1920 "threading/non_thread_safe_unittest.cc",
1922 "threading/platform_thread_unittest.cc", 1921 "threading/platform_thread_unittest.cc",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2432 2431
2433 # GYP: //base.gyp:base_java_unittest_support 2432 # GYP: //base.gyp:base_java_unittest_support
2434 android_library("base_java_unittest_support") { 2433 android_library("base_java_unittest_support") {
2435 deps = [ 2434 deps = [
2436 ":base_java", 2435 ":base_java",
2437 ] 2436 ]
2438 java_files = 2437 java_files =
2439 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2438 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2440 } 2439 }
2441 } 2440 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/test/gtest_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698