| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 '../plugins/ppapi/ppb_flash_impl.h', | 213 '../plugins/ppapi/ppb_flash_impl.h', |
| 214 '../plugins/ppapi/ppb_flash_impl_linux.cc', | 214 '../plugins/ppapi/ppb_flash_impl_linux.cc', |
| 215 '../plugins/ppapi/ppb_font_impl.cc', | 215 '../plugins/ppapi/ppb_font_impl.cc', |
| 216 '../plugins/ppapi/ppb_font_impl.h', | 216 '../plugins/ppapi/ppb_font_impl.h', |
| 217 '../plugins/ppapi/ppb_graphics_2d_impl.cc', | 217 '../plugins/ppapi/ppb_graphics_2d_impl.cc', |
| 218 '../plugins/ppapi/ppb_graphics_2d_impl.h', | 218 '../plugins/ppapi/ppb_graphics_2d_impl.h', |
| 219 '../plugins/ppapi/ppb_graphics_3d_impl.cc', | 219 '../plugins/ppapi/ppb_graphics_3d_impl.cc', |
| 220 '../plugins/ppapi/ppb_graphics_3d_impl.h', | 220 '../plugins/ppapi/ppb_graphics_3d_impl.h', |
| 221 '../plugins/ppapi/ppb_image_data_impl.cc', | 221 '../plugins/ppapi/ppb_image_data_impl.cc', |
| 222 '../plugins/ppapi/ppb_image_data_impl.h', | 222 '../plugins/ppapi/ppb_image_data_impl.h', |
| 223 '../plugins/ppapi/ppb_nacl_util_private_impl.cc', |
| 224 '../plugins/ppapi/ppb_nacl_util_private_impl.h', |
| 223 '../plugins/ppapi/ppb_open_gl_es_impl.cc', | 225 '../plugins/ppapi/ppb_open_gl_es_impl.cc', |
| 224 '../plugins/ppapi/ppb_pdf.h', | 226 '../plugins/ppapi/ppb_pdf.h', |
| 225 '../plugins/ppapi/ppb_pdf_impl.cc', | 227 '../plugins/ppapi/ppb_pdf_impl.cc', |
| 226 '../plugins/ppapi/ppb_pdf_impl.h', | 228 '../plugins/ppapi/ppb_pdf_impl.h', |
| 227 '../plugins/ppapi/ppb_scrollbar_impl.cc', | 229 '../plugins/ppapi/ppb_scrollbar_impl.cc', |
| 228 '../plugins/ppapi/ppb_scrollbar_impl.h', | 230 '../plugins/ppapi/ppb_scrollbar_impl.h', |
| 229 '../plugins/ppapi/ppb_transport_impl.cc', | 231 '../plugins/ppapi/ppb_transport_impl.cc', |
| 230 '../plugins/ppapi/ppb_transport_impl.h', | 232 '../plugins/ppapi/ppb_transport_impl.h', |
| 231 '../plugins/ppapi/ppb_url_loader_impl.cc', | 233 '../plugins/ppapi/ppb_url_loader_impl.cc', |
| 232 '../plugins/ppapi/ppb_url_loader_impl.h', | 234 '../plugins/ppapi/ppb_url_loader_impl.h', |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 }], | 509 }], |
| 508 ['inside_chromium_build==0', { | 510 ['inside_chromium_build==0', { |
| 509 'dependencies': [ | 511 'dependencies': [ |
| 510 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 512 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 511 ], | 513 ], |
| 512 }], | 514 }], |
| 513 ], | 515 ], |
| 514 }, | 516 }, |
| 515 ], | 517 ], |
| 516 } | 518 } |
| OLD | NEW |