| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], | 2 'TOOLS': ['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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'video_decoder_dev.cc', | 83 'video_decoder_dev.cc', |
| 84 'cursor_control_dev.cc', | 84 'cursor_control_dev.cc', |
| 85 'device_ref_dev.cc', | 85 'device_ref_dev.cc', |
| 86 'printing_dev.cc', | 86 'printing_dev.cc', |
| 87 'scriptable_object_deprecated.cc', | 87 'scriptable_object_deprecated.cc', |
| 88 'audio_input_dev.cc', | 88 'audio_input_dev.cc', |
| 89 'scrollbar_dev.cc', | 89 'scrollbar_dev.cc', |
| 90 'string_wrapper_dev.cc', | 90 'string_wrapper_dev.cc', |
| 91 'graphics_2d_dev.cc', | 91 'graphics_2d_dev.cc', |
| 92 'widget_dev.cc', | 92 'widget_dev.cc', |
| 93 'var_resource_dev.cc', | |
| 94 | 93 |
| 95 # ppapi/cpp/extensions/dev | 94 # ppapi/cpp/extensions/dev |
| 96 'socket_dev.cc', | 95 'socket_dev.cc', |
| 97 | 96 |
| 98 # ppapi/utility/graphics | 97 # ppapi/utility/graphics |
| 99 'paint_aggregator.cc', | 98 'paint_aggregator.cc', |
| 100 'paint_manager.cc', | 99 'paint_manager.cc', |
| 101 | 100 |
| 102 # ppapi/utility/websocket | 101 # ppapi/utility/websocket |
| 103 'websocket_api.cc', | 102 'websocket_api.cc', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'printing_dev.h', | 185 'printing_dev.h', |
| 187 'scriptable_object_deprecated.h', | 186 'scriptable_object_deprecated.h', |
| 188 'scrollbar_dev.h', | 187 'scrollbar_dev.h', |
| 189 'selection_dev.h', | 188 'selection_dev.h', |
| 190 'string_wrapper_dev.h', | 189 'string_wrapper_dev.h', |
| 191 'struct_wrapper_output_traits_dev.h', | 190 'struct_wrapper_output_traits_dev.h', |
| 192 'text_input_dev.h', | 191 'text_input_dev.h', |
| 193 'to_c_type_converter_dev.h', | 192 'to_c_type_converter_dev.h', |
| 194 'truetype_font_dev.h', | 193 'truetype_font_dev.h', |
| 195 'url_util_dev.h', | 194 'url_util_dev.h', |
| 196 'var_resource_dev.h', | |
| 197 'video_capture_client_dev.h', | 195 'video_capture_client_dev.h', |
| 198 'video_capture_dev.h', | 196 'video_capture_dev.h', |
| 199 'video_decoder_client_dev.h', | 197 'video_decoder_client_dev.h', |
| 200 'video_decoder_dev.h', | 198 'video_decoder_dev.h', |
| 201 'view_dev.h', | 199 'view_dev.h', |
| 202 'widget_client_dev.h', | 200 'widget_client_dev.h', |
| 203 'widget_dev.h', | 201 'widget_dev.h', |
| 204 'zoom_dev.h', | 202 'zoom_dev.h', |
| 205 ], | 203 ], |
| 206 'DEST': 'include/ppapi/cpp/dev', | 204 'DEST': 'include/ppapi/cpp/dev', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'lock.h', | 251 'lock.h', |
| 254 'simple_thread.h', | 252 'simple_thread.h', |
| 255 ], | 253 ], |
| 256 'DEST': 'include/ppapi/utility/threading', | 254 'DEST': 'include/ppapi/utility/threading', |
| 257 }, | 255 }, |
| 258 ], | 256 ], |
| 259 'DEST': 'src', | 257 'DEST': 'src', |
| 260 'NAME': 'ppapi_cpp', | 258 'NAME': 'ppapi_cpp', |
| 261 } | 259 } |
| 262 | 260 |
| OLD | NEW |