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

Unified Diff: third_party/mockito/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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: third_party/mockito/BUILD.gn
diff --git a/third_party/mockito/BUILD.gn b/third_party/mockito/BUILD.gn
index 2f03b7c789babc76ca8e85e1b58918b11671ab52..932788a0a84b4d3cf9ac8e5bed92bfe311e52fc6 100644
--- a/third_party/mockito/BUILD.gn
+++ b/third_party/mockito/BUILD.gn
@@ -21,8 +21,8 @@ java_library("mockito_java") {
deps = [
":cglib_and_asm_java",
":objenesis_java",
- "../junit:junit",
"../junit:hamcrest",
+ "../junit:junit",
]
DEPRECATED_java_in_dir = "src/src"
}

Powered by Google App Engine
This is Rietveld 408576698