Chromium Code Reviews| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 52 'public/common/url_fetcher.h', | 52 'public/common/url_fetcher.h', |
| 53 'public/common/url_fetcher_delegate.h', | 53 'public/common/url_fetcher_delegate.h', |
| 54 'public/common/url_fetcher_factory.h', | 54 'public/common/url_fetcher_factory.h', |
| 55 'public/common/view_types.h', | 55 'public/common/view_types.h', |
| 56 'public/common/zygote_fork_delegate_linux.h', | 56 'public/common/zygote_fork_delegate_linux.h', |
| 57 'common/appcache/appcache_backend_proxy.cc', | 57 'common/appcache/appcache_backend_proxy.cc', |
| 58 'common/appcache/appcache_backend_proxy.h', | 58 'common/appcache/appcache_backend_proxy.h', |
| 59 'common/appcache/appcache_dispatcher.cc', | 59 'common/appcache/appcache_dispatcher.cc', |
| 60 'common/appcache/appcache_dispatcher.h', | 60 'common/appcache/appcache_dispatcher.h', |
| 61 'common/appcache_messages.h', | 61 'common/appcache_messages.h', |
| 62 'common/autofill_messages.h', | |
|
jam
2011/10/29 01:48:04
this is in the wrong place.. this belongs in chrom
| |
| 62 'common/child_process.cc', | 63 'common/child_process.cc', |
| 63 'common/child_process.h', | 64 'common/child_process.h', |
| 64 'common/child_process_host.cc', | 65 'common/child_process_host.cc', |
| 65 'common/child_process_host.h', | 66 'common/child_process_host.h', |
| 66 'common/child_process_info.cc', | 67 'common/child_process_info.cc', |
| 67 'common/child_process_info.h', | 68 'common/child_process_info.h', |
| 68 'common/child_process_messages.h', | 69 'common/child_process_messages.h', |
| 69 'common/child_process_sandbox_support_impl_linux.cc', | 70 'common/child_process_sandbox_support_impl_linux.cc', |
| 70 'common/child_process_sandbox_support_impl_linux.h', | 71 'common/child_process_sandbox_support_impl_linux.h', |
| 71 'common/child_thread.cc', | 72 'common/child_thread.cc', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 326 ], | 327 ], |
| 327 'link_settings': { | 328 'link_settings': { |
| 328 'libraries': [ | 329 'libraries': [ |
| 329 '-lEGL', | 330 '-lEGL', |
| 330 '-lGLESv2', | 331 '-lGLESv2', |
| 331 ], | 332 ], |
| 332 }, | 333 }, |
| 333 }], | 334 }], |
| 334 ], | 335 ], |
| 335 } | 336 } |
| OLD | NEW |