| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'plugins/webplugin_3d_device_delegate.cc', | 304 'plugins/webplugin_3d_device_delegate.cc', |
| 305 'plugins/webplugin_3d_device_delegate.h', | 305 'plugins/webplugin_3d_device_delegate.h', |
| 306 'plugins/webplugin_accelerated_surface_mac.h', | 306 'plugins/webplugin_accelerated_surface_mac.h', |
| 307 'plugins/webplugin_delegate.cc', | 307 'plugins/webplugin_delegate.cc', |
| 308 'plugins/webplugin_delegate.h', | 308 'plugins/webplugin_delegate.h', |
| 309 'plugins/webplugin_delegate_impl.cc', | 309 'plugins/webplugin_delegate_impl.cc', |
| 310 'plugins/webplugin_delegate_impl.h', | 310 'plugins/webplugin_delegate_impl.h', |
| 311 'plugins/webplugin_delegate_impl_gtk.cc', | 311 'plugins/webplugin_delegate_impl_gtk.cc', |
| 312 'plugins/webplugin_delegate_impl_mac.mm', | 312 'plugins/webplugin_delegate_impl_mac.mm', |
| 313 'plugins/webplugin_delegate_impl_win.cc', | 313 'plugins/webplugin_delegate_impl_win.cc', |
| 314 'plugins/webplugin_file_delegate.cc', |
| 315 'plugins/webplugin_file_delegate.h', |
| 314 'plugins/webplugin_impl.cc', | 316 'plugins/webplugin_impl.cc', |
| 315 'plugins/webplugin_impl.h', | 317 'plugins/webplugin_impl.h', |
| 316 'plugins/webplugin_print_delegate.cc', | 318 'plugins/webplugin_print_delegate.cc', |
| 317 'plugins/webplugin_print_delegate.h', | 319 'plugins/webplugin_print_delegate.h', |
| 318 'plugins/webplugininfo.cc', | 320 'plugins/webplugininfo.cc', |
| 319 'plugins/webplugininfo.h', | 321 'plugins/webplugininfo.h', |
| 320 'alt_error_page_resource_fetcher.cc', | 322 'alt_error_page_resource_fetcher.cc', |
| 321 'alt_error_page_resource_fetcher.h', | 323 'alt_error_page_resource_fetcher.h', |
| 322 'context_menu.cc', | 324 'context_menu.cc', |
| 323 'context_menu.h', | 325 'context_menu.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 }], | 492 }], |
| 491 ['inside_chromium_build==0', { | 493 ['inside_chromium_build==0', { |
| 492 'dependencies': [ | 494 'dependencies': [ |
| 493 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 495 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 494 ], | 496 ], |
| 495 }], | 497 }], |
| 496 ], | 498 ], |
| 497 }, | 499 }, |
| 498 ], | 500 ], |
| 499 } | 501 } |
| OLD | NEW |