OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2013 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 'sources': [ |
| 7 'ime_popup_monitor.cc', |
| 8 'ime_popup_monitor.h', |
| 9 'ime_popup_observer.h', |
| 10 'input_scope.cc', |
| 11 'input_scope.h', |
| 12 'keyevent_filter.cc', |
| 13 'keyevent_filter.h', |
| 14 'language_profile_monitor.cc', |
| 15 'language_profile_monitor.h', |
| 16 'language_profile_observer.h', |
| 17 'text_service.cc', |
| 18 'text_service.h', |
| 19 'text_store.cc', |
| 20 'text_store.h', |
| 21 'text_store_delegate.h', |
| 22 ], |
| 23 } |
OLD | NEW |