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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 127223003: [rAc - libaddressinput] Chrome download impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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 | « third_party/libaddressinput/chromium/cpp/test/retriever_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 812dd4462d6bd4676859f81a959801dda676da7e..d3f949990e8647167cfde6f14cb8525cbfe46529 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',
@@ -117,8 +119,7 @@
'<(SHARED_INTERMEDIATE_DIR)/libaddressinput/',
],
'sources': [
- 'chromium/chrome_storage_impl.cc',
- 'chromium/chrome_storage_impl.h',
+ 'chromium/chrome_downloader_impl_unittest.cc',
'chromium/chrome_storage_impl_unittest.cc',
'<(libaddressinput_dir)/cpp/test/address_ui_test.cc',
'<(libaddressinput_dir)/cpp/test/fake_downloader.cc',
@@ -148,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',
],
},
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/test/retriever_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698