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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
9 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 11 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
12 '../gpu/gpu.gyp:command_buffer_service', 13 '../gpu/gpu.gyp:command_buffer_service',
13 '../gpu/gpu.gyp:gles2_c_lib', 14 '../gpu/gpu.gyp:gles2_c_lib',
14 '../gpu/gpu.gyp:gles2_implementation', 15 '../gpu/gpu.gyp:gles2_implementation',
15 '../gpu/gpu.gyp:gpu', 16 '../gpu/gpu.gyp:gpu',
16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 17 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
17 '../ipc/ipc.gyp:ipc', 18 '../ipc/ipc.gyp:ipc',
18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 19 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'common/bluetooth/bluetooth_device.h', 251 'common/bluetooth/bluetooth_device.h',
251 'common/bluetooth/bluetooth_messages.h', 252 'common/bluetooth/bluetooth_messages.h',
252 'common/bluetooth/bluetooth_scan_filter.cc', 253 'common/bluetooth/bluetooth_scan_filter.cc',
253 'common/bluetooth/bluetooth_scan_filter.h', 254 'common/bluetooth/bluetooth_scan_filter.h',
254 'common/browser_plugin/browser_plugin_constants.cc', 255 'common/browser_plugin/browser_plugin_constants.cc',
255 'common/browser_plugin/browser_plugin_constants.h', 256 'common/browser_plugin/browser_plugin_constants.h',
256 'common/browser_plugin/browser_plugin_messages.h', 257 'common/browser_plugin/browser_plugin_messages.h',
257 'common/cache_storage/cache_storage_messages.h', 258 'common/cache_storage/cache_storage_messages.h',
258 'common/cache_storage/cache_storage_types.cc', 259 'common/cache_storage/cache_storage_types.cc',
259 'common/cache_storage/cache_storage_types.h', 260 'common/cache_storage/cache_storage_types.h',
260 'common/cc_messages.cc',
261 'common/cc_messages.h',
262 'common/child_process_host_impl.cc', 261 'common/child_process_host_impl.cc',
263 'common/child_process_host_impl.h', 262 'common/child_process_host_impl.h',
264 'common/child_process_messages.h', 263 'common/child_process_messages.h',
265 'common/child_process_sandbox_support_impl_linux.cc', 264 'common/child_process_sandbox_support_impl_linux.cc',
266 'common/child_process_sandbox_support_impl_linux.h', 265 'common/child_process_sandbox_support_impl_linux.h',
267 'common/child_process_sandbox_support_impl_shm_linux.cc', 266 'common/child_process_sandbox_support_impl_shm_linux.cc',
268 'common/clipboard_format.h', 267 'common/clipboard_format.h',
269 'common/clipboard_messages.h', 268 'common/clipboard_messages.h',
270 'common/content_constants_internal.cc', 269 'common/content_constants_internal.cc',
271 'common/content_constants_internal.h', 270 'common/content_constants_internal.h',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'sources!': [ 662 'sources!': [
664 'common/cursors/webcursor_ozone.cc', 663 'common/cursors/webcursor_ozone.cc',
665 'common/font_list_ozone.cc', 664 'common/font_list_ozone.cc',
666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 665 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 666 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
669 ], 668 ],
670 }], 669 }],
671 ], 670 ],
672 } 671 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698