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

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

Issue 557463002: Make base_unittests_apk actually work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-group-datadeps
Patch Set: Created 6 years, 3 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
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698