Chromium Code Reviews| 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..5b40aeb90b785bd7375f5d699e05fbfd4cf75546 100644 |
| --- a/chrome/browser/chromeos/input_method/input_method.gyp |
| +++ b/chrome/browser/chromeos/input_method/input_method.gyp |
| @@ -37,88 +37,5 @@ |
| ], |
| }, |
| }, |
| - { |
| - 'target_name': 'litify_mozc_proto_files', |
| - 'type': 'none', |
| - 'actions': [ |
| - { |
| - 'action_name': 'litify_config_proto', |
| - 'inputs': [ |
| - '../../../../third_party/mozc/session/config.proto', |
| - ], |
| - 'outputs': [ |
| - '<(input_method_out_dir)/mozc/session/config.proto', |
| - ], |
| - 'action': [ |
| - 'python', |
| - 'litify_proto_file.py', |
|
Yusuke Sato
2011/11/30 13:38:20
I think we can remove the script from the Chrome t
Seigo Nonaka
2011/12/01 07:10:01
Hmm I think we cannot because "ibus_inputmethods.h
Yusuke Sato
2011/12/01 07:45:28
I mean, "please remove litify_proto_file.py from t
Seigo Nonaka
2011/12/01 08:32:53
Ah, I'm sorry, I misunderstand and I missed this c
|
| - '../../../../third_party/mozc/session/config.proto', |
| - '<(input_method_out_dir)/mozc/session/config.proto', |
| - ], |
| - }, |
| - { |
| - 'action_name': 'litify_commands_proto', |
| - 'inputs': [ |
| - '../../../../third_party/mozc/session/commands.proto', |
| - ], |
| - 'outputs': [ |
| - '<(input_method_out_dir)/mozc/session/commands.proto', |
| - ], |
| - 'action': [ |
| - 'python', |
| - 'litify_proto_file.py', |
| - '../../../../third_party/mozc/session/commands.proto', |
| - '<(input_method_out_dir)/mozc/session/commands.proto', |
| - ], |
| - }, |
| - ], |
| - }, |
| - { |
| - # Protobuf compiler / generator for the mozc inputmethod commands |
| - # protocol buffer. |
| - 'target_name': 'mozc_commands_proto', |
| - 'type': 'static_library', |
| - 'sources': [ |
| - '<(input_method_out_dir)/mozc/session/config.proto', |
| - '<(input_method_out_dir)/mozc/session/commands.proto', |
| - ], |
| - 'rules': [ |
| - { |
| - 'rule_name': 'genproto', |
| - 'extension': 'proto', |
| - 'inputs': [ |
| - '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| - ], |
| - 'outputs': [ |
| - '<(protoc_out_dir)/third_party/mozc/session/<(RULE_INPUT_ROOT).pb.h', |
| - '<(protoc_out_dir)/third_party/mozc/session/<(RULE_INPUT_ROOT).pb.cc', |
| - ], |
| - 'action': [ |
| - '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| - '--proto_path=<(input_method_out_dir)/mozc', |
| - '<(input_method_out_dir)/mozc/session/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)', |
| - '--cpp_out=<(protoc_out_dir)/third_party/mozc', |
| - ], |
| - 'message': 'Generating C++ code from <(RULE_INPUT_PATH)', |
| - 'process_outputs_as_sources': 1, |
| - }, |
| - ], |
| - 'dependencies': [ |
| - 'litify_mozc_proto_files', |
| - '../../../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| - '../../../../third_party/protobuf/protobuf.gyp:protoc#host', |
| - ], |
| - 'include_dirs': [ |
| - '<(protoc_out_dir)/third_party/mozc', |
| - ], |
| - 'direct_dependent_settings': { |
| - 'include_dirs': [ |
| - '<(protoc_out_dir)/third_party/mozc', |
| - ] |
| - }, |
| - 'export_dependent_settings': [ |
| - '../../../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| - ], |
| - }, |
| ] |
| } |