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

Unified Diff: third_party/junit/BUILD.gn

Issue 779473002: gn format //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/jsoncpp/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/junit/BUILD.gn
diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn
index 437f95679b14251b03884f1e0b1bffc6e8030dd1..1b02acfef5f6403990d0947a75fea8e13daacc54 100644
--- a/third_party/junit/BUILD.gn
+++ b/third_party/junit/BUILD.gn
@@ -12,7 +12,7 @@ java_prebuilt("hamcrest") {
# GYP: //third_party/junit.gyp:junit_jar
java_library("junit") {
deps = [
- ":hamcrest"
+ ":hamcrest",
]
DEPRECATED_java_in_dir = "src/src/main/java"
}
« no previous file with comments | « third_party/jsoncpp/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698