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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 61643022: Proxy private UMA pepper interface for out-of-process and NaCl plugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove errant file, fix comment typo Created 7 years, 1 month 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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 78450d15fe38fe817bfa922e0d4e928e022f76a1..2a9461daf346e4cc274ae4ab81600f30e8a8fc42 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -125,6 +125,7 @@
'c/private/ppb_tcp_server_socket_private.h',
'c/private/ppb_tcp_socket_private.h',
'c/private/ppb_udp_socket_private.h',
+ 'c/private/ppb_uma_private.h',
'c/private/ppb_video_destination_private.h',
'c/private/ppb_video_source_private.h',
'c/private/ppb_x509_certificate_private.h',
@@ -341,6 +342,8 @@
'cpp/private/tcp_socket_private.h',
'cpp/private/udp_socket_private.cc',
'cpp/private/udp_socket_private.h',
+ 'cpp/private/uma_private.cc',
+ 'cpp/private/uma_private.h',
'cpp/private/var_private.cc',
'cpp/private/var_private.h',
'cpp/private/video_destination_private.cc',

Powered by Google App Engine
This is Rietveld 408576698