| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 40b00c90b654cb34dad4a926a17ad006f62a99a1..cc68f3f074ae0349281634183bb3fd50f50d29bc 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -322,7 +322,6 @@
|
| # Rule to run the message compiler.
|
| 'rule_name': 'message_compiler',
|
| 'extension': 'mc',
|
| - 'inputs': [ '<(RULE_INPUT_PATH)' ],
|
| 'outputs': [
|
| '<(output_dir)/<(RULE_INPUT_ROOT).h',
|
| '<(output_dir)/<(RULE_INPUT_ROOT).rc',
|
| @@ -602,7 +601,6 @@
|
| 'inputs': [
|
| '<(remoting_localize_path)',
|
| '<(branding_path)',
|
| - '<(RULE_INPUT_PATH)',
|
| ],
|
| 'outputs': [
|
| '<(PRODUCT_DIR)/remoting/<(RULE_INPUT_ROOT)',
|
| @@ -636,7 +634,6 @@
|
| 'extension': 'jinja2',
|
| 'inputs': [
|
| '<(remoting_localize_path)',
|
| - '<(RULE_INPUT_PATH)',
|
| ],
|
| 'outputs': [
|
| '<!@pymod_do_main(remoting_localize --locale_output '
|
|
|