Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index a5d4829c0208b0c6e7d0486c159869bafc0208f9..7b8096a0e0b59e0a837ccd82f881035475318432 100644 |
| --- a/content/content.gyp |
| +++ b/content/content.gyp |
| @@ -613,6 +613,14 @@ |
| }], |
| ], |
| }, |
| + { |
| + 'target_name': 'cardboard_javalib', |
| + 'type': 'none', |
| + 'variables': { |
| + 'jar_path': '../third_party/cardboard/cardboard.jar', |
| + }, |
| + 'includes': ['../build/java_prebuilt.gypi'], |
| + }, |
| ], |
| }], # OS == "android" |
| ], |