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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'public/common/pepper_plugin_info.h', | 44 'public/common/pepper_plugin_info.h', |
45 'public/common/resource_dispatcher_delegate.h', | 45 'public/common/resource_dispatcher_delegate.h', |
46 'public/common/result_codes.h', | 46 'public/common/result_codes.h', |
47 'public/common/security_style.h', | 47 'public/common/security_style.h', |
48 'public/common/serialized_script_value.cc', | 48 'public/common/serialized_script_value.cc', |
49 'public/common/serialized_script_value.h', | 49 'public/common/serialized_script_value.h', |
50 'public/common/url_constants.cc', | 50 'public/common/url_constants.cc', |
51 'public/common/url_constants.h', | 51 'public/common/url_constants.h', |
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/view_types.h', | 55 'public/common/view_types.h', |
55 'public/common/zygote_fork_delegate_linux.h', | 56 'public/common/zygote_fork_delegate_linux.h', |
56 'common/appcache/appcache_backend_proxy.cc', | 57 'common/appcache/appcache_backend_proxy.cc', |
57 'common/appcache/appcache_backend_proxy.h', | 58 'common/appcache/appcache_backend_proxy.h', |
58 'common/appcache/appcache_dispatcher.cc', | 59 'common/appcache/appcache_dispatcher.cc', |
59 'common/appcache/appcache_dispatcher.h', | 60 'common/appcache/appcache_dispatcher.h', |
60 'common/appcache_messages.h', | 61 'common/appcache_messages.h', |
61 'common/child_process.cc', | 62 'common/child_process.cc', |
62 'common/child_process.h', | 63 'common/child_process.h', |
63 'common/child_process_host.cc', | 64 'common/child_process_host.cc', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 ], | 328 ], |
328 'link_settings': { | 329 'link_settings': { |
329 'libraries': [ | 330 'libraries': [ |
330 '-lEGL', | 331 '-lEGL', |
331 '-lGLESv2', | 332 '-lGLESv2', |
332 ], | 333 ], |
333 }, | 334 }, |
334 }], | 335 }], |
335 ], | 336 ], |
336 } | 337 } |
OLD | NEW |