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 30 matching lines...) Expand all Loading... |
41 'public/common/page_transition_types.h', | 41 'public/common/page_transition_types.h', |
42 'public/common/page_type.h', | 42 'public/common/page_type.h', |
43 'public/common/pepper_plugin_info.cc', | 43 'public/common/pepper_plugin_info.cc', |
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/security_style.h', | 46 'public/common/security_style.h', |
47 'public/common/serialized_script_value.cc', | 47 'public/common/serialized_script_value.cc', |
48 'public/common/serialized_script_value.h', | 48 'public/common/serialized_script_value.h', |
49 'public/common/url_constants.cc', | 49 'public/common/url_constants.cc', |
50 'public/common/url_constants.h', | 50 'public/common/url_constants.h', |
| 51 'public/common/url_fetcher_delegate.h', |
51 'public/common/view_types.h', | 52 'public/common/view_types.h', |
52 'common/appcache/appcache_backend_proxy.cc', | 53 'common/appcache/appcache_backend_proxy.cc', |
53 'common/appcache/appcache_backend_proxy.h', | 54 'common/appcache/appcache_backend_proxy.h', |
54 'common/appcache/appcache_dispatcher.cc', | 55 'common/appcache/appcache_dispatcher.cc', |
55 'common/appcache/appcache_dispatcher.h', | 56 'common/appcache/appcache_dispatcher.h', |
56 'common/appcache_messages.h', | 57 'common/appcache_messages.h', |
57 'common/child_process.cc', | 58 'common/child_process.cc', |
58 'common/child_process.h', | 59 'common/child_process.h', |
59 'common/child_process_host.cc', | 60 'common/child_process_host.cc', |
60 'common/child_process_host.h', | 61 'common/child_process_host.h', |
(...skipping 262 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 |