1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright (c) 2013 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': [
'ime_popup_monitor.cc',
'ime_popup_monitor.h',
'ime_popup_observer.h',
'input_scope.cc',
'input_scope.h',
'input_source.cc',
'input_source.h',
'input_source_observer.h',
'text_service.cc',
'text_service.h',
'text_service_delegate.h',
'text_store.cc',
'text_store.h',
'text_store_delegate.h',
],
}
|