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

Unified Diff: DEPS

Issue 312883005: Pull libaddressinput strings to work better with translation tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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 | « .gitignore ('k') | third_party/libaddressinput/chromium/tools/update-strings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index e6ec042c42a7dfc01bb2cd6c33706ffdeee29624..58d05a29c6c577617717598c6a10271798bbc3e8 100644
--- a/DEPS
+++ b/DEPS
@@ -763,6 +763,16 @@ hooks = [
"-s", "src/build/linux/bin/eu-strip.sha1",
],
},
+ # Pull libaddressinput strings to work better with translation tools.
+ # This is a no-op on android and ios platforms.
+ {
+ "name": "libaddressinput-strings",
+ "pattern": ".",
+ "action": [
+ "python",
+ "src/third_party/libaddressinput/chromium/tools/update-strings.py",
+ ],
+ },
{
"name": "drmemory",
"pattern": ".",
« no previous file with comments | « .gitignore ('k') | third_party/libaddressinput/chromium/tools/update-strings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698