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

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

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
« no previous file with comments | « chrome/common/extensions/api/processes.idl ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/schemas.gni
diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
index 54cc684307c7a6938517c1f57aa71de216d47b4a..8fc28c2c1856d2c1e26dc8029d59e40938917300 100644
--- a/chrome/common/extensions/api/schemas.gni
+++ b/chrome/common/extensions/api/schemas.gni
@@ -14,6 +14,9 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
# Common sources that are both bundled and compiled.
sources = gypi_values.main_schema_files
+if (enable_task_manager) {
+ sources += gypi_values.task_manager_dependent_schema_files
+}
if (is_chromeos) {
sources += gypi_values.chromeos_schema_files
} else if (is_linux || is_win) {
« no previous file with comments | « chrome/common/extensions/api/processes.idl ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698