OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../gpu/gpu.gyp:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'common/appcache/appcache_dispatcher.cc', | 82 'common/appcache/appcache_dispatcher.cc', |
83 'common/appcache/appcache_dispatcher.h', | 83 'common/appcache/appcache_dispatcher.h', |
84 'common/appcache_messages.h', | 84 'common/appcache_messages.h', |
85 'common/child_process.cc', | 85 'common/child_process.cc', |
86 'common/child_process.h', | 86 'common/child_process.h', |
87 'common/child_process_host_impl.cc', | 87 'common/child_process_host_impl.cc', |
88 'common/child_process_host_impl.h', | 88 'common/child_process_host_impl.h', |
89 'common/child_process_messages.h', | 89 'common/child_process_messages.h', |
90 'common/child_process_sandbox_support_impl_linux.cc', | 90 'common/child_process_sandbox_support_impl_linux.cc', |
91 'common/child_process_sandbox_support_impl_linux.h', | 91 'common/child_process_sandbox_support_impl_linux.h', |
| 92 'common/child_process_sandbox_support_impl_shm_linux.cc', |
92 'common/child_thread.cc', | 93 'common/child_thread.cc', |
93 'common/child_thread.h', | 94 'common/child_thread.h', |
94 'common/child_trace_message_filter.cc', | 95 'common/child_trace_message_filter.cc', |
95 'common/child_trace_message_filter.h', | 96 'common/child_trace_message_filter.h', |
96 'common/chrome_descriptors.h', | 97 'common/chrome_descriptors.h', |
97 'common/clipboard_messages.cc', | 98 'common/clipboard_messages.cc', |
98 'common/clipboard_messages.h', | 99 'common/clipboard_messages.h', |
99 'common/content_message_generator.cc', | 100 'common/content_message_generator.cc', |
100 'common/content_message_generator.h', | 101 'common/content_message_generator.h', |
101 'common/content_export.h', | 102 'common/content_export.h', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 '../build/extract_from_cab.py', | 344 '../build/extract_from_cab.py', |
344 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 345 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
345 '<(output)', | 346 '<(output)', |
346 '<(PRODUCT_DIR)', | 347 '<(PRODUCT_DIR)', |
347 ], | 348 ], |
348 }, | 349 }, |
349 ] | 350 ] |
350 }] | 351 }] |
351 ], | 352 ], |
352 } | 353 } |
OLD | NEW |