Index: components/infobars.gypi |
diff --git a/components/infobars.gypi b/components/infobars.gypi |
index 8c2449c8ae098b9e9852a70c2ab88f3bfdce7503..a0e36a0052c45e914aa31b66e41016e3bc1d551a 100644 |
--- a/components/infobars.gypi |
+++ b/components/infobars.gypi |
@@ -48,4 +48,18 @@ |
], |
}, |
], |
+ 'conditions': [ |
+ ['OS == "android"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'infobar_delegate_java', |
+ 'type': 'none', |
+ 'variables': { |
+ 'source_file': 'infobars/core/infobar_delegate.h', |
+ }, |
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
+ }, |
+ ], |
+ }], |
+ ], |
} |