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

Side by Side Diff: third_party/libaddressinput/address_input_strings.grd

Issue 2886173002: Moves address_input_strings.grdp from chrome to third_party/libaddressinput (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
Mathieu 2017/05/17 16:28:16 I think I would prefer if this file was in third_p
Moe 2017/05/17 17:37:44 Done.
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.
Mathieu 2017/05/17 16:28:16 I think this is more like BUILD.gn now?
Moe 2017/05/17 17:37:44 Done.
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 output_all_resource_defines="false" 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>
(...skipping 128 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

Powered by Google App Engine
This is Rietveld 408576698