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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'targets': [
3 {
4 'target_name': 'pepper_hash_for_uma',
5 'type': 'executable',
6 'dependencies': [
7 '../../base/base.gyp:base'
8 ],
9 'sources': [
10 'pepper_hash_for_uma.cc',
11 ],
12 }
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698