OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
10 },{ | 10 },{ |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 'plugins/plugin_switches.h', | 290 'plugins/plugin_switches.h', |
291 'plugins/plugin_web_event_converter_mac.h', | 291 'plugins/plugin_web_event_converter_mac.h', |
292 'plugins/plugin_web_event_converter_mac.mm', | 292 'plugins/plugin_web_event_converter_mac.mm', |
293 'plugins/ppb_private.h', | 293 'plugins/ppb_private.h', |
294 'plugins/quickdraw_drawing_manager_mac.h', | 294 'plugins/quickdraw_drawing_manager_mac.h', |
295 'plugins/quickdraw_drawing_manager_mac.cc', | 295 'plugins/quickdraw_drawing_manager_mac.cc', |
296 'plugins/webview_plugin.cc', | 296 'plugins/webview_plugin.cc', |
297 'plugins/webview_plugin.h', | 297 'plugins/webview_plugin.h', |
298 'plugins/webplugin.cc', | 298 'plugins/webplugin.cc', |
299 'plugins/webplugin.h', | 299 'plugins/webplugin.h', |
| 300 'plugins/webplugin_audio_device_delegate.cc', |
| 301 'plugins/webplugin_audio_device_delegate.h', |
| 302 'plugins/webplugin_2d_device_delegate.cc', |
300 'plugins/webplugin_2d_device_delegate.h', | 303 'plugins/webplugin_2d_device_delegate.h', |
| 304 'plugins/webplugin_3d_device_delegate.cc', |
301 'plugins/webplugin_3d_device_delegate.h', | 305 'plugins/webplugin_3d_device_delegate.h', |
302 'plugins/webplugin_accelerated_surface_mac.h', | 306 'plugins/webplugin_accelerated_surface_mac.h', |
| 307 'plugins/webplugin_delegate.cc', |
303 'plugins/webplugin_delegate.h', | 308 'plugins/webplugin_delegate.h', |
304 'plugins/webplugin_delegate_impl.cc', | 309 'plugins/webplugin_delegate_impl.cc', |
305 'plugins/webplugin_delegate_impl.h', | 310 'plugins/webplugin_delegate_impl.h', |
306 'plugins/webplugin_delegate_impl_gtk.cc', | 311 'plugins/webplugin_delegate_impl_gtk.cc', |
307 'plugins/webplugin_delegate_impl_mac.mm', | 312 'plugins/webplugin_delegate_impl_mac.mm', |
308 'plugins/webplugin_delegate_impl_win.cc', | 313 'plugins/webplugin_delegate_impl_win.cc', |
309 'plugins/webplugin_impl.cc', | 314 'plugins/webplugin_impl.cc', |
310 'plugins/webplugin_impl.h', | 315 'plugins/webplugin_impl.h', |
311 'plugins/webplugininfo.cc', | 316 'plugins/webplugininfo.cc', |
312 'plugins/webplugininfo.h', | 317 'plugins/webplugininfo.h', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 }], | 488 }], |
484 ['inside_chromium_build==0', { | 489 ['inside_chromium_build==0', { |
485 'dependencies': [ | 490 'dependencies': [ |
486 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 491 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
487 ], | 492 ], |
488 }], | 493 }], |
489 ], | 494 ], |
490 }, | 495 }, |
491 ], | 496 ], |
492 } | 497 } |
OLD | NEW |