Chromium Code Reviews| Index: all.gyp |
| diff --git a/all.gyp b/all.gyp |
| index 0d0926517dfc9cc94c54dd881ac81f65cc5a07b4..f4920fc06a81710bf7045ab4d8b8225459fc19ea 100644 |
| --- a/all.gyp |
| +++ b/all.gyp |
| @@ -39,7 +39,8 @@ |
| 'conditions': [ |
| ['OS=="android" and build_with_chromium==0', { |
| 'dependencies': [ |
| - 'webrtc/api/api_java.gyp:*', |
| + # No longer supported, please refer to GN targets. |
| + #'webrtc/api/api_java.gyp:*', |
| ], |
| }], |
| ['include_tests==1', { |