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

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

Issue 1395073002: Policy Ui sends correct translations for risk tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Description corrected. Created 5 years, 1 month 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
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("//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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_policy/policy_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698