| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'], | 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '../../../../ppapi/cpp', | 4 '../../../../ppapi/cpp', |
| 5 '../../../../ppapi/cpp/dev', | 5 '../../../../ppapi/cpp/dev', |
| 6 '../../../../ppapi/cpp/extensions', | 6 '../../../../ppapi/cpp/extensions', |
| 7 '../../../../ppapi/cpp/extensions/dev', | 7 '../../../../ppapi/cpp/extensions/dev', |
| 8 '../../../../ppapi/utility', | 8 '../../../../ppapi/utility', |
| 9 '../../../../ppapi/utility/graphics', | 9 '../../../../ppapi/utility/graphics', |
| 10 '../../../../ppapi/utility/threading', | 10 '../../../../ppapi/utility/threading', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 'file_system.cc', | 27 'file_system.cc', |
| 28 'fullscreen.cc', | 28 'fullscreen.cc', |
| 29 'graphics_2d.cc', | 29 'graphics_2d.cc', |
| 30 'graphics_3d.cc', | 30 'graphics_3d.cc', |
| 31 'graphics_3d_client.cc', | 31 'graphics_3d_client.cc', |
| 32 'host_resolver.cc', | 32 'host_resolver.cc', |
| 33 'image_data.cc', | 33 'image_data.cc', |
| 34 'input_event.cc', | 34 'input_event.cc', |
| 35 'instance.cc', | 35 'instance.cc', |
| 36 'instance_handle.cc', | 36 'instance_handle.cc', |
| 37 'media_codec_video_decoder.cc', |
| 37 'media_stream_audio_track.cc', | 38 'media_stream_audio_track.cc', |
| 38 'media_stream_video_track.cc', | 39 'media_stream_video_track.cc', |
| 39 'message_loop.cc', | 40 'message_loop.cc', |
| 40 'module.cc', | 41 'module.cc', |
| 41 'mouse_cursor.cc', | 42 'mouse_cursor.cc', |
| 42 'mouse_lock.cc', | 43 'mouse_lock.cc', |
| 43 'net_address.cc', | 44 'net_address.cc', |
| 44 'network_list.cc', | 45 'network_list.cc', |
| 45 'network_monitor.cc', | 46 'network_monitor.cc', |
| 46 'network_proxy.cc', | 47 'network_proxy.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'fullscreen.h', | 108 'fullscreen.h', |
| 108 'graphics_2d.h', | 109 'graphics_2d.h', |
| 109 'graphics_3d_client.h', | 110 'graphics_3d_client.h', |
| 110 'graphics_3d.h', | 111 'graphics_3d.h', |
| 111 'host_resolver.h', | 112 'host_resolver.h', |
| 112 'image_data.h', | 113 'image_data.h', |
| 113 'input_event.h', | 114 'input_event.h', |
| 114 'instance.h', | 115 'instance.h', |
| 115 'instance_handle.h', | 116 'instance_handle.h', |
| 116 'logging.h', | 117 'logging.h', |
| 118 'media_codec_video_decoder.h', |
| 117 'media_stream_audio_track.h', | 119 'media_stream_audio_track.h', |
| 118 'media_stream_video_track.h', | 120 'media_stream_video_track.h', |
| 119 'message_loop.h', | 121 'message_loop.h', |
| 120 'module_embedder.h', | 122 'module_embedder.h', |
| 121 'module.h', | 123 'module.h', |
| 122 'module_impl.h', | 124 'module_impl.h', |
| 123 'mouse_cursor.h', | 125 'mouse_cursor.h', |
| 124 'mouse_lock.h', | 126 'mouse_lock.h', |
| 125 'net_address.h', | 127 'net_address.h', |
| 126 'network_list.h', | 128 'network_list.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'lock.h', | 224 'lock.h', |
| 223 'simple_thread.h', | 225 'simple_thread.h', |
| 224 ], | 226 ], |
| 225 'DEST': 'include/ppapi/utility/threading', | 227 'DEST': 'include/ppapi/utility/threading', |
| 226 }, | 228 }, |
| 227 ], | 229 ], |
| 228 'DEST': 'src', | 230 'DEST': 'src', |
| 229 'NAME': 'ppapi_cpp', | 231 'NAME': 'ppapi_cpp', |
| 230 } | 232 } |
| 231 | 233 |
| OLD | NEW |