Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index 737479fc071c03f82b35b27baaff88b47c031ad0..4fa03c41d9e8da7d52fef2a639e0e1e94ae99a23 100644 |
| --- a/content/content.gyp |
| +++ b/content/content.gyp |
| @@ -218,6 +218,23 @@ |
| ['OS == "android"', { |
| 'targets': [ |
| { |
| + 'target_name': 'content_jni', |
|
Yaron
2012/06/11 19:46:22
Remove this. You already have content_jni_headers
michaelbai
2012/06/11 20:30:16
Done.
|
| + 'type': 'none', |
| + 'includes': [ 'content_jni.gypi' ], |
| + }, |
| + { |
| + 'target_name': 'common_aidl', |
|
Yaron
2012/06/11 19:46:22
You shouldn't need to duplicate this. It's already
michaelbai
2012/06/11 20:30:16
Removed from content_common, as all targets are de
|
| + 'type': 'none', |
| + 'variables': { |
| + 'aidl_interface_file': '../content/public/android/java/org/chromium/content/common/common.aidl', |
| + }, |
| + 'sources': [ |
| + '../content/public/android/java/org/chromium/content/common/ISandboxedProcessCallback.aidl', |
| + '../content/public/android/java/org/chromium/content/common/ISandboxedProcessService.aidl', |
| + ], |
| + 'includes': [ '../build/java_aidl.gypi' ], |
| + }, |
| + { |
| 'target_name': 'content_java', |
| 'type': 'none', |
| 'dependencies': ['../base/base.gyp:base_java'], |