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', | |
93 'common/child_thread.cc', | 92 'common/child_thread.cc', |
94 'common/child_thread.h', | 93 'common/child_thread.h', |
95 'common/child_trace_message_filter.cc', | 94 'common/child_trace_message_filter.cc', |
96 'common/child_trace_message_filter.h', | 95 'common/child_trace_message_filter.h', |
97 'common/chrome_descriptors.h', | 96 'common/chrome_descriptors.h', |
98 'common/clipboard_messages.cc', | 97 'common/clipboard_messages.cc', |
99 'common/clipboard_messages.h', | 98 'common/clipboard_messages.h', |
100 'common/content_message_generator.cc', | 99 'common/content_message_generator.cc', |
101 'common/content_message_generator.h', | 100 'common/content_message_generator.h', |
102 'common/content_export.h', | 101 'common/content_export.h', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 '../build/extract_from_cab.py', | 343 '../build/extract_from_cab.py', |
345 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 344 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
346 '<(output)', | 345 '<(output)', |
347 '<(PRODUCT_DIR)', | 346 '<(PRODUCT_DIR)', |
348 ], | 347 ], |
349 }, | 348 }, |
350 ] | 349 ] |
351 }] | 350 }] |
352 ], | 351 ], |
353 } | 352 } |
OLD | NEW |