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