| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'shared_impl/ppb_audio_shared.h', | 48 'shared_impl/ppb_audio_shared.h', |
| 49 'shared_impl/ppb_crypto_shared.cc', | 49 'shared_impl/ppb_crypto_shared.cc', |
| 50 'shared_impl/ppb_device_ref_shared.cc', | 50 'shared_impl/ppb_device_ref_shared.cc', |
| 51 'shared_impl/ppb_device_ref_shared.h', | 51 'shared_impl/ppb_device_ref_shared.h', |
| 52 'shared_impl/ppb_file_io_shared.cc', | 52 'shared_impl/ppb_file_io_shared.cc', |
| 53 'shared_impl/ppb_file_io_shared.h', | 53 'shared_impl/ppb_file_io_shared.h', |
| 54 'shared_impl/ppb_file_ref_shared.cc', | 54 'shared_impl/ppb_file_ref_shared.cc', |
| 55 'shared_impl/ppb_file_ref_shared.h', | 55 'shared_impl/ppb_file_ref_shared.h', |
| 56 'shared_impl/ppb_flash_shared.cc', | 56 'shared_impl/ppb_flash_shared.cc', |
| 57 'shared_impl/ppb_flash_shared.h', | 57 'shared_impl/ppb_flash_shared.h', |
| 58 'shared_impl/ppb_gamepad_shared.cc', |
| 59 'shared_impl/ppb_gamepad_shared.h', |
| 58 'shared_impl/ppb_graphics_3d_shared.cc', | 60 'shared_impl/ppb_graphics_3d_shared.cc', |
| 59 'shared_impl/ppb_graphics_3d_shared.h', | 61 'shared_impl/ppb_graphics_3d_shared.h', |
| 60 'shared_impl/ppb_image_data_shared.cc', | 62 'shared_impl/ppb_image_data_shared.cc', |
| 61 'shared_impl/ppb_image_data_shared.h', | 63 'shared_impl/ppb_image_data_shared.h', |
| 62 'shared_impl/ppb_input_event_shared.cc', | 64 'shared_impl/ppb_input_event_shared.cc', |
| 63 'shared_impl/ppb_input_event_shared.h', | 65 'shared_impl/ppb_input_event_shared.h', |
| 64 'shared_impl/ppb_instance_shared.cc', | 66 'shared_impl/ppb_instance_shared.cc', |
| 65 'shared_impl/ppb_instance_shared.h', | 67 'shared_impl/ppb_instance_shared.h', |
| 66 'shared_impl/ppb_memory_shared.cc', | 68 'shared_impl/ppb_memory_shared.cc', |
| 67 'shared_impl/ppb_network_list_private_shared.cc', | 69 'shared_impl/ppb_network_list_private_shared.cc', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'shared_impl/ppb_graphics_3d_shared.cc', | 310 'shared_impl/ppb_graphics_3d_shared.cc', |
| 309 'shared_impl/ppb_opengles2_shared.cc', | 311 'shared_impl/ppb_opengles2_shared.cc', |
| 310 'thunk/ppb_graphics_3d_thunk.cc', | 312 'thunk/ppb_graphics_3d_thunk.cc', |
| 311 ], | 313 ], |
| 312 }], | 314 }], |
| 313 ], | 315 ], |
| 314 }], | 316 }], |
| 315 ], | 317 ], |
| 316 }, | 318 }, |
| 317 } | 319 } |
| OLD | NEW |