| OLD | NEW |
| 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 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'common/cache_storage/cache_storage_types.cc', | 266 'common/cache_storage/cache_storage_types.cc', |
| 267 'common/cache_storage/cache_storage_types.h', | 267 'common/cache_storage/cache_storage_types.h', |
| 268 'common/child_process_host_impl.cc', | 268 'common/child_process_host_impl.cc', |
| 269 'common/child_process_host_impl.h', | 269 'common/child_process_host_impl.h', |
| 270 'common/child_process_messages.h', | 270 'common/child_process_messages.h', |
| 271 'common/child_process_sandbox_support_impl_linux.cc', | 271 'common/child_process_sandbox_support_impl_linux.cc', |
| 272 'common/child_process_sandbox_support_impl_linux.h', | 272 'common/child_process_sandbox_support_impl_linux.h', |
| 273 'common/child_process_sandbox_support_impl_shm_linux.cc', | 273 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 274 'common/clipboard_format.h', | 274 'common/clipboard_format.h', |
| 275 'common/clipboard_messages.h', | 275 'common/clipboard_messages.h', |
| 276 'common/compositor_util.cc', |
| 277 'common/compositor_util.h', |
| 276 'common/content_constants_internal.cc', | 278 'common/content_constants_internal.cc', |
| 277 'common/content_constants_internal.h', | 279 'common/content_constants_internal.h', |
| 278 'common/content_export.h', | 280 'common/content_export.h', |
| 279 'common/content_ipc_logging.cc', | 281 'common/content_ipc_logging.cc', |
| 280 'common/content_message_generator.cc', | 282 'common/content_message_generator.cc', |
| 281 'common/content_message_generator.h', | 283 'common/content_message_generator.h', |
| 282 'common/content_param_traits.cc', | 284 'common/content_param_traits.cc', |
| 283 'common/content_param_traits.h', | 285 'common/content_param_traits.h', |
| 284 'common/content_param_traits_macros.h', | 286 'common/content_param_traits_macros.h', |
| 285 'common/content_paths.cc', | 287 'common/content_paths.cc', |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 ], | 651 ], |
| 650 }], | 652 }], |
| 651 ['enable_ipc_fuzzer==1', { | 653 ['enable_ipc_fuzzer==1', { |
| 652 'sources': [ | 654 'sources': [ |
| 653 'common/external_ipc_dumper.cc', | 655 'common/external_ipc_dumper.cc', |
| 654 'common/external_ipc_dumper.h', | 656 'common/external_ipc_dumper.h', |
| 655 ], | 657 ], |
| 656 }], | 658 }], |
| 657 ], | 659 ], |
| 658 } | 660 } |
| OLD | NEW |