Bug 926798 - Deinfe MOZ_CROSS_PROCESS_IME for non-B2G, r=roc

This commit is contained in:
Makoto Kato 2014-01-16 19:04:05 +09:00
parent 0442bb525b
commit 446f6a3744

View File

@ -65,6 +65,9 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('qt', 'gtk2', 'gtk3', 'windows', 'cocoa'):
'nsNativeTheme.cpp',
]
if not CONFIG['MOZ_B2G']:
DEFINES['MOZ_CROSS_PROCESS_IME'] = True
MSVC_ENABLE_PGO = True
LIBRARY_NAME = 'xpwidgets_s'