| 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 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'public/common/url_fetcher_delegate.h', | 89 'public/common/url_fetcher_delegate.h', |
| 90 'public/common/url_fetcher_factory.h', | 90 'public/common/url_fetcher_factory.h', |
| 91 'public/common/view_type.h', | 91 'public/common/view_type.h', |
| 92 'public/common/zygote_fork_delegate_linux.h', | 92 'public/common/zygote_fork_delegate_linux.h', |
| 93 'common/accessibility_messages.h', | 93 'common/accessibility_messages.h', |
| 94 'common/appcache/appcache_backend_proxy.cc', | 94 'common/appcache/appcache_backend_proxy.cc', |
| 95 'common/appcache/appcache_backend_proxy.h', | 95 'common/appcache/appcache_backend_proxy.h', |
| 96 'common/appcache/appcache_dispatcher.cc', | 96 'common/appcache/appcache_dispatcher.cc', |
| 97 'common/appcache/appcache_dispatcher.h', | 97 'common/appcache/appcache_dispatcher.h', |
| 98 'common/appcache_messages.h', | 98 'common/appcache_messages.h', |
| 99 'common/browser_plugin_messages.h', |
| 99 'common/child_process.cc', | 100 'common/child_process.cc', |
| 100 'common/child_process.h', | 101 'common/child_process.h', |
| 101 'common/child_process_host_impl.cc', | 102 'common/child_process_host_impl.cc', |
| 102 'common/child_process_host_impl.h', | 103 'common/child_process_host_impl.h', |
| 103 'common/child_process_messages.h', | 104 'common/child_process_messages.h', |
| 104 'common/child_process_sandbox_support_impl_linux.cc', | 105 'common/child_process_sandbox_support_impl_linux.cc', |
| 105 'common/child_process_sandbox_support_impl_linux.h', | 106 'common/child_process_sandbox_support_impl_linux.h', |
| 106 'common/child_process_sandbox_support_impl_shm_linux.cc', | 107 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 107 'common/child_thread.cc', | 108 'common/child_thread.cc', |
| 108 'common/child_thread.h', | 109 'common/child_thread.h', |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 '../build/extract_from_cab.py', | 438 '../build/extract_from_cab.py', |
| 438 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 439 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 439 '<(output)', | 440 '<(output)', |
| 440 '<(PRODUCT_DIR)', | 441 '<(PRODUCT_DIR)', |
| 441 ], | 442 ], |
| 442 }, | 443 }, |
| 443 ] | 444 ] |
| 444 }] | 445 }] |
| 445 ], | 446 ], |
| 446 } | 447 } |
| OLD | NEW |