| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 114b6bff708c090df7a75b24d1468cdaafeb1d30..aec132154f347de49f360a7d3cd99d93405deea4 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1078,6 +1078,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))',
|
|
|
|
|