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

Unified Diff: ui/strings/ui_strings.grd

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 years, 5 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
Index: ui/strings/ui_strings.grd
diff --git a/ui/strings/ui_strings.grd b/ui/strings/ui_strings.grd
index 52beafe384892ccbbab9bd45d63262899ffd767b..83cb3653f4ca349f725b8a3ca062913fd581d995 100644
--- a/ui/strings/ui_strings.grd
+++ b/ui/strings/ui_strings.grd
@@ -5,7 +5,7 @@ each locale. Specifically, these are UI strings that are used by app/ that
need to be translated for each locale.-->
<grit base_dir="." latest_public_release="0" current_release="1"
- source_lang_id="en" enc_check="möl">
+ output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
<outputs>
<!-- TODO add each of your output files. Modify the three below, and add
your own for your various languages. See the user's guide

Powered by Google App Engine
This is Rietveld 408576698