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

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

Issue 144353002: [rac] Use stale libaddressinput data if download fails (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No else after return 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
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/cpp/src/retriever.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22ae580862c3407783c1566d3f4597f377b3f7e6..fb9e7e34a7b345df0cc5f4616152056713cdb338 100644
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
@@ -42,10 +42,10 @@
'src/retriever.cc',
'src/rule.cc',
'src/ruleset.cc',
+ 'src/time_to_string.cc',
'src/util/json.cc',
'src/util/md5.cc',
'src/util/string_split.cc',
- 'src/validating_util.cc',
],
'defines': [
# TODO(rouslan): Use https://i18napis.appspot.com.
@@ -73,12 +73,12 @@
'test/retriever_test.cc',
'test/rule_test.cc',
'test/storage_test_runner.cc',
+ 'test/time_to_string.cc',
'test/util/json_test.cc',
'test/util/md5_unittest.cc',
'test/util/scoped_ptr_unittest.cc',
'test/util/stl_util_unittest.cc',
'test/util/string_split_unittest.cc',
- 'test/validating_util_test.cc',
],
'defines': [
'TEST_DATA_DIR="../testdata"',
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/cpp/src/retriever.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698