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

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 unused histogram names 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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index f47d3f970c495fabac9c364131cf4a7b8f5d307f..4bbcbf0e9d76f0855ca707022e38099974419d91 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -129,6 +129,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',
@@ -359,6 +360,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',
@@ -492,6 +495,8 @@
'tests/test_udp_socket.h',
'tests/test_udp_socket_private.cc',
'tests/test_udp_socket_private.h',
+ 'tests/test_uma.cc',
+ 'tests/test_uma.h',
'tests/test_url_loader.cc',
'tests/test_url_loader.h',
'tests/test_url_request.cc',
@@ -566,8 +571,6 @@
'tests/test_talk_private.h',
'tests/test_tcp_socket_private_trusted.cc',
'tests/test_tcp_socket_private_trusted.h',
- 'tests/test_uma.cc',
- 'tests/test_uma.h',
'tests/test_url_util.cc',
'tests/test_url_util.h',
'tests/test_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698