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

Unified Diff: ui/gfx/ipc/gfx_ipc.gyp

Issue 343003003: Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some missing includes & gfx_ipc deps Created 6 years, 6 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 | « ui/gfx/ipc/OWNERS ('k') | ui/gfx/ipc/gfx_ipc_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « ui/gfx/ipc/OWNERS ('k') | ui/gfx/ipc/gfx_ipc_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698