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

Side by Side Diff: components/policy/android/BUILD.gn

Issue 2076783004: Changes to update Junit and Mockito. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding myself to junit OWNERS Created 4 years, 4 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 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 6
7 _jni_sources = [ 7 _jni_sources = [
8 "java/src/org/chromium/policy/PolicyConverter.java", 8 "java/src/org/chromium/policy/PolicyConverter.java",
9 "java/src/org/chromium/policy/CombinedPolicyProvider.java", 9 "java/src/org/chromium/policy/CombinedPolicyProvider.java",
10 ] 10 ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 junit_binary("components_policy_junit_tests") { 47 junit_binary("components_policy_junit_tests") {
48 java_files = [ 48 java_files = [
49 "junit/src/org/chromium/policy/AbstractAppRestrictionsProviderTest.java", 49 "junit/src/org/chromium/policy/AbstractAppRestrictionsProviderTest.java",
50 "junit/src/org/chromium/policy/CombinedPolicyProviderTest.java", 50 "junit/src/org/chromium/policy/CombinedPolicyProviderTest.java",
51 "junit/src/org/chromium/policy/test/annotations/PoliciesTest.java", 51 "junit/src/org/chromium/policy/test/annotations/PoliciesTest.java",
52 ] 52 ]
53 deps = [ 53 deps = [
54 ":policy_java", 54 ":policy_java",
55 ":policy_java_test_support", 55 ":policy_java_test_support",
56 "//base:base_java", 56 "//base:base_java",
57 "//third_party/junit:hamcrest", 57 "//third_party/hamcrest:hamcrest_java",
58 ] 58 ]
59 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698