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

Unified Diff: components/components_strings.gyp

Issue 1679283002: Componentize Chrome terms of service, Accept-Languages & default encoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase && use a qualified include for the new file Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_locale_settings.grd ('k') | components/resources/terms/chromeos/terms_en.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_strings.gyp
diff --git a/components/components_strings.gyp b/components/components_strings.gyp
index 55240de19087d6fad5a0b225f05474185586ba45..e73a24b40cc66d6418881c784968af1676ec3fbf 100644
--- a/components/components_strings.gyp
+++ b/components/components_strings.gyp
@@ -36,6 +36,14 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
+ {
+ # GN version: //components/strings:components_locale_settings
+ 'action_name': 'generate_components_locale_settings',
+ 'variables': {
+ 'grit_grd_file': 'components_locale_settings.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
],
'includes': [ '../build/grit_target.gypi' ],
},
« no previous file with comments | « components/components_locale_settings.grd ('k') | components/resources/terms/chromeos/terms_en.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698