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