diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 07:09:47 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 07:09:47 +0000 |
commit | 538549196781f06ab66fd0e8cf3da10a2097d215 (patch) | |
tree | fd9c6b95182f8125d68bdf881125ccdb73eda77a /remoting | |
parent | dc6a48a8158eae3387390bb474644e2fc3b84044 (diff) | |
download | chromium_src-538549196781f06ab66fd0e8cf3da10a2097d215.zip chromium_src-538549196781f06ab66fd0e8cf3da10a2097d215.tar.gz chromium_src-538549196781f06ab66fd0e8cf3da10a2097d215.tar.bz2 |
Remove LASTCHANGE dependency from remoting host on windows
Remoting host on windows contains latest revision number so parts
of remoting are rebuilt every time revision number changes. Removed
dependency on LASTCHANGE to prevent ninja from rebuilding remoting
every time. The file is still used.
BUG=332679
Review URL: https://codereview.chromium.org/142713006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting_host_win.gypi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi index f1fcf1f..87b64a6 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)', ], |