| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'public/common/url_fetcher.h', | 56 'public/common/url_fetcher.h', |
| 57 'public/common/url_fetcher_delegate.h', | 57 'public/common/url_fetcher_delegate.h', |
| 58 'public/common/url_fetcher_factory.h', | 58 'public/common/url_fetcher_factory.h', |
| 59 'public/common/view_types.h', | 59 'public/common/view_types.h', |
| 60 'public/common/zygote_fork_delegate_linux.h', | 60 'public/common/zygote_fork_delegate_linux.h', |
| 61 'common/appcache/appcache_backend_proxy.cc', | 61 'common/appcache/appcache_backend_proxy.cc', |
| 62 'common/appcache/appcache_backend_proxy.h', | 62 'common/appcache/appcache_backend_proxy.h', |
| 63 'common/appcache/appcache_dispatcher.cc', | 63 'common/appcache/appcache_dispatcher.cc', |
| 64 'common/appcache/appcache_dispatcher.h', | 64 'common/appcache/appcache_dispatcher.h', |
| 65 'common/appcache_messages.h', | 65 'common/appcache_messages.h', |
| 66 'common/autofill_messages.h', | |
| 67 'common/child_process.cc', | 66 'common/child_process.cc', |
| 68 'common/child_process.h', | 67 'common/child_process.h', |
| 69 'common/child_process_host.cc', | 68 'common/child_process_host.cc', |
| 70 'common/child_process_host.h', | 69 'common/child_process_host.h', |
| 71 'common/child_process_info.cc', | 70 'common/child_process_info.cc', |
| 72 'common/child_process_info.h', | 71 'common/child_process_info.h', |
| 73 'common/child_process_messages.h', | 72 'common/child_process_messages.h', |
| 74 'common/child_process_sandbox_support_impl_linux.cc', | 73 'common/child_process_sandbox_support_impl_linux.cc', |
| 75 'common/child_process_sandbox_support_impl_linux.h', | 74 'common/child_process_sandbox_support_impl_linux.h', |
| 76 'common/child_thread.cc', | 75 'common/child_thread.cc', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 ], | 325 ], |
| 327 'link_settings': { | 326 'link_settings': { |
| 328 'libraries': [ | 327 'libraries': [ |
| 329 '-lEGL', | 328 '-lEGL', |
| 330 '-lGLESv2', | 329 '-lGLESv2', |
| 331 ], | 330 ], |
| 332 }, | 331 }, |
| 333 }], | 332 }], |
| 334 ], | 333 ], |
| 335 } | 334 } |
| OLD | NEW |