| Index: build/isolate.gypi
|
| diff --git a/build/isolate.gypi b/build/isolate.gypi
|
| index c85585dc1b9f9c591d7b516c450bef65590b1b6f..cc7e97c8457d1a8ac2c09d7f49bf491a5a449786 100644
|
| --- a/build/isolate.gypi
|
| +++ b/build/isolate.gypi
|
| @@ -74,6 +74,8 @@
|
| # the .isolate file but are not considered relative paths.
|
| '--extra-variable', 'version_full=<(version_full)',
|
|
|
| + # Note: This list must match DefaultConfigVariables()
|
| + # in build/android/pylib/utils/isolator.py
|
| '--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)',
|
| '--config-variable', 'OS=<(OS)',
|
| '--config-variable', 'asan=<(asan)',
|
|
|