Index: tools/android/BUILD.gn |
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn |
index 5347bf43db7bab998920423d0d28c122addd8bff..108ad4f2b4feeacb4a1aeaead7493da82c1bd788 100644 |
--- a/tools/android/BUILD.gn |
+++ b/tools/android/BUILD.gn |
@@ -12,3 +12,10 @@ group("android_tools") { |
"//tools/android/md5sum", |
] |
} |
+ |
+# GYP: //tools/android/android_tools.gyp:customtabs_benchmark |
+group("customtabs_benchmark") { |
+ deps = [ |
+ "//tools/android/customtabs_benchmark:customtabs_benchmark_apk", |
+ ] |
+} |