Index: chrome/chrome_android.gypi |
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi |
index 9c8b394f6dcf8917e743a66655f9a3c6862b66f5..3bc18b2da032fc465f2cdb4c9ed2be5c3f466201 100644 |
--- a/chrome/chrome_android.gypi |
+++ b/chrome/chrome_android.gypi |
@@ -37,6 +37,12 @@ |
'app/chrome_main_delegate.cc', |
'app/chrome_main_delegate.h', |
], |
+ 'conditions': [ |
+ ['android_java_ui==1', { |
+ 'all_dependent_settings': { |
+ 'defines': [ 'ANDROID_JAVA_UI=1'] |
+ }] |
+ }], |
'link_settings': { |
'libraries': [ |
'-landroid', |