| 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..add69c732bf874f4b4ae155c1f8047d66a21b3ab 100644
|
| --- a/chrome/common/extensions/api/api.gyp
|
| +++ b/chrome/common/extensions/api/api.gyp
|
| @@ -172,5 +172,23 @@
|
| }],
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'features',
|
| + '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',
|
| + 'root_namespace': 'extensions::features',
|
| + },
|
| + },
|
| ],
|
| }
|
|
|