| 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 26 matching lines...) Expand all Loading... |
| 37 'public/common/page_type.h', | 37 'public/common/page_type.h', |
| 38 'public/common/resource_dispatcher_delegate.h', | 38 'public/common/resource_dispatcher_delegate.h', |
| 39 'public/common/url_constants.cc', | 39 'public/common/url_constants.cc', |
| 40 'public/common/url_constants.h', | 40 'public/common/url_constants.h', |
| 41 'public/common/view_types.h', | 41 'public/common/view_types.h', |
| 42 'common/appcache/appcache_backend_proxy.cc', | 42 'common/appcache/appcache_backend_proxy.cc', |
| 43 'common/appcache/appcache_backend_proxy.h', | 43 'common/appcache/appcache_backend_proxy.h', |
| 44 'common/appcache/appcache_dispatcher.cc', | 44 'common/appcache/appcache_dispatcher.cc', |
| 45 'common/appcache/appcache_dispatcher.h', | 45 'common/appcache/appcache_dispatcher.h', |
| 46 'common/appcache_messages.h', | 46 'common/appcache_messages.h', |
| 47 'common/autofill_messages.h', |
| 47 'common/child_process.cc', | 48 'common/child_process.cc', |
| 48 'common/child_process.h', | 49 'common/child_process.h', |
| 49 'common/child_process_host.cc', | 50 'common/child_process_host.cc', |
| 50 'common/child_process_host.h', | 51 'common/child_process_host.h', |
| 51 'common/child_process_info.cc', | 52 'common/child_process_info.cc', |
| 52 'common/child_process_info.h', | 53 'common/child_process_info.h', |
| 53 'common/child_process_messages.h', | 54 'common/child_process_messages.h', |
| 54 'common/child_process_sandbox_support_impl_linux.cc', | 55 'common/child_process_sandbox_support_impl_linux.cc', |
| 55 'common/child_process_sandbox_support_impl_linux.h', | 56 'common/child_process_sandbox_support_impl_linux.h', |
| 56 'common/child_thread.cc', | 57 'common/child_thread.cc', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 ], | 324 ], |
| 324 'link_settings': { | 325 'link_settings': { |
| 325 'libraries': [ | 326 'libraries': [ |
| 326 '-lEGL', | 327 '-lEGL', |
| 327 '-lGLESv2', | 328 '-lGLESv2', |
| 328 ], | 329 ], |
| 329 }, | 330 }, |
| 330 }], | 331 }], |
| 331 ], | 332 ], |
| 332 } | 333 } |
| OLD | NEW |