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

Side by Side Diff: chrome/browser/resources/BUILD.gn

Issue 2349623003: Add a Browser Task Scheduler Chrome Internals Page (Closed)
Patch Set: Remvoe allowexternalscript Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/task_scheduler_internals/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//chrome/common/features.gni") 5 import("//chrome/common/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 grit("net_internals_resources") { 8 grit("net_internals_resources") {
9 source = "net_internals_resources.grd" 9 source = "net_internals_resources.grd"
10 use_qualified_include = true 10 use_qualified_include = true
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # TODO(thestig): use_qualified_include = true 44 # TODO(thestig): use_qualified_include = true
45 outputs = [ 45 outputs = [
46 "grit/policy_resources.h", 46 "grit/policy_resources.h",
47 "grit/policy_resources_map.cc", 47 "grit/policy_resources_map.cc",
48 "grit/policy_resources_map.h", 48 "grit/policy_resources_map.h",
49 "policy_resources.pak", 49 "policy_resources.pak",
50 ] 50 ]
51 output_dir = "$root_gen_dir/chrome" 51 output_dir = "$root_gen_dir/chrome"
52 } 52 }
53 53
54 grit("task_scheduler_internals_resources") {
55 source = "task_scheduler_internals/resources.grd"
56 use_qualified_include = true
57 defines = chrome_grit_defines
58 outputs = [
59 "grit/task_scheduler_internals_resources.h",
60 "task_scheduler_internals_resources.pak",
61 ]
62 output_dir = "$root_gen_dir/chrome"
63 }
64
54 grit("translate_internals_resources") { 65 grit("translate_internals_resources") {
55 source = "translate_internals_resources.grd" 66 source = "translate_internals_resources.grd"
56 use_qualified_include = true 67 use_qualified_include = true
57 defines = chrome_grit_defines 68 defines = chrome_grit_defines
58 outputs = [ 69 outputs = [
59 "grit/translate_internals_resources.h", 70 "grit/translate_internals_resources.h",
60 "translate_internals_resources.pak", 71 "translate_internals_resources.pak",
61 ] 72 ]
62 output_dir = "$root_gen_dir/chrome" 73 output_dir = "$root_gen_dir/chrome"
63 } 74 }
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 source = "sync_file_system_internals_resources.grd" 149 source = "sync_file_system_internals_resources.grd"
139 use_qualified_include = true 150 use_qualified_include = true
140 defines = chrome_grit_defines 151 defines = chrome_grit_defines
141 outputs = [ 152 outputs = [
142 "grit/sync_file_system_internals_resources.h", 153 "grit/sync_file_system_internals_resources.h",
143 "sync_file_system_internals_resources.pak", 154 "sync_file_system_internals_resources.pak",
144 ] 155 ]
145 output_dir = "$root_gen_dir/chrome" 156 output_dir = "$root_gen_dir/chrome"
146 } 157 }
147 } 158 }
OLDNEW
« 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