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

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: Rebase ... Created 4 years, 10 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..63db4deec4b91894ca6f506aadb23e4bbd96df1c 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -145,6 +145,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 +172,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)',

Powered by Google App Engine
This is Rietveld 408576698