| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'plugins/webplugin_3d_device_delegate.h', | 293 'plugins/webplugin_3d_device_delegate.h', |
| 294 'plugins/webplugin_accelerated_surface_mac.h', | 294 'plugins/webplugin_accelerated_surface_mac.h', |
| 295 'plugins/webplugin_delegate.h', | 295 'plugins/webplugin_delegate.h', |
| 296 'plugins/webplugin_delegate_impl.cc', | 296 'plugins/webplugin_delegate_impl.cc', |
| 297 'plugins/webplugin_delegate_impl.h', | 297 'plugins/webplugin_delegate_impl.h', |
| 298 'plugins/webplugin_delegate_impl_gtk.cc', | 298 'plugins/webplugin_delegate_impl_gtk.cc', |
| 299 'plugins/webplugin_delegate_impl_mac.mm', | 299 'plugins/webplugin_delegate_impl_mac.mm', |
| 300 'plugins/webplugin_delegate_impl_win.cc', | 300 'plugins/webplugin_delegate_impl_win.cc', |
| 301 'plugins/webplugin_impl.cc', | 301 'plugins/webplugin_impl.cc', |
| 302 'plugins/webplugin_impl.h', | 302 'plugins/webplugin_impl.h', |
| 303 'plugins/webplugininfo.cc', |
| 303 'plugins/webplugininfo.h', | 304 'plugins/webplugininfo.h', |
| 304 'alt_error_page_resource_fetcher.cc', | 305 'alt_error_page_resource_fetcher.cc', |
| 305 'alt_error_page_resource_fetcher.h', | 306 'alt_error_page_resource_fetcher.h', |
| 306 'context_menu.cc', | 307 'context_menu.cc', |
| 307 'context_menu.h', | 308 'context_menu.h', |
| 308 'cpp_binding_example.cc', | 309 'cpp_binding_example.cc', |
| 309 'cpp_binding_example.h', | 310 'cpp_binding_example.h', |
| 310 'cpp_bound_class.cc', | 311 'cpp_bound_class.cc', |
| 311 'cpp_bound_class.h', | 312 'cpp_bound_class.h', |
| 312 'cpp_variant.cc', | 313 'cpp_variant.cc', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 }], | 475 }], |
| 475 ['inside_chromium_build==0', { | 476 ['inside_chromium_build==0', { |
| 476 'dependencies': [ | 477 'dependencies': [ |
| 477 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 478 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 478 ], | 479 ], |
| 479 }], | 480 }], |
| 480 ], | 481 ], |
| 481 }, | 482 }, |
| 482 ], | 483 ], |
| 483 } | 484 } |
| OLD | NEW |