OLD | NEW |
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("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
6 | 6 |
7 grit("memory_internals_resources") { | 7 grit("memory_internals_resources") { |
8 source = "memory_internals_resources.grd" | 8 source = "memory_internals_resources.grd" |
9 outputs = [ | 9 outputs = [ |
10 "grit/memory_internals_resources.h", | 10 "grit/memory_internals_resources.h", |
(...skipping 22 matching lines...) Expand all Loading... |
33 | 33 |
34 grit("password_manager_internals_resources") { | 34 grit("password_manager_internals_resources") { |
35 source = "password_manager_internals_resources.grd" | 35 source = "password_manager_internals_resources.grd" |
36 outputs = [ | 36 outputs = [ |
37 "grit/password_manager_internals_resources.h", | 37 "grit/password_manager_internals_resources.h", |
38 "password_manager_internals_resources.pak", | 38 "password_manager_internals_resources.pak", |
39 ] | 39 ] |
40 output_dir = "$root_gen_dir/chrome" | 40 output_dir = "$root_gen_dir/chrome" |
41 } | 41 } |
42 | 42 |
| 43 grit("policy_resources") { |
| 44 source = "md_policy/policy_resources.grd" |
| 45 outputs = [ |
| 46 "grit/policy_resources.h", |
| 47 "grit/policy_resources_map.cc", |
| 48 "grit/policy_resources_map.h", |
| 49 "policy_resources.pak", |
| 50 ] |
| 51 output_dir = "$root_gen_dir/chrome" |
| 52 } |
| 53 |
43 grit("signin_internals_resources") { | 54 grit("signin_internals_resources") { |
44 source = "signin_internals_resources.grd" | 55 source = "signin_internals_resources.grd" |
45 outputs = [ | 56 outputs = [ |
46 "grit/signin_internals_resources.h", | 57 "grit/signin_internals_resources.h", |
47 "signin_internals_resources.pak", | 58 "signin_internals_resources.pak", |
48 ] | 59 ] |
49 output_dir = "$root_gen_dir/chrome" | 60 output_dir = "$root_gen_dir/chrome" |
50 } | 61 } |
51 | 62 |
52 grit("translate_internals_resources") { | 63 grit("translate_internals_resources") { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 | 131 |
121 grit("sync_file_system_internals_resources") { | 132 grit("sync_file_system_internals_resources") { |
122 source = "sync_file_system_internals_resources.grd" | 133 source = "sync_file_system_internals_resources.grd" |
123 outputs = [ | 134 outputs = [ |
124 "grit/sync_file_system_internals_resources.h", | 135 "grit/sync_file_system_internals_resources.h", |
125 "sync_file_system_internals_resources.pak", | 136 "sync_file_system_internals_resources.pak", |
126 ] | 137 ] |
127 output_dir = "$root_gen_dir/chrome" | 138 output_dir = "$root_gen_dir/chrome" |
128 } | 139 } |
129 } | 140 } |
OLD | NEW |