| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'public/common/child_process_host.h', | 107 'public/common/child_process_host.h', |
| 108 'public/common/child_process_host_delegate.cc', | 108 'public/common/child_process_host_delegate.cc', |
| 109 'public/common/child_process_host_delegate.h', | 109 'public/common/child_process_host_delegate.h', |
| 110 'public/common/child_process_sandbox_support_linux.h', | 110 'public/common/child_process_sandbox_support_linux.h', |
| 111 'public/common/color_suggestion.cc', | 111 'public/common/color_suggestion.cc', |
| 112 'public/common/color_suggestion.h', | 112 'public/common/color_suggestion.h', |
| 113 'public/common/common_param_traits.cc', | 113 'public/common/common_param_traits.cc', |
| 114 'public/common/common_param_traits.h', | 114 'public/common/common_param_traits.h', |
| 115 'public/common/common_param_traits_macros.h', | 115 'public/common/common_param_traits_macros.h', |
| 116 'public/common/console_message_level.h', | 116 'public/common/console_message_level.h', |
| 117 'public/common/connection_filter.h', | |
| 118 'public/common/content_client.cc', | 117 'public/common/content_client.cc', |
| 119 'public/common/content_client.h', | 118 'public/common/content_client.h', |
| 120 'public/common/content_constants.cc', | 119 'public/common/content_constants.cc', |
| 121 'public/common/content_constants.h', | 120 'public/common/content_constants.h', |
| 122 'public/common/content_descriptors.h', | 121 'public/common/content_descriptors.h', |
| 123 'public/common/content_features.cc', | 122 'public/common/content_features.cc', |
| 124 'public/common/content_features.h', | 123 'public/common/content_features.h', |
| 125 'public/common/content_ipc_logging.h', | 124 'public/common/content_ipc_logging.h', |
| 126 'public/common/content_paths.h', | 125 'public/common/content_paths.h', |
| 127 'public/common/content_switches.cc', | 126 'public/common/content_switches.cc', |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 ], | 660 ], |
| 662 }], | 661 }], |
| 663 ['enable_ipc_fuzzer==1', { | 662 ['enable_ipc_fuzzer==1', { |
| 664 'sources': [ | 663 'sources': [ |
| 665 'common/external_ipc_dumper.cc', | 664 'common/external_ipc_dumper.cc', |
| 666 'common/external_ipc_dumper.h', | 665 'common/external_ipc_dumper.h', |
| 667 ], | 666 ], |
| 668 }], | 667 }], |
| 669 ], | 668 ], |
| 670 } | 669 } |
| OLD | NEW |