Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 950b628d9edc7f2043f04f445a68db2c150064c5..3c4700948ee419b0e1d451666a9c7d8050cdab8a 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -69,6 +69,7 @@ |
'c/dev/ppb_font_dev.h', |
'c/dev/ppb_ime_input_event_dev.h', |
'c/dev/ppb_memory_dev.h', |
+ 'c/dev/ppb_net_address_dev.h', |
'c/dev/ppb_printing_dev.h', |
'c/dev/ppb_resource_array_dev.h', |
'c/dev/ppb_scrollbar_dev.h', |
@@ -233,6 +234,8 @@ |
'cpp/dev/ime_input_event_dev.h', |
'cpp/dev/memory_dev.cc', |
'cpp/dev/memory_dev.h', |
+ 'cpp/dev/net_address_dev.cc', |
+ 'cpp/dev/net_address_dev.h', |
'cpp/dev/printing_dev.cc', |
'cpp/dev/printing_dev.h', |
'cpp/dev/resource_array_dev.cc', |
@@ -426,6 +429,8 @@ |
'tests/test_mouse_cursor.h', |
'tests/test_mouse_lock.cc', |
'tests/test_mouse_lock.h', |
+ 'tests/test_net_address.cc', |
+ 'tests/test_net_address.h', |
'tests/test_net_address_private_untrusted.cc', |
'tests/test_net_address_private_untrusted.h', |
'tests/test_network_monitor_private.cc', |