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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 9557006: Implement PPB_NetworkMonitor_Private Pepper interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « webkit/glue/network_list_observer.h ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 829e799c2fb0f9bfa7170c3d507770b48fe630d5..22dbf553c10b318c875e51c89f8afe35225ea119 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -296,6 +296,8 @@
'../plugins/ppapi/ppb_image_data_impl.h',
'../plugins/ppapi/ppb_layer_compositor_impl.cc',
'../plugins/ppapi/ppb_layer_compositor_impl.h',
+ '../plugins/ppapi/ppb_network_monitor_private_impl.cc',
+ '../plugins/ppapi/ppb_network_monitor_private_impl.h',
'../plugins/ppapi/ppb_proxy_impl.cc',
'../plugins/ppapi/ppb_proxy_impl.h',
'../plugins/ppapi/ppb_scrollbar_impl.cc',
@@ -372,6 +374,7 @@
'image_resource_fetcher.h',
'multipart_response_delegate.cc',
'multipart_response_delegate.h',
+ 'network_list_observer.h',
'npruntime_util.cc',
'npruntime_util.h',
'p2p_transport.cc',
« no previous file with comments | « webkit/glue/network_list_observer.h ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698