| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index 8dc9057beac87eda8ea49179316cddd13c96b8b8..ce8a2b91073d8ccaa772e8991cb2bc6337f96efb 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -55,7 +55,6 @@
|
| 'inline_install_private.idl',
|
| 'instance_id.json',
|
| 'language_settings_private.idl',
|
| - 'launcher_page.idl',
|
| 'manifest_types.json',
|
| 'media_galleries.idl',
|
| 'metrics_private.json',
|
| @@ -143,7 +142,11 @@
|
| 'cast_streaming_session.idl',
|
| 'cast_streaming_udp_transport.idl',
|
| ],
|
| -
|
| + 'app_list_schema_files': [
|
| + # TODO(tapted): Move this into chromeos_schema_files.
|
| + 'launcher_page.idl',
|
| + ],
|
| +
|
| 'task_manager_dependent_schema_files': [
|
| 'processes.idl',
|
| ],
|
| @@ -201,6 +204,11 @@
|
| '<@(webrtc_schema_files)',
|
| ],
|
| }],
|
| + ['enable_app_list==1', {
|
| + 'schema_files': [
|
| + '<@(app_list_schema_files)',
|
| + ],
|
| + }],
|
| ],
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| 'root_namespace': 'extensions::api::%(namespace)s',
|
|
|