OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 '../plugins/ppapi/ppb_file_io_impl.h', | 279 '../plugins/ppapi/ppb_file_io_impl.h', |
280 '../plugins/ppapi/ppb_file_ref_impl.cc', | 280 '../plugins/ppapi/ppb_file_ref_impl.cc', |
281 '../plugins/ppapi/ppb_file_ref_impl.h', | 281 '../plugins/ppapi/ppb_file_ref_impl.h', |
282 '../plugins/ppapi/ppb_file_system_impl.cc', | 282 '../plugins/ppapi/ppb_file_system_impl.cc', |
283 '../plugins/ppapi/ppb_file_system_impl.h', | 283 '../plugins/ppapi/ppb_file_system_impl.h', |
284 '../plugins/ppapi/ppb_flash_impl.cc', | 284 '../plugins/ppapi/ppb_flash_impl.cc', |
285 '../plugins/ppapi/ppb_flash_impl.h', | 285 '../plugins/ppapi/ppb_flash_impl.h', |
286 '../plugins/ppapi/ppb_flash_impl_linux.cc', | 286 '../plugins/ppapi/ppb_flash_impl_linux.cc', |
287 '../plugins/ppapi/ppb_font_impl.cc', | 287 '../plugins/ppapi/ppb_font_impl.cc', |
288 '../plugins/ppapi/ppb_font_impl.h', | 288 '../plugins/ppapi/ppb_font_impl.h', |
| 289 '../plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.cc', |
| 290 '../plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.h', |
289 '../plugins/ppapi/ppb_graphics_2d_impl.cc', | 291 '../plugins/ppapi/ppb_graphics_2d_impl.cc', |
290 '../plugins/ppapi/ppb_graphics_2d_impl.h', | 292 '../plugins/ppapi/ppb_graphics_2d_impl.h', |
291 '../plugins/ppapi/ppb_graphics_3d_impl.cc', | 293 '../plugins/ppapi/ppb_graphics_3d_impl.cc', |
292 '../plugins/ppapi/ppb_graphics_3d_impl.h', | 294 '../plugins/ppapi/ppb_graphics_3d_impl.h', |
293 '../plugins/ppapi/ppb_image_data_impl.cc', | 295 '../plugins/ppapi/ppb_image_data_impl.cc', |
294 '../plugins/ppapi/ppb_image_data_impl.h', | 296 '../plugins/ppapi/ppb_image_data_impl.h', |
295 '../plugins/ppapi/ppb_nacl_private_impl.cc', | 297 '../plugins/ppapi/ppb_nacl_private_impl.cc', |
296 '../plugins/ppapi/ppb_nacl_private_impl.h', | 298 '../plugins/ppapi/ppb_nacl_private_impl.h', |
297 '../plugins/ppapi/ppb_opengles_impl.cc', | 299 '../plugins/ppapi/ppb_opengles_impl.cc', |
298 '../plugins/ppapi/ppb_opengles_impl.h', | 300 '../plugins/ppapi/ppb_opengles_impl.h', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 }], | 521 }], |
520 ['inside_chromium_build==0', { | 522 ['inside_chromium_build==0', { |
521 'dependencies': [ | 523 'dependencies': [ |
522 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 524 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
523 ], | 525 ], |
524 }], | 526 }], |
525 ], | 527 ], |
526 }, | 528 }, |
527 ], | 529 ], |
528 } | 530 } |
OLD | NEW |