Chromium Code Reviews| Index: build/all_android.gyp |
| diff --git a/build/all_android.gyp b/build/all_android.gyp |
| index 748571a832fe03c43f80d26b85b6c17e59f5fbb1..571b922b0cfd3158417fdc24000456da7c472140 100644 |
| --- a/build/all_android.gyp |
| +++ b/build/all_android.gyp |
| @@ -183,5 +183,13 @@ |
| 'dependencies': [ |
| ], |
| }, |
| + { |
| + # Build the java portions of the binary size analysis tool. |
| + 'target_name': 'binary_size_tool', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + '../tools/binary_size/binary_size.gyp:binary_size_java', |
| + ], |
| + }, |
| ], # targets |
| } |