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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 134903003: libaddressinput string translations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 3c9f144ec750e9eb740f731e8e166a684b4b09c4..3417bd66fbcb050fb7a72c03328a460340caf293 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -3363,6 +3363,7 @@
['enable_autofill_dialog==1 and OS!="android"', {
'dependencies': [
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
please use gerrit instead 2014/01/13 18:50:13 The dependency on libaddressinput_strings should n
Evan Stade 2014/01/13 23:36:07 I don't think we're supposed to rely on transitive
],
}, { # enable_autofill_dialog!=1 or OS=="android"
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698