Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1787)

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 1861233003: Prepare for building with enable_app_list=0 on Desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase for r392580 - app_list_shower_views_unittest deleted by that rev Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698