Chromium Code Reviews| 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..5891ca7a162583c6bcb5f2b2caf5d0a6f52f41da 100644 |
| --- a/chrome/common/extensions/api/api.gyp |
| +++ b/chrome/common/extensions/api/api.gyp |
| @@ -172,5 +172,23 @@ |
| }], |
| ], |
| }, |
| + { |
| + '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', |
| + 'root_namespace': 'extensions::feature', |
|
dhnishi (use Chromium)
2013/09/18 18:32:45
Is this okay as the namespace?
not at google - send to devlin
2013/09/18 18:35:58
Yep - though maybe "features" not "feature".
dhnishi (use Chromium)
2013/09/18 19:11:57
Done.
|
| + }, |
| + }, |
| ], |
| } |