Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / ui / base / ime / ime_unittests.gypi
blob110b200b69362a5395a8d29c4aa115a3e36fb7ec
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.
6   'sources': [
7     'candidate_window_unittest.cc',
8     'chromeos/character_composer_unittest.cc',
9     'composition_text_util_pango_unittest.cc',
10     'input_method_base_unittest.cc',
11     'input_method_chromeos_unittest.cc',
12     'remote_input_method_win_unittest.cc',
13     'win/imm32_manager_unittest.cc',
14     'win/tsf_input_scope_unittest.cc',
15   ],
16   'conditions': [
17     ['chromeos==0 or use_x11==0', {
18       'sources!': [
19         'chromeos/character_composer_unittest.cc',
20         'input_method_chromeos_unittest.cc',
21       ],
22     }],
23     ['use_x11==0', {
24       'sources!': [
25         'composition_text_util_pango_unittest.cc',
26       ],
27     }],
28   ],