Index: tools/android/BUILD.gn |
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn |
index 0804c19de634709e9879dc657c38e49414c45d75..8f4d0855a657052a69f4977ba1d78c967419f387 100644 |
--- a/tools/android/BUILD.gn |
+++ b/tools/android/BUILD.gn |
@@ -38,3 +38,10 @@ group("ps_ext") { |
"//tools/android/ps_ext", |
] |
} |
+ |
+# GYP: //tools/android/android_tools.gyp:customtabs_benchmark |
+group("customtabs_benchmark") { |
+ deps = [ |
+ "//tools/android/customtabs_benchmark:customtabs_benchmark_apk", |
+ ] |
+} |