diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 22:52:11 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 22:53:50 +0000 |
commit | af4f7543989a4acd2fbe25255f5e11e3a2d8a802 (patch) | |
tree | aed3fb3bc18d3e5944c25d43d833c93f2aece656 /.gitignore | |
parent | ccfb363cfc20f4369030025151f4bfcaf4111bf3 (diff) | |
download | chromium_src-af4f7543989a4acd2fbe25255f5e11e3a2d8a802.zip chromium_src-af4f7543989a4acd2fbe25255f5e11e3a2d8a802.tar.gz chromium_src-af4f7543989a4acd2fbe25255f5e11e3a2d8a802.tar.bz2 |
Make landmines work on local builds too
Moves (some of) gyp environment setup out of gyp_chromium into separate
module, and shares that between gyp_chromium and landmines.py.
landmines.py is added as the first entry in DEPS hooks so that it can
clobber the entire build directory before running other hooks that
extract/generate into the build dir.
R=iannucci@chromium.org
BUG=400011
Review URL: https://codereview.chromium.org/457003004
Cr-Commit-Position: refs/heads/master@{#289099}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ .cproject .gdb_history .gdbinit +.landmines .metadata .project .pydevproject |