blob: f787f2a545b8221a9b753ddc1ba44a856dcb380a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 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': [
'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',
],
}
|