| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 75cb12e9d28d491ae97381a17ef1da26a9cbd773..12ada0e96c045aedb78fbb48a13d63e31b7729de 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1087,6 +1087,10 @@
|
| 'android_app_version_name%': 'Developer Build',
|
| 'android_app_version_code%': 0,
|
|
|
| +
|
| + # Contains data about the attached devices for gyp_managed_install.
|
| + 'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg',
|
| +
|
| 'sas_dll_exists': '<!(python <(DEPTH)/build/dir_exists.py <(sas_dll_path))',
|
| 'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))',
|
|
|
|
|