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": ".", |