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

Unified Diff: third_party/libaddressinput/chromium/tools/update-strings.py

Issue 304223010: Include upstream libaddressinput strings in Chrome build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of https://codereview.chromium.org/329473002/. Created 6 years, 6 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 | « third_party/libaddressinput/README.chromium ('k') | third_party/libaddressinput/libaddressinput.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/chromium/tools/update-strings.py
diff --git a/third_party/libaddressinput/chromium/tools/update-strings.py b/third_party/libaddressinput/chromium/tools/update-strings.py
index 39bfa6bc497130ab4086a8e0b586f5b975ed6017..223f99bac08bce6257ee7cb4b7246944f6e2fad8 100755
--- a/third_party/libaddressinput/chromium/tools/update-strings.py
+++ b/third_party/libaddressinput/chromium/tools/update-strings.py
@@ -24,14 +24,6 @@ to the upstream library at https://libaddressinput.googlecode.com/.
script_dir = os.path.dirname(os.path.realpath(__file__))
from_file = os.path.abspath(os.path.join(
script_dir, os.pardir, os.pardir, 'src', 'cpp', 'res', 'messages.grdp'))
-
-if not os.path.isfile(from_file):
- # Android and iOS do not use src/third_party/libaddressinput/src/. Gclient
- # cannot filter out hooks based on OS or (when using git) based on file name
- # patterns.
- print('No libaddressinput for this target OS.')
- sys.exit()
-
to_file = os.path.abspath(os.path.join(
script_dir, os.pardir, os.pardir, os.pardir, os.pardir, 'chrome', 'app',
'address_input_strings.grdp'))
« no previous file with comments | « third_party/libaddressinput/README.chromium ('k') | third_party/libaddressinput/libaddressinput.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698