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

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

Issue 1465923002: GN: Merge apk_deps and deps in test() template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for realz this time Created 5 years 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 | « third_party/WebKit/Source/web/BUILD.gn ('k') | ui/base/BUILD.gn » ('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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 } 151 }
152 152
153 test("ui_android_unittests") { 153 test("ui_android_unittests") {
154 sources = [ 154 sources = [
155 "overscroll_refresh_unittest.cc", 155 "overscroll_refresh_unittest.cc",
156 "resources/resource_manager_impl_unittest.cc", 156 "resources/resource_manager_impl_unittest.cc",
157 "run_all_unittests.cc", 157 "run_all_unittests.cc",
158 ] 158 ]
159 deps = [ 159 deps = [
160 ":android", 160 ":android",
161 ":ui_java",
161 "//base", 162 "//base",
162 "//base/test:test_support", 163 "//base/test:test_support",
163 "//cc", 164 "//cc",
164 "//cc:test_support", 165 "//cc:test_support",
165 "//skia", 166 "//skia",
166 "//testing/gmock", 167 "//testing/gmock",
167 "//testing/gtest", 168 "//testing/gtest",
168 "//ui/base", 169 "//ui/base",
169 "//ui/gfx", 170 "//ui/gfx",
170 "//ui/resources:ui_test_pak", 171 "//ui/resources:ui_test_pak",
171 ] 172 ]
172 apk_deps = [ ":ui_java" ]
173 } 173 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698