Chromium Code Reviews| 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 |
|
Yaron
2015/09/28 20:40:04
I think this and the other target are //tools/andr
pkotwicz
2015/09/28 20:48:36
Done.
|
| +group("customtabs_benchmark") { |
| + deps = [ |
| + "//tools/android/customtabs_benchmark:customtabs_benchmark_apk", |
| + ] |
| +} |