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

Unified Diff: DEPS

Issue 304223010: Include upstream libaddressinput strings in Chrome build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a do-not-modify warning header. Created 6 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 side-by-side diff with in-line comments
Download patch
Index: DEPS
diff --git a/DEPS b/DEPS
index 87a258b6c952706e2b727a5e9ad880631c4e810c..916cd083f8c23cfa731cfebce1cac75c35ae5a6a 100644
--- a/DEPS
+++ b/DEPS
@@ -768,6 +768,15 @@ hooks = [
"-s", "src/build/linux/bin/eu-strip.sha1",
],
},
+ # Pull libaddressinput strings to work better with translation tools.
+ {
+ "name": "libaddressinput-strings",
+ "pattern": "src/third_party/libaddressinput",
+ "action": [
+ "python",
+ "src/third_party/libaddressinput/chromium/tools/update-strings.py",
+ ],
+ },
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"name": "gyp",

Powered by Google App Engine
This is Rietveld 408576698