| Index: tools/android/common/common.gyp
|
| diff --git a/tools/android/common/common.gyp b/tools/android/common/common.gyp
|
| index 86226258446639af0626449e808ef836c1eaf764..c86790c745ac3bd6c53436ac307a3bfc2b2022d6 100644
|
| --- a/tools/android/common/common.gyp
|
| +++ b/tools/android/common/common.gyp
|
| @@ -3,8 +3,12 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + },
|
| 'targets': [
|
| {
|
| + # GN version: //tools/android/common
|
| 'target_name': 'android_tools_common',
|
| 'type': 'static_library',
|
| 'toolsets': ['host', 'target'],
|
|
|