summaryrefslogtreecommitdiffstats
path: root/tools/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/BUILD.gn')
-rw-r--r--tools/android/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn
index 0804c19..8f4d085 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",
+ ]
+}