| 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_config_shared.h', | 48 'shared_impl/ppb_audio_config_shared.h', |
| 49 'shared_impl/ppb_audio_shared.cc', | 49 'shared_impl/ppb_audio_shared.cc', |
| 50 'shared_impl/ppb_audio_shared.h', | 50 'shared_impl/ppb_audio_shared.h', |
| 51 'shared_impl/ppb_crypto_shared.cc', | 51 'shared_impl/ppb_crypto_shared.cc', |
| 52 'shared_impl/ppb_device_ref_shared.cc', | 52 'shared_impl/ppb_device_ref_shared.cc', |
| 53 'shared_impl/ppb_device_ref_shared.h', | 53 'shared_impl/ppb_device_ref_shared.h', |
| 54 'shared_impl/ppb_file_io_shared.cc', | 54 'shared_impl/ppb_file_io_shared.cc', |
| 55 'shared_impl/ppb_file_io_shared.h', | 55 'shared_impl/ppb_file_io_shared.h', |
| 56 'shared_impl/ppb_file_ref_shared.cc', | 56 'shared_impl/ppb_file_ref_shared.cc', |
| 57 'shared_impl/ppb_file_ref_shared.h', | 57 'shared_impl/ppb_file_ref_shared.h', |
| 58 'shared_impl/ppb_flash_shared.cc', | |
| 59 'shared_impl/ppb_flash_shared.h', | |
| 60 'shared_impl/ppb_gamepad_shared.cc', | 58 'shared_impl/ppb_gamepad_shared.cc', |
| 61 'shared_impl/ppb_gamepad_shared.h', | 59 'shared_impl/ppb_gamepad_shared.h', |
| 62 'shared_impl/ppb_graphics_3d_shared.cc', | 60 'shared_impl/ppb_graphics_3d_shared.cc', |
| 63 'shared_impl/ppb_graphics_3d_shared.h', | 61 'shared_impl/ppb_graphics_3d_shared.h', |
| 64 'shared_impl/ppb_image_data_shared.cc', | 62 'shared_impl/ppb_image_data_shared.cc', |
| 65 'shared_impl/ppb_image_data_shared.h', | 63 'shared_impl/ppb_image_data_shared.h', |
| 66 'shared_impl/ppb_input_event_shared.cc', | 64 'shared_impl/ppb_input_event_shared.cc', |
| 67 'shared_impl/ppb_input_event_shared.h', | 65 'shared_impl/ppb_input_event_shared.h', |
| 68 'shared_impl/ppb_instance_shared.cc', | 66 'shared_impl/ppb_instance_shared.cc', |
| 69 'shared_impl/ppb_instance_shared.h', | 67 'shared_impl/ppb_instance_shared.h', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'thunk/ppb_tcp_socket_private_thunk.cc', | 307 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 310 'thunk/ppb_udp_socket_private_thunk.cc', | 308 'thunk/ppb_udp_socket_private_thunk.cc', |
| 311 'thunk/ppb_x509_certificate_private_thunk.cc', | 309 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 312 ], | 310 ], |
| 313 }], | 311 }], |
| 314 ], | 312 ], |
| 315 }], | 313 }], |
| 316 ], | 314 ], |
| 317 }, | 315 }, |
| 318 } | 316 } |
| OLD | NEW |