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

Unified Diff: cc/ipc/cc_ipc.gyp

Issue 1978053002: Move cc ParamTraits to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t warnings Created 4 years, 7 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 | « cc/ipc/DEPS ('k') | cc/ipc/cc_ipc_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/cc_ipc.gyp
diff --git a/cc/ipc/cc_ipc.gyp b/cc/ipc/cc_ipc.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..9a7645d1e8ca6bea4e4fedb45a76dd29dc09846f
--- /dev/null
+++ b/cc/ipc/cc_ipc.gyp
@@ -0,0 +1,38 @@
+# Copyright 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.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ # GN version: //cc/ipc
+ 'target_name': 'cc_ipc',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../cc/cc.gyp:cc',
+ '../../gpu/gpu.gyp:gpu_ipc_common',
+ '../../ipc/ipc.gyp:ipc',
+ '../../skia/skia.gyp:skia',
+ '../../ui/events/events.gyp:events_base',
+ '../../ui/events/events.gyp:events_ipc',
+ '../../ui/gfx/gfx.gyp:gfx',
+ '../../ui/gfx/gfx.gyp:gfx_geometry',
+ '../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
+ '../../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
+ '../../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
+ ],
+ 'defines': [
+ 'CC_IPC_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'cc_param_traits.cc',
+ 'cc_param_traits.h',
+ 'cc_param_traits_macros.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « cc/ipc/DEPS ('k') | cc/ipc/cc_ipc_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698