| Index: win8/metro_driver/ime/ime.gypi
|
| diff --git a/win8/metro_driver/ime/ime.gypi b/win8/metro_driver/ime/ime.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d8f0d83353023c4a8e7095e0b3b0b900df111fc4
|
| --- /dev/null
|
| +++ b/win8/metro_driver/ime/ime.gypi
|
| @@ -0,0 +1,23 @@
|
| +# 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',
|
| + 'keyevent_filter.cc',
|
| + 'keyevent_filter.h',
|
| + 'language_profile_monitor.cc',
|
| + 'language_profile_monitor.h',
|
| + 'language_profile_observer.h',
|
| + 'text_service.cc',
|
| + 'text_service.h',
|
| + 'text_store.cc',
|
| + 'text_store.h',
|
| + 'text_store_delegate.h',
|
| + ],
|
| +}
|
|
|