| Index: remoting/remoting_host_win.gypi
|
| diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
|
| index f1fcf1f8304b13fdff84070166c095512992ff0d..87b64a61cfdf6a64228b8501e51a262d7b432aba 100644
|
| --- a/remoting/remoting_host_win.gypi
|
| +++ b/remoting/remoting_host_win.gypi
|
| @@ -359,7 +359,9 @@
|
|
|
| # Generates localized resources for the Windows binaries.
|
| # The substitution strings are taken from:
|
| - # - build/util/LASTCHANGE - the last source code revision.
|
| + # - build/util/LASTCHANGE - the last source code revision. There is
|
| + # no explicit dependency on this file to avoid rebuilding the host
|
| + # after unrelated changes.
|
| # - chrome/VERSION - the major, build & patch versions.
|
| # - remoting/VERSION - the chromoting patch version (and overrides
|
| # for chrome/VERSION).
|
| @@ -389,7 +391,6 @@
|
| },
|
| 'inputs': [
|
| '<(chrome_version_path)',
|
| - '<(lastchange_path)',
|
| '<(remoting_version_path)',
|
| '<(RULE_INPUT_PATH)',
|
| ],
|
|
|