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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 11415266: Extract a delegate interface from c/b/input_method to permit decoupling from c/b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove redundant gypi entries. Created 8 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
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 64826cc4047f60c68b2134dc063e4f7be68e575b..3a0d15beb472eec671b5848b26da202fa568184f 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -324,6 +324,9 @@
'browser/chromeos/input_method/ibus_ui_controller.h',
'browser/chromeos/input_method/input_method_config.cc',
'browser/chromeos/input_method/input_method_config.h',
+ 'browser/chromeos/input_method/input_method_delegate.h',
+ 'browser/chromeos/input_method/input_method_delegate_impl.cc',
+ 'browser/chromeos/input_method/input_method_delegate_impl.h',
'browser/chromeos/input_method/input_method_descriptor.cc',
'browser/chromeos/input_method/input_method_descriptor.h',
'browser/chromeos/input_method/input_method_engine.cc',

Powered by Google App Engine
This is Rietveld 408576698