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

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: drop patchset dependency, rebase to master Created 4 years, 8 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
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',

Powered by Google App Engine
This is Rietveld 408576698