| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index 03e8b65d4739dbf295040cd7e02abe8099717f26..508e63ae8c771e61b6beaef579f630a3c6fe1b85 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -54,7 +54,6 @@
|
| 'inline_install_private.idl',
|
| 'instance_id.json',
|
| 'language_settings_private.idl',
|
| - 'launcher_page.idl',
|
| 'manifest_types.json',
|
| 'media_galleries.idl',
|
| 'metrics_private.json',
|
| @@ -142,7 +141,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',
|
| ],
|
| @@ -200,6 +203,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',
|
|
|