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

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

Issue 2898213003: Add skeleton circular queue file.
Patch Set: Fix merge 2 Created 3 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 | « base/template_util.h ('k') | base/test/copy_only_int.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 12 matching lines...) Expand all
23 } 23 }
24 24
25 static_library("test_support") { 25 static_library("test_support") {
26 testonly = true 26 testonly = true
27 sources = [ 27 sources = [
28 "../trace_event/trace_config_memory_test_util.h", 28 "../trace_event/trace_config_memory_test_util.h",
29 "android/java_handler_thread_for_testing.cc", 29 "android/java_handler_thread_for_testing.cc",
30 "android/java_handler_thread_for_testing.h", 30 "android/java_handler_thread_for_testing.h",
31 "android/test_system_message_handler_link_android.cc", 31 "android/test_system_message_handler_link_android.cc",
32 "android/test_system_message_handler_link_android.h", 32 "android/test_system_message_handler_link_android.h",
33 "copy_only_int.h",
33 "fuzzed_data_provider.cc", 34 "fuzzed_data_provider.cc",
34 "fuzzed_data_provider.h", 35 "fuzzed_data_provider.h",
35 "gtest_util.cc", 36 "gtest_util.cc",
36 "gtest_util.h", 37 "gtest_util.h",
37 "gtest_xml_unittest_result_printer.cc", 38 "gtest_xml_unittest_result_printer.cc",
38 "gtest_xml_unittest_result_printer.h", 39 "gtest_xml_unittest_result_printer.h",
39 "gtest_xml_util.cc", 40 "gtest_xml_util.cc",
40 "gtest_xml_util.h", 41 "gtest_xml_util.h",
41 "histogram_tester.cc", 42 "histogram_tester.cc",
42 "histogram_tester.h", 43 "histogram_tester.h",
43 "icu_test_util.cc", 44 "icu_test_util.cc",
44 "icu_test_util.h", 45 "icu_test_util.h",
45 "ios/wait_util.h", 46 "ios/wait_util.h",
46 "ios/wait_util.mm", 47 "ios/wait_util.mm",
47 "launcher/test_result.cc", 48 "launcher/test_result.cc",
48 "launcher/test_result.h", 49 "launcher/test_result.h",
49 "launcher/test_results_tracker.h", 50 "launcher/test_results_tracker.h",
50 "launcher/unit_test_launcher.h", 51 "launcher/unit_test_launcher.h",
51 "mock_callback.h", 52 "mock_callback.h",
52 "mock_chrome_application_mac.h", 53 "mock_chrome_application_mac.h",
53 "mock_chrome_application_mac.mm", 54 "mock_chrome_application_mac.mm",
54 "mock_devices_changed_observer.cc", 55 "mock_devices_changed_observer.cc",
55 "mock_devices_changed_observer.h", 56 "mock_devices_changed_observer.h",
56 "mock_entropy_provider.cc", 57 "mock_entropy_provider.cc",
57 "mock_entropy_provider.h", 58 "mock_entropy_provider.h",
58 "mock_log.cc", 59 "mock_log.cc",
59 "mock_log.h", 60 "mock_log.h",
61 "move_only_int.h",
60 "multiprocess_test.cc", 62 "multiprocess_test.cc",
61 "multiprocess_test.h", 63 "multiprocess_test.h",
62 "multiprocess_test_android.cc", 64 "multiprocess_test_android.cc",
63 "null_task_runner.cc", 65 "null_task_runner.cc",
64 "null_task_runner.h", 66 "null_task_runner.h",
65 "opaque_ref_counted.cc", 67 "opaque_ref_counted.cc",
66 "opaque_ref_counted.h", 68 "opaque_ref_counted.h",
67 "perf_log.cc", 69 "perf_log.cc",
68 "perf_log.h", 70 "perf_log.h",
69 "perf_test_suite.cc", 71 "perf_test_suite.cc",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 import_include = [ 378 import_include = [
377 "android/java/src", 379 "android/java/src",
378 "//base/android/java/src", 380 "//base/android/java/src",
379 ] 381 ]
380 sources = [ 382 sources = [
381 "android/java/src/org/chromium/base/ITestCallback.aidl", 383 "android/java/src/org/chromium/base/ITestCallback.aidl",
382 "android/java/src/org/chromium/base/ITestController.aidl", 384 "android/java/src/org/chromium/base/ITestController.aidl",
383 ] 385 ]
384 } 386 }
385 } 387 }
OLDNEW
« no previous file with comments | « base/template_util.h ('k') | base/test/copy_only_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698