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', |
117 'public/common/content_client.cc', | 118 'public/common/content_client.cc', |
118 'public/common/content_client.h', | 119 'public/common/content_client.h', |
119 'public/common/content_constants.cc', | 120 'public/common/content_constants.cc', |
120 'public/common/content_constants.h', | 121 'public/common/content_constants.h', |
121 'public/common/content_descriptors.h', | 122 'public/common/content_descriptors.h', |
122 'public/common/content_features.cc', | 123 'public/common/content_features.cc', |
123 'public/common/content_features.h', | 124 'public/common/content_features.h', |
124 'public/common/content_ipc_logging.h', | 125 'public/common/content_ipc_logging.h', |
125 'public/common/content_paths.h', | 126 'public/common/content_paths.h', |
126 'public/common/content_switches.cc', | 127 'public/common/content_switches.cc', |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 ], | 661 ], |
661 }], | 662 }], |
662 ['enable_ipc_fuzzer==1', { | 663 ['enable_ipc_fuzzer==1', { |
663 'sources': [ | 664 'sources': [ |
664 'common/external_ipc_dumper.cc', | 665 'common/external_ipc_dumper.cc', |
665 'common/external_ipc_dumper.h', | 666 'common/external_ipc_dumper.h', |
666 ], | 667 ], |
667 }], | 668 }], |
668 ], | 669 ], |
669 } | 670 } |
OLD | NEW |