| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index eec30e05e48f254b541cdaf9f9f0f3e6cf581e48..63db4deec4b91894ca6f506aadb23e4bbd96df1c 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -145,6 +145,10 @@
|
| 'cast_streaming_session.idl',
|
| 'cast_streaming_udp_transport.idl',
|
| ],
|
| +
|
| + 'task_manager_dependent_schema_files': [
|
| + 'processes.idl',
|
| + ],
|
|
|
| # Input IME schema.
|
| 'input_ime_schema_file': [
|
| @@ -168,6 +172,11 @@
|
| # Disable schema compiler to generate model extension API code.
|
| # Only register the extension functions in extension system.
|
| 'conditions': [
|
| + ['enable_task_manager==1', {
|
| + 'schema_files': [
|
| + '<@(task_manager_dependent_schema_files)',
|
| + ],
|
| + }],
|
| ['chromeos==1', {
|
| 'schema_files': [
|
| '<@(chromeos_schema_files)',
|
|
|