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

Unified Diff: content/content_common.gypi

Issue 1978053002: Move cc ParamTraits to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index fe11726e5b8fbf89cfcc5be979696999450f7286..2c55b7e0d5f374b4c996e87f31d621c015fd0a6c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -6,6 +6,7 @@
'dependencies': [
'../base/base.gyp:base',
'../cc/cc.gyp:cc',
+ '../cc/ipc/cc_ipc.gyp:cc_ipc',
'../components/tracing.gyp:tracing',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../gpu/command_buffer/command_buffer.gyp:gles2_utils',
@@ -257,8 +258,6 @@
'common/cache_storage/cache_storage_messages.h',
'common/cache_storage/cache_storage_types.cc',
'common/cache_storage/cache_storage_types.h',
- 'common/cc_messages.cc',
- 'common/cc_messages.h',
'common/child_process_host_impl.cc',
'common/child_process_host_impl.h',
'common/child_process_messages.h',

Powered by Google App Engine
This is Rietveld 408576698