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

Unified Diff: components/policy/android/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: components/policy/android/BUILD.gn
diff --git a/components/policy/android/BUILD.gn b/components/policy/android/BUILD.gn
index ab1003b43d317b7ea422753f9ec1c875bcc5624f..7399ba209fce3439ab7ec34700c484d3d71e0c77 100644
--- a/components/policy/android/BUILD.gn
+++ b/components/policy/android/BUILD.gn
@@ -26,9 +26,9 @@ android_library("policy_java") {
android_library("policy_java_test_support") {
testonly = true
deps = [
+ ":policy_java",
"//base:base_java",
"//base:base_java_test_support",
- ":policy_java",
]
java_files = [
"javatests/src/org/chromium/policy/test/annotations/Policies.java",
@@ -51,8 +51,8 @@ junit_binary("components_policy_junit_tests") {
"junit/src/org/chromium/policy/test/annotations/PoliciesTest.java",
]
deps = [
- ":policy_java_test_support",
":policy_java",
+ ":policy_java_test_support",
"//base:base_java",
"//third_party/junit:hamcrest",
]

Powered by Google App Engine
This is Rietveld 408576698