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

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

Issue 9721017: Rename ibus_input_methods.txt to input_methods.txt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-retry Created 8 years, 9 months 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 5b40aeb90b785bd7375f5d699e05fbfd4cf75546..2cc4de4bafb29ddf117c7fdb137832a8bfb24f76 100644
--- a/chrome/browser/chromeos/input_method/input_method.gyp
+++ b/chrome/browser/chromeos/input_method/input_method.gyp
@@ -6,7 +6,6 @@
'variables': {
'input_method_out_dir':
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser/chromeos/input_method',
- 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
},
'targets': [
{
@@ -15,20 +14,20 @@
'actions': [
{
'inputs': [
- 'ibus_input_methods.txt',
- 'gen_ibus_input_methods.py',
+ 'input_methods.txt',
+ 'gen_input_methods.py',
],
'outputs': [
- '<(input_method_out_dir)/ibus_input_methods.h',
+ '<(input_method_out_dir)/input_methods.h',
],
- 'action_name': 'gen_ibus_input_methods',
+ 'action_name': 'gen_input_methods',
'action': [
'python',
- 'gen_ibus_input_methods.py',
- 'ibus_input_methods.txt',
- '<(input_method_out_dir)/ibus_input_methods.h',
+ 'gen_input_methods.py',
+ 'input_methods.txt',
+ '<(input_method_out_dir)/input_methods.h',
],
- 'message': 'Generating ibus_input_methods.h',
+ 'message': 'Generating input_methods.h',
},
],
'direct_dependent_settings': {
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_input_methods.txt ('k') | chrome/browser/chromeos/input_method/input_method_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698