| 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("//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 22 matching lines...) Expand all Loading... |
| 33 defines = chrome_grit_defines | 33 defines = chrome_grit_defines |
| 34 outputs = [ | 34 outputs = [ |
| 35 "grit/password_manager_internals_resources.h", | 35 "grit/password_manager_internals_resources.h", |
| 36 "password_manager_internals_resources.pak", | 36 "password_manager_internals_resources.pak", |
| 37 ] | 37 ] |
| 38 output_dir = "$root_gen_dir/chrome" | 38 output_dir = "$root_gen_dir/chrome" |
| 39 } | 39 } |
| 40 | 40 |
| 41 grit("policy_resources") { | 41 grit("policy_resources") { |
| 42 source = "md_policy/policy_resources.grd" | 42 source = "md_policy/policy_resources.grd" |
| 43 defines = chrome_grit_defines |
| 43 | 44 |
| 44 # TODO(thestig): use_qualified_include = true | 45 # TODO(thestig): use_qualified_include = true |
| 45 outputs = [ | 46 outputs = [ |
| 46 "grit/policy_resources.h", | 47 "grit/policy_resources.h", |
| 47 "grit/policy_resources_map.cc", | 48 "grit/policy_resources_map.cc", |
| 48 "grit/policy_resources_map.h", | 49 "grit/policy_resources_map.h", |
| 49 "policy_resources.pak", | 50 "policy_resources.pak", |
| 50 ] | 51 ] |
| 51 output_dir = "$root_gen_dir/chrome" | 52 output_dir = "$root_gen_dir/chrome" |
| 52 } | 53 } |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 source = "sync_file_system_internals_resources.grd" | 153 source = "sync_file_system_internals_resources.grd" |
| 153 use_qualified_include = true | 154 use_qualified_include = true |
| 154 defines = chrome_grit_defines | 155 defines = chrome_grit_defines |
| 155 outputs = [ | 156 outputs = [ |
| 156 "grit/sync_file_system_internals_resources.h", | 157 "grit/sync_file_system_internals_resources.h", |
| 157 "sync_file_system_internals_resources.pak", | 158 "sync_file_system_internals_resources.pak", |
| 158 ] | 159 ] |
| 159 output_dir = "$root_gen_dir/chrome" | 160 output_dir = "$root_gen_dir/chrome" |
| 160 } | 161 } |
| 161 } | 162 } |
| OLD | NEW |