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

Unified Diff: chrome/browser/chromeos/input_method/input_method.gyp

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix few bugs Created 9 years, 1 month 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/browser/chromeos/input_method/input_method.gyp
diff --git a/chrome/browser/chromeos/input_method/input_method.gyp b/chrome/browser/chromeos/input_method/input_method.gyp
index c9beba8eca3fd688f4434502045b28f58674f70c..cfd81f38e82a1fa17d0fe5de077f7df9bcdde78b 100644
--- a/chrome/browser/chromeos/input_method/input_method.gyp
+++ b/chrome/browser/chromeos/input_method/input_method.gyp
@@ -71,6 +71,22 @@
'<(input_method_out_dir)/mozc/session/commands.proto',
],
},
+ {
+ # TODO(nona): removes following patch after mozc package update.
+ 'action_name': 'mozc_commands_local_patch',
horo 2011/11/14 04:56:03 Is this action in "'target_name': 'litify_mozc_pro
Seigo Nonaka 2011/11/14 05:59:37 As the offline talk, I decide to apply patch via t
+ 'inputs': [
+ 'mozc_commands.diff',
+ ],
+ 'outputs': [
+ '<(input_method_out_dir)/mozc/session/commands.proto',
+ ],
+ 'action': [
+ 'patch',
+ '<(input_method_out_dir)/mozc/session/commands.proto',
+ '-i',
+ 'mozc_commands.diff',
+ ],
+ },
],
},
{
« no previous file with comments | « chrome/browser/chromeos/input_method/candidate_window.cc ('k') | chrome/browser/chromeos/input_method/mozc_commands.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698