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

Unified Diff: testing/android/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net 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 | « sync/internal_api/attachments/proto/BUILD.gn ('k') | testing/android/junit/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/BUILD.gn
diff --git a/testing/android/BUILD.gn b/testing/android/BUILD.gn
index eefa22d0f0d882708c7a3c58ab33754a4ff99bf8..1cf250b6f23e3dcc62e36ea18a37b885f5724aef 100644
--- a/testing/android/BUILD.gn
+++ b/testing/android/BUILD.gn
@@ -8,7 +8,7 @@ import("//build/config/android/rules.gni")
source_set("native_test_native_code") {
testonly = true
sources = [
- "native_test_launcher.cc"
+ "native_test_launcher.cc",
]
libs = [ "log" ]
deps = [
@@ -36,6 +36,6 @@ source_set("native_test_util") {
"native_test_util.h",
]
deps = [
- "//base"
+ "//base",
]
}
« no previous file with comments | « sync/internal_api/attachments/proto/BUILD.gn ('k') | testing/android/junit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698