| 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',
|
| ],
|
| - },
|
| - ],
|
| + }
|
| + ]
|
| }
|
|
|