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

Side by Side Diff: ui/android/BUILD.gn

Issue 1669593002: Convert SpanApplierTest to a Robolectric test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | ui/android/javatests/src/org/chromium/ui/text/SpanApplierTest.java » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 component("android") { 10 component("android") {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 deps = [ 145 deps = [
146 ":ui_java", 146 ":ui_java",
147 ":ui_java_resources", 147 ":ui_java_resources",
148 "//base:base_java", 148 "//base:base_java",
149 "//base:base_java_test_support", 149 "//base:base_java_test_support",
150 ] 150 ]
151 } 151 }
152 152
153 # GYP: //ui/android/ui_android.gyp:ui_junit_tests 153 # GYP: //ui/android/ui_android.gyp:ui_junit_tests
154 junit_binary("ui_junit_tests") { 154 junit_binary("ui_junit_tests") {
155 java_files = 155 java_files = [
156 [ "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java" ] 156 "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java",
157 "junit/src/org/chromium/ui/text/SpanApplierTest.java",
158 ]
157 deps = [ 159 deps = [
158 "//base:base_java", 160 "//base:base_java",
159 "//base:base_junit_test_support", 161 "//base:base_junit_test_support",
160 "//ui/android:ui_java", 162 "//ui/android:ui_java",
161 ] 163 ]
162 } 164 }
163 165
164 test("ui_android_unittests") { 166 test("ui_android_unittests") {
165 sources = [ 167 sources = [
166 "overscroll_refresh_unittest.cc", 168 "overscroll_refresh_unittest.cc",
167 "resources/resource_manager_impl_unittest.cc", 169 "resources/resource_manager_impl_unittest.cc",
168 "run_all_unittests.cc", 170 "run_all_unittests.cc",
169 ] 171 ]
170 deps = [ 172 deps = [
171 ":android", 173 ":android",
172 ":java_enums_srcjar", 174 ":java_enums_srcjar",
173 ":ui_java", 175 ":ui_java",
174 "//base", 176 "//base",
175 "//base/test:test_support", 177 "//base/test:test_support",
176 "//cc", 178 "//cc",
177 "//cc:test_support", 179 "//cc:test_support",
178 "//skia", 180 "//skia",
179 "//testing/gmock", 181 "//testing/gmock",
180 "//testing/gtest", 182 "//testing/gtest",
181 "//ui/base", 183 "//ui/base",
182 "//ui/gfx", 184 "//ui/gfx",
183 "//ui/resources:ui_test_pak", 185 "//ui/resources:ui_test_pak",
184 ] 186 ]
185 } 187 }
OLDNEW
« no previous file with comments | « no previous file | ui/android/javatests/src/org/chromium/ui/text/SpanApplierTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698