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

Side by Side Diff: base/test/BUILD.gn

Issue 2511473004: Create base::test::ScopedTaskScheduler. (Closed)
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « base/task_scheduler/task_scheduler_impl.h ('k') | base/test/scoped_task_scheduler.h » ('j') | no next file with comments »
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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "scoped_command_line.cc", 72 "scoped_command_line.cc",
73 "scoped_command_line.h", 73 "scoped_command_line.h",
74 "scoped_feature_list.cc", 74 "scoped_feature_list.cc",
75 "scoped_feature_list.h", 75 "scoped_feature_list.h",
76 "scoped_locale.cc", 76 "scoped_locale.cc",
77 "scoped_locale.h", 77 "scoped_locale.h",
78 "scoped_mock_time_message_loop_task_runner.cc", 78 "scoped_mock_time_message_loop_task_runner.cc",
79 "scoped_mock_time_message_loop_task_runner.h", 79 "scoped_mock_time_message_loop_task_runner.h",
80 "scoped_path_override.cc", 80 "scoped_path_override.cc",
81 "scoped_path_override.h", 81 "scoped_path_override.h",
82 "scoped_task_scheduler.cc",
83 "scoped_task_scheduler.h",
82 "sequenced_task_runner_test_template.cc", 84 "sequenced_task_runner_test_template.cc",
83 "sequenced_task_runner_test_template.h", 85 "sequenced_task_runner_test_template.h",
84 "sequenced_worker_pool_owner.cc", 86 "sequenced_worker_pool_owner.cc",
85 "sequenced_worker_pool_owner.h", 87 "sequenced_worker_pool_owner.h",
86 "simple_test_clock.cc", 88 "simple_test_clock.cc",
87 "simple_test_clock.h", 89 "simple_test_clock.h",
88 "simple_test_tick_clock.cc", 90 "simple_test_tick_clock.cc",
89 "simple_test_tick_clock.h", 91 "simple_test_tick_clock.h",
90 "task_runner_test_template.cc", 92 "task_runner_test_template.cc",
91 "task_runner_test_template.h", 93 "task_runner_test_template.h",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 if (is_android) { 321 if (is_android) {
320 generate_jni("base_unittests_jni_headers") { 322 generate_jni("base_unittests_jni_headers") {
321 sources = [ 323 sources = [
322 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 324 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
323 "android/java/src/org/chromium/base/TestSystemMessageHandler.java", 325 "android/java/src/org/chromium/base/TestSystemMessageHandler.java",
324 "android/java/src/org/chromium/base/TestUiThread.java", 326 "android/java/src/org/chromium/base/TestUiThread.java",
325 ] 327 ]
326 jni_package = "base" 328 jni_package = "base"
327 } 329 }
328 } 330 }
OLDNEW
« no previous file with comments | « base/task_scheduler/task_scheduler_impl.h ('k') | base/test/scoped_task_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698