| 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 'includes': [ | 6 'includes': [ |
| 7 '../../../../../native_client/build/common.gypi', | 7 '../../../../../native_client/build/common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'plugin_ppb_audio_config.cc', | 53 'plugin_ppb_audio_config.cc', |
| 54 'plugin_ppb_buffer.cc', | 54 'plugin_ppb_buffer.cc', |
| 55 'plugin_ppb_core.cc', | 55 'plugin_ppb_core.cc', |
| 56 'plugin_ppb_cursor_control.cc', | 56 'plugin_ppb_cursor_control.cc', |
| 57 'plugin_ppb_file_io.cc', | 57 'plugin_ppb_file_io.cc', |
| 58 'plugin_ppb_file_system.cc', | 58 'plugin_ppb_file_system.cc', |
| 59 'plugin_ppb_file_ref.cc', | 59 'plugin_ppb_file_ref.cc', |
| 60 'plugin_ppb_find.cc', | 60 'plugin_ppb_find.cc', |
| 61 'plugin_ppb_font.cc', | 61 'plugin_ppb_font.cc', |
| 62 'plugin_ppb_fullscreen.cc', | 62 'plugin_ppb_fullscreen.cc', |
| 63 'plugin_ppb_gamepad.cc', |
| 63 'plugin_ppb_graphics_2d.cc', | 64 'plugin_ppb_graphics_2d.cc', |
| 64 'plugin_ppb_graphics_3d.cc', | 65 'plugin_ppb_graphics_3d.cc', |
| 65 'plugin_ppb_image_data.cc', | 66 'plugin_ppb_image_data.cc', |
| 66 'plugin_ppb_input_event.cc', | 67 'plugin_ppb_input_event.cc', |
| 67 'plugin_ppb_instance.cc', | 68 'plugin_ppb_instance.cc', |
| 68 'plugin_ppb_memory.cc', | 69 'plugin_ppb_memory.cc', |
| 69 'plugin_ppb_messaging.cc', | 70 'plugin_ppb_messaging.cc', |
| 70 'plugin_ppb_mouse_lock.cc', | 71 'plugin_ppb_mouse_lock.cc', |
| 71 'plugin_ppb_pdf.cc', | 72 'plugin_ppb_pdf.cc', |
| 72 'plugin_ppb_scrollbar.cc', | 73 'plugin_ppb_scrollbar.cc', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 102 'view_data.cc', | 103 'view_data.cc', |
| 103 # Autogenerated files | 104 # Autogenerated files |
| 104 'ppp_rpc_server.cc', | 105 'ppp_rpc_server.cc', |
| 105 'ppb_rpc_client.cc', | 106 'ppb_rpc_client.cc', |
| 106 'upcall_client.cc' | 107 'upcall_client.cc' |
| 107 ], | 108 ], |
| 108 }, | 109 }, |
| 109 }, | 110 }, |
| 110 ], | 111 ], |
| 111 } | 112 } |
| OLD | NEW |