| 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",
|
| ]
|
| }
|
|
|