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

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: Rebased again 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tools/pepper_hash_for_uma.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tools/ppapi_tools.gyp
diff --git a/tools/xdisplaycheck/xdisplaycheck.gyp b/ppapi/tools/ppapi_tools.gyp
similarity index 53%
copy from tools/xdisplaycheck/xdisplaycheck.gyp
copy to ppapi/tools/ppapi_tools.gyp
index 23920494d579ca9f22f1ab842c7aac7112434cec..67986ff19a2527e5939aaf92850953b3acbc9368 100644
--- a/tools/xdisplaycheck/xdisplaycheck.gyp
+++ b/ppapi/tools/ppapi_tools.gyp
@@ -1,18 +1,18 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
- 'target_name': 'xdisplaycheck',
+ 'target_name': 'pepper_hash_for_uma',
'type': 'executable',
'dependencies': [
- '../../build/linux/system.gyp:x11',
+ '../../base/base.gyp:base'
],
'sources': [
- 'xdisplaycheck.cc',
+ 'pepper_hash_for_uma.cc',
],
- },
- ],
+ }
+ ]
}
« no previous file with comments | « ppapi/tools/pepper_hash_for_uma.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698