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 11 matching lines...) Expand all Loading... |
22 '../webkit/support/webkit_support.gyp:fileapi', | 22 '../webkit/support/webkit_support.gyp:fileapi', |
23 ], | 23 ], |
24 'include_dirs': [ | 24 'include_dirs': [ |
25 '..', | 25 '..', |
26 ], | 26 ], |
27 'export_dependent_settings': [ | 27 'export_dependent_settings': [ |
28 '../base/base.gyp:base', | 28 '../base/base.gyp:base', |
29 ], | 29 ], |
30 'sources': [ | 30 'sources': [ |
31 'public/common/bindings_policy.h', | 31 'public/common/bindings_policy.h', |
| 32 'public/common/page_transition_types.cc', |
| 33 'public/common/page_transition_types.h', |
32 'public/common/resource_dispatcher_delegate.h', | 34 'public/common/resource_dispatcher_delegate.h', |
33 'public/common/view_types.h', | 35 'public/common/view_types.h', |
34 'common/appcache/appcache_backend_proxy.cc', | 36 'common/appcache/appcache_backend_proxy.cc', |
35 'common/appcache/appcache_backend_proxy.h', | 37 'common/appcache/appcache_backend_proxy.h', |
36 'common/appcache/appcache_dispatcher.cc', | 38 'common/appcache/appcache_dispatcher.cc', |
37 'common/appcache/appcache_dispatcher.h', | 39 'common/appcache/appcache_dispatcher.h', |
38 'common/appcache_messages.h', | 40 'common/appcache_messages.h', |
39 'common/child_process.cc', | 41 'common/child_process.cc', |
40 'common/child_process.h', | 42 'common/child_process.h', |
41 'common/child_process_host.cc', | 43 'common/child_process_host.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'common/np_channel_base.h', | 177 'common/np_channel_base.h', |
176 'common/npobject_base.h', | 178 'common/npobject_base.h', |
177 'common/npobject_proxy.cc', | 179 'common/npobject_proxy.cc', |
178 'common/npobject_proxy.h', | 180 'common/npobject_proxy.h', |
179 'common/npobject_stub.cc', | 181 'common/npobject_stub.cc', |
180 'common/npobject_stub.h', | 182 'common/npobject_stub.h', |
181 'common/npobject_util.cc', | 183 'common/npobject_util.cc', |
182 'common/npobject_util.h', | 184 'common/npobject_util.h', |
183 'common/p2p_messages.h', | 185 'common/p2p_messages.h', |
184 'common/p2p_sockets.h', | 186 'common/p2p_sockets.h', |
185 'common/page_transition_types.cc', | |
186 'common/page_transition_types.h', | |
187 'common/page_type.h', | 187 'common/page_type.h', |
188 'common/page_zoom.h', | 188 'common/page_zoom.h', |
189 'common/pepper_file_messages.cc', | 189 'common/pepper_file_messages.cc', |
190 'common/pepper_file_messages.h', | 190 'common/pepper_file_messages.h', |
191 'common/pepper_messages.cc', | 191 'common/pepper_messages.cc', |
192 'common/pepper_messages.h', | 192 'common/pepper_messages.h', |
193 'common/pepper_plugin_registry.cc', | 193 'common/pepper_plugin_registry.cc', |
194 'common/pepper_plugin_registry.h', | 194 'common/pepper_plugin_registry.h', |
195 'common/plugin_carbon_interpose_constants_mac.cc', | 195 'common/plugin_carbon_interpose_constants_mac.cc', |
196 'common/plugin_carbon_interpose_constants_mac.h', | 196 'common/plugin_carbon_interpose_constants_mac.h', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 ], | 335 ], |
336 'link_settings': { | 336 'link_settings': { |
337 'libraries': [ | 337 'libraries': [ |
338 '-lEGL', | 338 '-lEGL', |
339 '-lGLESv2', | 339 '-lGLESv2', |
340 ], | 340 ], |
341 }, | 341 }, |
342 }], | 342 }], |
343 ], | 343 ], |
344 } | 344 } |
OLD | NEW |