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