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

Side by Side Diff: chrome/app/address_input_strings.grd

Issue 2129413002: Use output_all_resource_defines=false in some chrome/ grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment, more whitelist.cc cleanup 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/theme/chrome_unscaled_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 6
7 This file is a copy of third_party/libaddressinput/src/cpp/res/messages.grd, 7 This file is a copy of third_party/libaddressinput/src/cpp/res/messages.grd,
8 seasoned with information about translations from Chromium. 8 seasoned with information about translations from Chromium.
9 9
10 The location of messages.h and en_messages.cc is defined in 10 The location of messages.h and en_messages.cc is defined in
11 third_party/libaddressinput/libaddressinput.gyp. 11 third_party/libaddressinput/libaddressinput.gyp.
12 --> 12 -->
13 <grit base_dir="." latest_public_release="0" current_release="1" 13 <grit base_dir="." latest_public_release="0" current_release="1"
14 source_lang_id="en" enc_check="möl"> 14 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
15 <outputs> 15 <outputs>
16 <output filename="messages.h" type="rc_header" lang="en"> 16 <output filename="messages.h" type="rc_header" lang="en">
17 <emit> 17 <emit>
18 <!-- If the emit element is not specified, then the generated 18 <!-- If the emit element is not specified, then the generated
19 messages.h includes an atlres.h file from Windows Template 19 messages.h includes an atlres.h file from Windows Template
20 Library (WTL). --> 20 Library (WTL). -->
21 </emit> 21 </emit>
22 </output> 22 </output>
23 <output filename="en_messages.cc" lang="en" type="c_format" /> 23 <output filename="en_messages.cc" lang="en" type="c_format" />
24 24
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 <file path="resources/address_input_strings_zh-TW.xtb" lang="zh-TW" /> 150 <file path="resources/address_input_strings_zh-TW.xtb" lang="zh-TW" />
151 </translations> 151 </translations>
152 <release seq="1" allow_pseudo="false"> 152 <release seq="1" allow_pseudo="false">
153 <messages fallback_to_english="true"> 153 <messages fallback_to_english="true">
154 <!-- Chromium name for the file with original strings to work well with 154 <!-- Chromium name for the file with original strings to work well with
155 translation tools. --> 155 translation tools. -->
156 <part file="address_input_strings.grdp" /> 156 <part file="address_input_strings.grdp" />
157 </messages> 157 </messages>
158 </release> 158 </release>
159 </grit> 159 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/chrome_unscaled_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698