Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: win8/metro_driver/ime/ime.gypi

Issue 83233002: Enable basic IME functionality under Ash on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix warnings (that are treated as an error) on 64-bit build Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/metro_driver/ime/input_scope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..efa044c94ba18e5b4fd7fb54bf554a983980c2ec
--- /dev/null
+++ b/win8/metro_driver/ime/ime.gypi
@@ -0,0 +1,16 @@
+# 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': [
+ 'input_scope.cc',
+ 'input_scope.h',
+ 'text_service.cc',
+ 'text_service.h',
+ 'text_service_delegate.h',
+ 'text_store.cc',
+ 'text_store.h',
+ 'text_store_delegate.h',
+ ],
+}
« no previous file with comments | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/metro_driver/ime/input_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698