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

Unified Diff: net/net.gypi

Issue 1408803010: Add IPAddress class as a replacement for the IPAddressNumber typedef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duplicated implementations Created 5 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
« net/base/ip_address.h ('K') | « net/base/ip_address_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index db33f77e99e307c29fc3ec1a2f84e53f57dbe6a1..2fe1a17d24a860de12657f4d7907172d1410d7e5 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -30,6 +30,8 @@
'base/io_buffer.h',
'base/ip_address_number.cc',
'base/ip_address_number.h',
+ 'base/ip_address.cc',
+ 'base/ip_address.h',
'base/ip_endpoint.cc',
'base/ip_endpoint.h',
'base/load_timing_info.cc',
@@ -1286,6 +1288,7 @@
'base/host_port_pair_unittest.cc',
'base/int128_unittest.cc',
'base/ip_address_number_unittest.cc',
+ 'base/ip_address_unittest.cc',
'base/ip_endpoint_unittest.cc',
'base/ip_pattern_unittest.cc',
'base/keygen_handler_unittest.cc',
« net/base/ip_address.h ('K') | « net/base/ip_address_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698