diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 00:09:46 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 00:09:46 +0000 |
commit | 14474c54a2c17d4f8381d027c0293b2cf00c1241 (patch) | |
tree | 8172d6641d02088d41455563cba1805e03302ab2 /.gitignore | |
parent | 34088fbeb4382bd1c65241403de99699dbabd022 (diff) | |
download | chromium_src-14474c54a2c17d4f8381d027c0293b2cf00c1241.zip chromium_src-14474c54a2c17d4f8381d027c0293b2cf00c1241.tar.gz chromium_src-14474c54a2c17d4f8381d027c0293b2cf00c1241.tar.bz2 |
Roll Gyp revision from r1361 to r1362
This pulls in:
r1362: MSVS 2008: Fix to ensure that actions are re-run when the command changes
This change creates *.gypcmd files next to *.vcproj files, so I am
adding "*.gypcmd" to the .gitignore file.
BUG=http://code.google.com/p/gyp/issues/detail?id=262
TEST=build
Review URL: https://chromiumcodereview.appspot.com/10383027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.Makefile +*.gypcmd *.mk *.ncb *.ninja |