OLD | NEW |
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 |
| 11 # GYP: //base/base.gyp:test_support_base |
11 source_set("test_support") { | 12 source_set("test_support") { |
12 sources = [ | 13 sources = [ |
13 "expectations/expectation.cc", | 14 "expectations/expectation.cc", |
14 "expectations/expectation.h", | 15 "expectations/expectation.h", |
15 "expectations/parser.cc", | 16 "expectations/parser.cc", |
16 "expectations/parser.h", | 17 "expectations/parser.h", |
17 "gtest_xml_util.cc", | 18 "gtest_xml_util.cc", |
18 "gtest_xml_util.h", | 19 "gtest_xml_util.h", |
19 "histogram_tester.cc", | 20 "histogram_tester.cc", |
20 "histogram_tester.h", | 21 "histogram_tester.h", |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 } | 157 } |
157 | 158 |
158 if (is_android) { | 159 if (is_android) { |
159 generate_jni("base_unittests_jni_headers") { | 160 generate_jni("base_unittests_jni_headers") { |
160 sources = [ | 161 sources = [ |
161 "android/java/src/org/chromium/base/ContentUriTestUtils.java", | 162 "android/java/src/org/chromium/base/ContentUriTestUtils.java", |
162 ] | 163 ] |
163 jni_package = "base" | 164 jni_package = "base" |
164 } | 165 } |
165 } | 166 } |
OLD | NEW |