blob: 3dabb50eda3c59ff83baf986158b449dcf09a670 [file] [log] [blame]
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'sources': [
'character_composer_unittest.cc',
'input_method_base_unittest.cc',
'input_method_ibus_unittest.cc',
'win/imm32_manager_unittest.cc',
'win/tsf_input_scope_unittest.cc',
'win/tsf_text_store_unittest.cc',
],
'conditions': [
['use_aura==0 or use_x11==0 or chromeos==0', {
'sources!': [
'character_composer_unittest.cc',
'input_method_ibus_unittest.cc',
],
}],
['use_aura==0 and OS!="win"', {
'sources!': [
'input_method_base_unittest.cc',
],
}],
['OS!="win"', {
'sources/': [
['exclude', '^win'],
],
}],
],
}