| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 '../plugins/ppapi/ppb_image_data_impl.h', | 295 '../plugins/ppapi/ppb_image_data_impl.h', |
| 296 '../plugins/ppapi/ppb_nacl_private_impl.cc', | 296 '../plugins/ppapi/ppb_nacl_private_impl.cc', |
| 297 '../plugins/ppapi/ppb_nacl_private_impl.h', | 297 '../plugins/ppapi/ppb_nacl_private_impl.h', |
| 298 '../plugins/ppapi/ppb_opengles_impl.cc', | 298 '../plugins/ppapi/ppb_opengles_impl.cc', |
| 299 '../plugins/ppapi/ppb_opengles_impl.h', | 299 '../plugins/ppapi/ppb_opengles_impl.h', |
| 300 '../plugins/ppapi/ppb_pdf.h', | 300 '../plugins/ppapi/ppb_pdf.h', |
| 301 '../plugins/ppapi/ppb_pdf_impl.cc', | 301 '../plugins/ppapi/ppb_pdf_impl.cc', |
| 302 '../plugins/ppapi/ppb_pdf_impl.h', | 302 '../plugins/ppapi/ppb_pdf_impl.h', |
| 303 '../plugins/ppapi/ppb_scrollbar_impl.cc', | 303 '../plugins/ppapi/ppb_scrollbar_impl.cc', |
| 304 '../plugins/ppapi/ppb_scrollbar_impl.h', | 304 '../plugins/ppapi/ppb_scrollbar_impl.h', |
| 305 '../plugins/ppapi/ppb_surface_3d_impl.cc', |
| 306 '../plugins/ppapi/ppb_surface_3d_impl.h', |
| 305 '../plugins/ppapi/ppb_transport_impl.cc', | 307 '../plugins/ppapi/ppb_transport_impl.cc', |
| 306 '../plugins/ppapi/ppb_transport_impl.h', | 308 '../plugins/ppapi/ppb_transport_impl.h', |
| 307 '../plugins/ppapi/ppb_url_loader_impl.cc', | 309 '../plugins/ppapi/ppb_url_loader_impl.cc', |
| 308 '../plugins/ppapi/ppb_url_loader_impl.h', | 310 '../plugins/ppapi/ppb_url_loader_impl.h', |
| 309 '../plugins/ppapi/ppb_url_request_info_impl.cc', | 311 '../plugins/ppapi/ppb_url_request_info_impl.cc', |
| 310 '../plugins/ppapi/ppb_url_request_info_impl.h', | 312 '../plugins/ppapi/ppb_url_request_info_impl.h', |
| 311 '../plugins/ppapi/ppb_url_response_info_impl.cc', | 313 '../plugins/ppapi/ppb_url_response_info_impl.cc', |
| 312 '../plugins/ppapi/ppb_url_response_info_impl.h', | 314 '../plugins/ppapi/ppb_url_response_info_impl.h', |
| 313 '../plugins/ppapi/ppb_url_util_impl.cc', | 315 '../plugins/ppapi/ppb_url_util_impl.cc', |
| 314 '../plugins/ppapi/ppb_url_util_impl.h', | 316 '../plugins/ppapi/ppb_url_util_impl.h', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 }], | 516 }], |
| 515 ['inside_chromium_build==0', { | 517 ['inside_chromium_build==0', { |
| 516 'dependencies': [ | 518 'dependencies': [ |
| 517 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 519 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 518 ], | 520 ], |
| 519 }], | 521 }], |
| 520 ], | 522 ], |
| 521 }, | 523 }, |
| 522 ], | 524 ], |
| 523 } | 525 } |
| OLD | NEW |