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

Unified Diff: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp

Issue 98623005: rAc i18n: implement storage interface for libaddressinput (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rouslan review Created 7 years 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: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
diff --git a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
index 7b49a2cfa6f934ccc9d35f5bfe398744e8f2c835..424db6b77f0d1315ce9d6cd4d8958e19d94a7d09 100644
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
@@ -73,6 +73,8 @@
'test/retriever_test.cc',
'test/rule_retriever_test.cc',
'test/rule_test.cc',
+ 'test/storage_test_runner.cc',
+ 'test/storage_test_runner.h',
please use gerrit instead 2013/12/20 18:53:48 This gyp file does not specify the header files, o
Evan Stade 2013/12/20 23:59:34 Done.
'test/util/json_test.cc',
'test/util/md5_unittest.cc',
'test/util/scoped_ptr_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698