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

Unified Diff: chrome/browser/resources/BUILD.gn

Issue 2349623003: Add a Browser Task Scheduler Chrome Internals Page (Closed)
Patch Set: Remvoe allowexternalscript Created 4 years, 3 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/BUILD.gn ('k') | chrome/browser/resources/task_scheduler_internals/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index 8f56b3ac3b280e495ab4bbf1c19695fa94bcdc74..e19fb373ee8eb3d56b847a8c19ec97303c00fd51 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -51,6 +51,17 @@ grit("policy_resources") {
output_dir = "$root_gen_dir/chrome"
}
+grit("task_scheduler_internals_resources") {
+ source = "task_scheduler_internals/resources.grd"
+ use_qualified_include = true
+ defines = chrome_grit_defines
+ outputs = [
+ "grit/task_scheduler_internals_resources.h",
+ "task_scheduler_internals_resources.pak",
+ ]
+ output_dir = "$root_gen_dir/chrome"
+}
+
grit("translate_internals_resources") {
source = "translate_internals_resources.grd"
use_qualified_include = true
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/task_scheduler_internals/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698