| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'], | 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '../../../../ppapi/cpp', | 4 '../../../../ppapi/cpp', |
| 5 '../../../../ppapi/cpp/dev', | 5 '../../../../ppapi/cpp/dev', |
| 6 '../../../../ppapi/utility', | 6 '../../../../ppapi/utility', |
| 7 '../../../../ppapi/utility/graphics', | 7 '../../../../ppapi/utility/graphics', |
| 8 '../../../../ppapi/utility/threading', | 8 '../../../../ppapi/utility/threading', |
| 9 '../../../../ppapi/utility/websocket', | 9 '../../../../ppapi/utility/websocket', |
| 10 ], | 10 ], |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'graphics_3d_client.h', | 107 'graphics_3d_client.h', |
| 108 'graphics_3d.h', | 108 'graphics_3d.h', |
| 109 'host_resolver.h', | 109 'host_resolver.h', |
| 110 'image_data.h', | 110 'image_data.h', |
| 111 'input_event.h', | 111 'input_event.h', |
| 112 'instance.h', | 112 'instance.h', |
| 113 'instance_handle.h', | 113 'instance_handle.h', |
| 114 'logging.h', | 114 'logging.h', |
| 115 'media_stream_audio_track.h', | 115 'media_stream_audio_track.h', |
| 116 'media_stream_video_track.h', | 116 'media_stream_video_track.h', |
| 117 'message_handler.h', |
| 117 'message_loop.h', | 118 'message_loop.h', |
| 118 'module_embedder.h', | 119 'module_embedder.h', |
| 119 'module.h', | 120 'module.h', |
| 120 'module_impl.h', | 121 'module_impl.h', |
| 121 'mouse_cursor.h', | 122 'mouse_cursor.h', |
| 122 'mouse_lock.h', | 123 'mouse_lock.h', |
| 123 'net_address.h', | 124 'net_address.h', |
| 124 'network_list.h', | 125 'network_list.h', |
| 125 'network_monitor.h', | 126 'network_monitor.h', |
| 126 'network_proxy.h', | 127 'network_proxy.h', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'lock.h', | 199 'lock.h', |
| 199 'simple_thread.h', | 200 'simple_thread.h', |
| 200 ], | 201 ], |
| 201 'DEST': 'include/ppapi/utility/threading', | 202 'DEST': 'include/ppapi/utility/threading', |
| 202 }, | 203 }, |
| 203 ], | 204 ], |
| 204 'DEST': 'src', | 205 'DEST': 'src', |
| 205 'NAME': 'ppapi_cpp', | 206 'NAME': 'ppapi_cpp', |
| 206 } | 207 } |
| 207 | 208 |
| OLD | NEW |