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

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

Issue 1154313003: Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/files/file_util_posix.cc ('k') | base/test/gtest_xml_unittest_result_printer.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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 15 matching lines...) Expand all
26 source_set("test_support") { 26 source_set("test_support") {
27 # TODO http://crbug.com/412064 enable this flag all the time. 27 # TODO http://crbug.com/412064 enable this flag all the time.
28 testonly = !is_component_build 28 testonly = !is_component_build
29 sources = [ 29 sources = [
30 "expectations/expectation.cc", 30 "expectations/expectation.cc",
31 "expectations/expectation.h", 31 "expectations/expectation.h",
32 "expectations/parser.cc", 32 "expectations/parser.cc",
33 "expectations/parser.h", 33 "expectations/parser.h",
34 "gtest_util.cc", 34 "gtest_util.cc",
35 "gtest_util.h", 35 "gtest_util.h",
36 "gtest_xml_unittest_result_printer.cc",
37 "gtest_xml_unittest_result_printer.h",
36 "gtest_xml_util.cc", 38 "gtest_xml_util.cc",
37 "gtest_xml_util.h", 39 "gtest_xml_util.h",
38 "histogram_tester.cc", 40 "histogram_tester.cc",
39 "histogram_tester.h", 41 "histogram_tester.h",
40 "launcher/test_launcher.cc", 42 "launcher/test_launcher.cc",
41 "launcher/test_launcher.h", 43 "launcher/test_launcher.h",
42 "launcher/test_result.cc", 44 "launcher/test_result.cc",
43 "launcher/test_result.h", 45 "launcher/test_result.h",
44 "launcher/test_results_tracker.cc", 46 "launcher/test_results_tracker.cc",
45 "launcher/test_results_tracker.h", 47 "launcher/test_results_tracker.h",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 } 202 }
201 203
202 if (is_android) { 204 if (is_android) {
203 generate_jni("base_unittests_jni_headers") { 205 generate_jni("base_unittests_jni_headers") {
204 sources = [ 206 sources = [
205 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 207 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
206 ] 208 ]
207 jni_package = "base" 209 jni_package = "base"
208 } 210 }
209 } 211 }
OLDNEW
« no previous file with comments | « base/files/file_util_posix.cc ('k') | base/test/gtest_xml_unittest_result_printer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698