Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index 6632f6d5af4b23d0cfa139864f06e19673ac44f7..ce006f157e45a1229c281d3333d47213ecf1138b 100644 |
| --- a/content/content.gyp |
| +++ b/content/content.gyp |
| @@ -202,12 +202,18 @@ |
| { |
| 'target_name': 'content_java', |
| 'type': 'none', |
| + 'dependencies': ['../base/base.gyp:base_java'], |
| 'variables': { |
| 'package_name': 'content', |
| 'java_in_dir': '../content/public/android/java', |
| }, |
| 'includes': [ '../build/java.gypi' ], |
| }, |
| + { |
| + 'target_name': 'content_jni_headers', |
| + 'type': 'none', |
| + 'includes': [ 'content_jni.gypi' ], |
|
Yaron
2012/05/09 01:01:42
Wheres' this file?
John Grabowski
2012/05/09 17:18:15
Oops! Added
|
| + }, |
| ], |
| }], # OS == "android" |
| ], |