| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 'common/web_database_observer_impl.cc', | 247 'common/web_database_observer_impl.cc', |
| 248 'common/web_database_observer_impl.h', | 248 'common/web_database_observer_impl.h', |
| 249 'common/webblobregistry_impl.cc', | 249 'common/webblobregistry_impl.cc', |
| 250 'common/webblobregistry_impl.h', | 250 'common/webblobregistry_impl.h', |
| 251 'common/webblob_messages.h', | 251 'common/webblob_messages.h', |
| 252 'common/webkitplatformsupport_impl.cc', | 252 'common/webkitplatformsupport_impl.cc', |
| 253 'common/webkitplatformsupport_impl.h', | 253 'common/webkitplatformsupport_impl.h', |
| 254 'common/webmessageportchannel_impl.cc', | 254 'common/webmessageportchannel_impl.cc', |
| 255 'common/webmessageportchannel_impl.h', | 255 'common/webmessageportchannel_impl.h', |
| 256 'common/worker_messages.h', | 256 'common/worker_messages.h', |
| 257 'common/worker_task_runner.h', |
| 257 'public/common/common_param_traits.cc', | 258 'public/common/common_param_traits.cc', |
| 258 'public/common/common_param_traits.h', | 259 'public/common/common_param_traits.h', |
| 259 'public/common/content_client.cc', | 260 'public/common/content_client.cc', |
| 260 'public/common/content_client.h', | 261 'public/common/content_client.h', |
| 261 'public/common/window_container_type.cc', | 262 'public/common/window_container_type.cc', |
| 262 'public/common/window_container_type.h', | 263 'public/common/window_container_type.h', |
| 263 'public/common/webkit_param_traits.cc', | 264 'public/common/webkit_param_traits.cc', |
| 264 'public/common/webkit_param_traits.h', | 265 'public/common/webkit_param_traits.h', |
| 265 ], | 266 ], |
| 266 'conditions': [ | 267 'conditions': [ |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 ], | 316 ], |
| 316 'link_settings': { | 317 'link_settings': { |
| 317 'libraries': [ | 318 'libraries': [ |
| 318 '-lEGL', | 319 '-lEGL', |
| 319 '-lGLESv2', | 320 '-lGLESv2', |
| 320 ], | 321 ], |
| 321 }, | 322 }, |
| 322 }], | 323 }], |
| 323 ], | 324 ], |
| 324 } | 325 } |
| OLD | NEW |