| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'sources': [ | 6 'sources': [ |
| 7 'character_composer_unittest.cc', | 7 'character_composer_unittest.cc', |
| 8 'composition_text_util_pango_unittest.cc', | 8 'composition_text_util_pango_unittest.cc', |
| 9 'input_method_base_unittest.cc', | 9 'input_method_base_unittest.cc', |
| 10 'input_method_ibus_unittest.cc', | 10 'input_method_ibus_unittest.cc', |
| 11 'remote_input_method_win_unittest.cc', |
| 11 'win/imm32_manager_unittest.cc', | 12 'win/imm32_manager_unittest.cc', |
| 12 'win/tsf_input_scope_unittest.cc', | 13 'win/tsf_input_scope_unittest.cc', |
| 13 'win/tsf_text_store_unittest.cc', | 14 'win/tsf_text_store_unittest.cc', |
| 14 ], | 15 ], |
| 15 'conditions': [ | 16 'conditions': [ |
| 16 ['chromeos==0 or use_x11==0', { | 17 ['chromeos==0 or use_x11==0', { |
| 17 'sources!': [ | 18 'sources!': [ |
| 18 'character_composer_unittest.cc', | 19 'character_composer_unittest.cc', |
| 19 'input_method_ibus_unittest.cc', | 20 'input_method_ibus_unittest.cc', |
| 20 ], | 21 ], |
| 21 }], | 22 }], |
| 22 ['use_x11==0', { | 23 ['use_x11==0', { |
| 23 'sources!': [ | 24 'sources!': [ |
| 24 'composition_text_util_pango_unittest.cc', | 25 'composition_text_util_pango_unittest.cc', |
| 25 ], | 26 ], |
| 26 }], | 27 }], |
| 27 ], | 28 ], |
| 28 } | 29 } |
| OLD | NEW |