| 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 16 matching lines...) Expand all Loading... |
| 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/content_switches.cc', | 32 'public/common/content_switches.cc', |
| 33 'public/common/content_switches.h', | 33 'public/common/content_switches.h', |
| 34 'public/common/page_transition_types.cc', | 34 'public/common/page_transition_types.cc', |
| 35 'public/common/page_transition_types.h', | 35 'public/common/page_transition_types.h', |
| 36 'public/common/resource_dispatcher_delegate.h', | 36 'public/common/resource_dispatcher_delegate.h', |
| 37 'public/common/url_constants.cc', |
| 38 'public/common/url_constants.h', |
| 37 'public/common/view_types.h', | 39 'public/common/view_types.h', |
| 38 'common/appcache/appcache_backend_proxy.cc', | 40 'common/appcache/appcache_backend_proxy.cc', |
| 39 'common/appcache/appcache_backend_proxy.h', | 41 'common/appcache/appcache_backend_proxy.h', |
| 40 'common/appcache/appcache_dispatcher.cc', | 42 'common/appcache/appcache_dispatcher.cc', |
| 41 'common/appcache/appcache_dispatcher.h', | 43 'common/appcache/appcache_dispatcher.h', |
| 42 'common/appcache_messages.h', | 44 'common/appcache_messages.h', |
| 43 'common/child_process.cc', | 45 'common/child_process.cc', |
| 44 'common/child_process.h', | 46 'common/child_process.h', |
| 45 'common/child_process_host.cc', | 47 'common/child_process_host.cc', |
| 46 'common/child_process_host.h', | 48 'common/child_process_host.h', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'common/socket_stream_dispatcher.h', | 240 'common/socket_stream_dispatcher.h', |
| 239 'common/socket_stream_messages.h', | 241 'common/socket_stream_messages.h', |
| 240 'common/speech_input_messages.h', | 242 'common/speech_input_messages.h', |
| 241 'common/speech_input_result.cc', | 243 'common/speech_input_result.cc', |
| 242 'common/speech_input_result.h', | 244 'common/speech_input_result.h', |
| 243 'common/swapped_out_messages.cc', | 245 'common/swapped_out_messages.cc', |
| 244 'common/swapped_out_messages.h', | 246 'common/swapped_out_messages.h', |
| 245 'common/text_input_client_messages.h', | 247 'common/text_input_client_messages.h', |
| 246 'common/unix_domain_socket_posix.cc', | 248 'common/unix_domain_socket_posix.cc', |
| 247 'common/unix_domain_socket_posix.h', | 249 'common/unix_domain_socket_posix.h', |
| 248 'common/url_constants.cc', | |
| 249 'common/url_constants.h', | |
| 250 'common/utility_messages.h', | 250 'common/utility_messages.h', |
| 251 'common/view_messages.h', | 251 'common/view_messages.h', |
| 252 'common/view_message_enums.h', | 252 'common/view_message_enums.h', |
| 253 'common/web_database_observer_impl.cc', | 253 'common/web_database_observer_impl.cc', |
| 254 'common/web_database_observer_impl.h', | 254 'common/web_database_observer_impl.h', |
| 255 'common/webblobregistry_impl.cc', | 255 'common/webblobregistry_impl.cc', |
| 256 'common/webblobregistry_impl.h', | 256 'common/webblobregistry_impl.h', |
| 257 'common/webblob_messages.h', | 257 'common/webblob_messages.h', |
| 258 'common/webkit_param_traits.cc', | 258 'common/webkit_param_traits.cc', |
| 259 'common/webkit_param_traits.h', | 259 'common/webkit_param_traits.h', |
| (...skipping 75 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 |