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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 134903003: libaddressinput string translations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rouslan review Created 6 years, 11 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: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 06f260a04ddf1d25284c8f5cdb42f7302175f863..58029ce5084487047836d504f9367e3e9c04b7f4 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -3365,6 +3365,7 @@
['enable_autofill_dialog==1 and OS!="android"', {
'dependencies': [
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
],
}, { # enable_autofill_dialog!=1 or OS=="android"
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698