| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index e8d449fffbb6de1f046fdb440038741e816c0247..2f8738ebb72ecfcd4123e2b7e454ff5f58c07475 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -1470,7 +1470,7 @@
|
| 'package_name': 'org/chromium/base/multidex',
|
| 'template_deps': [],
|
| 'additional_gcc_preprocess_options': [
|
| - '--defines', 'CONFIGURATION_NAME_<(CONFIGURATION_NAME)',
|
| + '--defines', 'MULTIDEX_CONFIGURATION_<(CONFIGURATION_NAME)',
|
| ],
|
| },
|
| 'includes': ['../build/android/java_cpp_template.gypi'],
|
|
|