| Index: ui/gfx/ipc/gfx_ipc.gyp
|
| diff --git a/tools/ipc_fuzzer/replay/replay.gyp b/ui/gfx/ipc/gfx_ipc.gyp
|
| similarity index 50%
|
| copy from tools/ipc_fuzzer/replay/replay.gyp
|
| copy to ui/gfx/ipc/gfx_ipc.gyp
|
| index ae47cc85dae547bc2f10b0d92fa6b4f95989908a..bb33469094152ee3b07a4592e3d7ba1b59b2fedf 100644
|
| --- a/tools/ipc_fuzzer/replay/replay.gyp
|
| +++ b/ui/gfx/ipc/gfx_ipc.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2013 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.
|
|
|
| @@ -7,26 +7,24 @@
|
| 'chromium_code': 1,
|
| },
|
| 'targets': [
|
| - {
|
| - 'target_name': 'ipc_fuzzer_replay',
|
| - 'type': 'executable',
|
| + {
|
| + 'target_name': 'gfx_ipc',
|
| + 'type': '<(component)',
|
| 'dependencies': [
|
| - '../message_lib/message_lib.gyp:ipc_message_lib',
|
| '../../../base/base.gyp:base',
|
| - '../../../chrome/chrome.gyp:common',
|
| '../../../ipc/ipc.gyp:ipc',
|
| - '../../../media/cast/cast.gyp:cast_transport',
|
| + '../../../skia/skia.gyp:skia',
|
| + '../gfx.gyp:gfx_geometry',
|
| ],
|
| - 'sources': [
|
| - 'replay.cc',
|
| - 'replay_process.cc',
|
| - 'replay_process.h',
|
| + 'defines': [
|
| + 'GFX_IPC_IMPLEMENTATION',
|
| ],
|
| 'include_dirs': [
|
| '../../..',
|
| ],
|
| - 'defines': [
|
| - 'USE_CUPS',
|
| + 'sources': [
|
| + 'gfx_param_traits.cc',
|
| + 'gfx_param_traits.h',
|
| ],
|
| },
|
| ],
|
|
|