| Index: gypfiles/landmines.py
|
| diff --git a/build/landmines.py b/gypfiles/landmines.py
|
| similarity index 99%
|
| rename from build/landmines.py
|
| rename to gypfiles/landmines.py
|
| index 97c63901c1a904702017453877bb9e619f66469f..2a81c66d1a65290b4fbcf519026599e93d980baf 100755
|
| --- a/build/landmines.py
|
| +++ b/gypfiles/landmines.py
|
| @@ -198,7 +198,7 @@ def process_options():
|
| parser = optparse.OptionParser()
|
| parser.add_option(
|
| '-s', '--landmine-scripts', action='append',
|
| - default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
|
| + default=[os.path.join(SRC_DIR, 'gypfiles', 'get_landmines.py')],
|
| help='Path to the script which emits landmines to stdout. The target '
|
| 'is passed to this script via option -t. Note that an extra '
|
| 'script can be specified via an env var EXTRA_LANDMINES_SCRIPT.')
|
|
|