| Index: extensions/common/api/schemas.gypi
|
| diff --git a/extensions/common/api/schemas.gypi b/extensions/common/api/schemas.gypi
|
| index d9649bad9e32e62ebc9a9aae8fd8eb081cd6e2a0..e28edf9a9c18d82266accfbed89261089eb40f1a 100644
|
| --- a/extensions/common/api/schemas.gypi
|
| +++ b/extensions/common/api/schemas.gypi
|
| @@ -42,15 +42,22 @@
|
| 'test.json',
|
| 'usb.idl',
|
| 'usb_private.idl',
|
| + 'web_request.json',
|
| 'web_view_internal.json',
|
| ],
|
| 'non_compiled_schema_files': [
|
| ],
|
| + 'main_non_compiled_schema_files': [
|
| + 'web_request_internal.json',
|
| + ],
|
| # TODO(thestig) Do not include this file in non-extensions builds.
|
| # Then the conditional and else block can go away.
|
| # Do the same for extensions/common/api/schemas.gni.
|
| 'conditions': [
|
| ['enable_extensions==1', {
|
| + 'non_compiled_schema_files': [
|
| + '<@(main_non_compiled_schema_files)',
|
| + ],
|
| 'schema_files': [
|
| '<@(main_schema_files)',
|
| ],
|
|
|