| Index: chrome/common/extensions/api/api.gyp
|
| diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
|
| index ae25f546ff296930745d4256d75516ae4ba03536..6a25a13e412bb210c171a838d5ae5a3c6529492a 100644
|
| --- a/chrome/common/extensions/api/api.gyp
|
| +++ b/chrome/common/extensions/api/api.gyp
|
| @@ -172,5 +172,22 @@
|
| }],
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'feature',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + '<@(schema_files)',
|
| + ],
|
| + 'includes': [
|
| + '../../../../build/features_compile.gypi',
|
| + ],
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + 'schema_files': [
|
| + '_permission_features.json',
|
| + ],
|
| + 'cc_dir': 'chrome/common/extensions/api',
|
| + },
|
| + },
|
| ],
|
| }
|
|
|