Index: third_party/libaddressinput/libaddressinput.gyp |
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp |
index afa4fb263246031511627e6479c165df7d701a3e..ec139d679ad8740170db0194957e406abd553d0e 100644 |
--- a/third_party/libaddressinput/libaddressinput.gyp |
+++ b/third_party/libaddressinput/libaddressinput.gyp |
@@ -49,6 +49,8 @@ |
'<(SHARED_INTERMEDIATE_DIR)/libaddressinput/', |
], |
'sources': [ |
+ 'chromium/chrome_downloader_impl.cc', |
+ 'chromium/chrome_downloader_impl.h', |
'chromium/chrome_storage_impl.cc', |
'chromium/chrome_storage_impl.h', |
'chromium/json.cc', |
@@ -113,6 +115,9 @@ |
'<(SHARED_INTERMEDIATE_DIR)/libaddressinput/', |
], |
'sources': [ |
+ 'chromium/chrome_downloader_impl.cc', |
+ 'chromium/chrome_downloader_impl.h', |
please use gerrit instead
2014/01/08 01:36:26
No need to re-include the chrome_downloader_impl.{
Evan Stade
2014/01/09 00:05:12
Done.
|
+ 'chromium/chrome_downloader_impl_unittest.cc', |
'chromium/chrome_storage_impl.cc', |
'chromium/chrome_storage_impl.h', |
'chromium/chrome_storage_impl_unittest.cc', |
@@ -144,6 +149,7 @@ |
'libaddressinput', |
'<(DEPTH)/base/base.gyp:base_prefs', |
'<(DEPTH)/base/base.gyp:run_all_unittests', |
+ '<(DEPTH)/net/net.gyp:net_test_support', |
'<(DEPTH)/testing/gtest.gyp:gtest', |
], |
}, |