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

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

Issue 1584473004: Migrate ProcessesEventRouter to the new task manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 4 years, 9 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 eec30e05e48f254b541cdaf9f9f0f3e6cf581e48..39d61035f24c511c0cd53324201aa79ec8d37f99 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -66,7 +66,6 @@
'passwords_private.idl',
'permissions.json',
'preferences_private.json',
- 'processes.idl',
'resources_private.idl',
'screenlock_private.idl',
'sessions.json',
@@ -145,6 +144,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 +171,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)',
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/test/data/extensions/api_test/processes/api/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698