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

Unified Diff: ppapi/tools/ppapi_tools.gyp

Issue 141523010: Pepper: Log in UMA when an interface is used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add histogram hash values. 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/tools/ppapi_tools.gyp
diff --git a/ppapi/tools/ppapi_tools.gyp b/ppapi/tools/ppapi_tools.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..a1ea0d3ba8afadf389268cb05fe4aa4737cff23e
--- /dev/null
+++ b/ppapi/tools/ppapi_tools.gyp
@@ -0,0 +1,14 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'pepper_hash_for_uma',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../base/base.gyp:base'
+ ],
+ 'sources': [
+ 'pepper_hash_for_uma.cc',
+ ],
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698