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

Side by Side Diff: third_party/hamcrest/BUILD.gn

Issue 2142413004: Add required deps to third_party/android_support_test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant default setting for java-version in javac.py Created 4 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
« no previous file with comments | « third_party/guava/BUILD.gn ('k') | third_party/junit/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 6
7 java_group("hamcrest_java") { 7 java_group("hamcrest_java") {
8 deps = [ 8 deps = [
9 ":hamcrest_core_java", 9 ":hamcrest_core_java",
10 ":hamcrest_integration_java", 10 ":hamcrest_integration_java",
11 ":hamcrest_library_java", 11 ":hamcrest_library_java",
12 ] 12 ]
13 } 13 }
14 14
15 java_prebuilt("hamcrest_core_java") { 15 java_prebuilt("hamcrest_core_java") {
16 supports_android = true
16 jar_path = "lib/hamcrest-core-1.3.jar" 17 jar_path = "lib/hamcrest-core-1.3.jar"
17 } 18 }
18 19
19 java_prebuilt("hamcrest_integration_java") { 20 java_prebuilt("hamcrest_integration_java") {
21 supports_android = true
20 jar_path = "lib/hamcrest-integration-1.3.jar" 22 jar_path = "lib/hamcrest-integration-1.3.jar"
21 } 23 }
22 24
23 java_prebuilt("hamcrest_library_java") { 25 java_prebuilt("hamcrest_library_java") {
26 supports_android = true
24 jar_path = "lib/hamcrest-library-1.3.jar" 27 jar_path = "lib/hamcrest-library-1.3.jar"
25 } 28 }
OLDNEW
« no previous file with comments | « third_party/guava/BUILD.gn ('k') | third_party/junit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698