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

Unified Diff: chrome/chrome_resources.gyp

Issue 1395073002: Policy Ui sends correct translations for risk tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Includes and Copyright. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 6edb8194c8477a9f4c228ad2f04b7f8f308ace50..5cc0aded896462c1c884f360db849934359b3015 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -48,6 +48,14 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //chrome/browser/resources:policy_resources
+ 'action_name': 'generate_policy_resources',
+ 'variables': {
+ 'grit_grd_file': 'browser/resources/md_policy/policy_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ {
# GN version: //chrome/browser/resources:signin_internals_resources
'action_name': 'generate_signin_internals_resources',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698