| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'plugins/plugin_stream_win.cc', | 231 'plugins/plugin_stream_win.cc', |
| 232 'plugins/plugin_string_stream.cc', | 232 'plugins/plugin_string_stream.cc', |
| 233 'plugins/plugin_string_stream.h', | 233 'plugins/plugin_string_stream.h', |
| 234 'plugins/plugin_stubs.cc', | 234 'plugins/plugin_stubs.cc', |
| 235 'plugins/plugin_switches.cc', | 235 'plugins/plugin_switches.cc', |
| 236 'plugins/plugin_switches.h', | 236 'plugins/plugin_switches.h', |
| 237 'plugins/plugin_web_event_converter_mac.h', | 237 'plugins/plugin_web_event_converter_mac.h', |
| 238 'plugins/plugin_web_event_converter_mac.mm', | 238 'plugins/plugin_web_event_converter_mac.mm', |
| 239 'plugins/quickdraw_drawing_manager_mac.h', | 239 'plugins/quickdraw_drawing_manager_mac.h', |
| 240 'plugins/quickdraw_drawing_manager_mac.cc', | 240 'plugins/quickdraw_drawing_manager_mac.cc', |
| 241 'plugins/webview_plugin.cc', |
| 242 'plugins/webview_plugin.h', |
| 241 'plugins/webplugin.cc', | 243 'plugins/webplugin.cc', |
| 242 'plugins/webplugin.h', | 244 'plugins/webplugin.h', |
| 243 'plugins/webplugin_2d_device_delegate.h', | 245 'plugins/webplugin_2d_device_delegate.h', |
| 244 'plugins/webplugin_3d_device_delegate.h', | 246 'plugins/webplugin_3d_device_delegate.h', |
| 245 'plugins/webplugin_delegate.h', | 247 'plugins/webplugin_delegate.h', |
| 246 'plugins/webplugin_delegate_impl.cc', | 248 'plugins/webplugin_delegate_impl.cc', |
| 247 'plugins/webplugin_delegate_impl.h', | 249 'plugins/webplugin_delegate_impl.h', |
| 248 'plugins/webplugin_delegate_impl_gtk.cc', | 250 'plugins/webplugin_delegate_impl_gtk.cc', |
| 249 'plugins/webplugin_delegate_impl_mac.mm', | 251 'plugins/webplugin_delegate_impl_mac.mm', |
| 250 'plugins/webplugin_delegate_impl_win.cc', | 252 'plugins/webplugin_delegate_impl_win.cc', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 }], | 408 }], |
| 407 ['inside_chromium_build==0', { | 409 ['inside_chromium_build==0', { |
| 408 'dependencies': [ | 410 'dependencies': [ |
| 409 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 411 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 410 ], | 412 ], |
| 411 }], | 413 }], |
| 412 ], | 414 ], |
| 413 }, | 415 }, |
| 414 ], | 416 ], |
| 415 } | 417 } |
| OLD | NEW |