Home | History | Annotate | Download | only in ime
      1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 {
      6   'variables': {
      7     'ime_test_files': [
      8       'character_composer_unittest.cc',
      9       'input_method_ibus_unittest.cc',
     10     ],
     11   },
     12   'sources': [
     13     '<@(ime_test_files)',
     14     'win/imm32_manager_unittest.cc',
     15     'win/tsf_text_store_unittest.cc',
     16   ],
     17   'conditions': [
     18     ['use_aura==0 or use_x11==0 or chromeos==0', {
     19       'sources!': [
     20         '<@(ime_test_files)',
     21       ],
     22     }],
     23     ['OS!="win"', {
     24       'sources!': [
     25         'win/imm32_manager_unittest.cc',
     26         'win/tsf_text_store_unittest.cc',
     27       ],
     28     }],
     29   ],
     30 }
     31