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 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'common/child_histogram_message_filter.cc', | 132 'common/child_histogram_message_filter.cc', |
133 'common/child_histogram_message_filter.h', | 133 'common/child_histogram_message_filter.h', |
134 'common/child_process.cc', | 134 'common/child_process.cc', |
135 'common/child_process.h', | 135 'common/child_process.h', |
136 'common/child_process_host_impl.cc', | 136 'common/child_process_host_impl.cc', |
137 'common/child_process_host_impl.h', | 137 'common/child_process_host_impl.h', |
138 'common/child_process_messages.h', | 138 'common/child_process_messages.h', |
139 'common/child_process_sandbox_support_impl_linux.cc', | 139 'common/child_process_sandbox_support_impl_linux.cc', |
140 'common/child_process_sandbox_support_impl_linux.h', | 140 'common/child_process_sandbox_support_impl_linux.h', |
141 'common/child_process_sandbox_support_impl_shm_linux.cc', | 141 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 142 'common/child_resource_message_filter.cc', |
| 143 'common/child_resource_message_filter.h', |
142 'common/child_thread.cc', | 144 'common/child_thread.cc', |
143 'common/child_thread.h', | 145 'common/child_thread.h', |
144 'common/clipboard_messages.cc', | 146 'common/clipboard_messages.cc', |
145 'common/clipboard_messages.h', | 147 'common/clipboard_messages.h', |
146 'common/content_constants_internal.cc', | 148 'common/content_constants_internal.cc', |
147 'common/content_constants_internal.h', | 149 'common/content_constants_internal.h', |
148 'common/content_export.h', | 150 'common/content_export.h', |
149 'common/content_ipc_logging.cc', | 151 'common/content_ipc_logging.cc', |
150 'common/content_message_generator.cc', | 152 'common/content_message_generator.cc', |
151 'common/content_message_generator.h', | 153 'common/content_message_generator.h', |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 582 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
581 '<(output)', | 583 '<(output)', |
582 '<(PRODUCT_DIR)', | 584 '<(PRODUCT_DIR)', |
583 ], | 585 ], |
584 'msvs_cygwin_shell': 1, | 586 'msvs_cygwin_shell': 1, |
585 }, | 587 }, |
586 ] | 588 ] |
587 }], | 589 }], |
588 ], | 590 ], |
589 } | 591 } |
OLD | NEW |