| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['win', 'linux', 'mac'], | 2 'TOOLS': ['win', 'linux', 'mac'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '.', | 4 '.', |
| 5 '../../../../ppapi/c', | 5 '../../../../ppapi/c', |
| 6 '../../../../ppapi/c/dev', | 6 '../../../../ppapi/c/dev', |
| 7 '../../../../ppapi/c/extensions/dev', | 7 '../../../../ppapi/c/extensions/dev', |
| 8 ], | 8 ], |
| 9 'TARGETS': [ | 9 'TARGETS': [ |
| 10 { | 10 { |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'pp_file_info.h', | 70 'pp_file_info.h', |
| 71 'pp_graphics_3d.h', | 71 'pp_graphics_3d.h', |
| 72 'pp_input_event.h', | 72 'pp_input_event.h', |
| 73 'pp_instance.h', | 73 'pp_instance.h', |
| 74 'pp_macros.h', | 74 'pp_macros.h', |
| 75 'pp_module.h', | 75 'pp_module.h', |
| 76 'ppp_graphics_3d.h', | 76 'ppp_graphics_3d.h', |
| 77 'ppp.h', | 77 'ppp.h', |
| 78 'ppp_input_event.h', | 78 'ppp_input_event.h', |
| 79 'ppp_instance.h', | 79 'ppp_instance.h', |
| 80 'ppp_message_handler.h', |
| 80 'ppp_messaging.h', | 81 'ppp_messaging.h', |
| 81 'ppp_mouse_lock.h', | 82 'ppp_mouse_lock.h', |
| 82 'pp_point.h', | 83 'pp_point.h', |
| 83 'pp_rect.h', | 84 'pp_rect.h', |
| 84 'pp_resource.h', | 85 'pp_resource.h', |
| 85 'pp_size.h', | 86 'pp_size.h', |
| 86 'pp_stdint.h', | 87 'pp_stdint.h', |
| 87 'pp_time.h', | 88 'pp_time.h', |
| 88 'pp_touch_point.h', | 89 'pp_touch_point.h', |
| 89 'pp_var.h', | 90 'pp_var.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 116 'ppp_text_input_dev.h', | 117 'ppp_text_input_dev.h', |
| 117 'ppp_zoom_dev.h', | 118 'ppp_zoom_dev.h', |
| 118 ], | 119 ], |
| 119 'DEST': 'include/ppapi/c/dev', | 120 'DEST': 'include/ppapi/c/dev', |
| 120 }, | 121 }, |
| 121 ], | 122 ], |
| 122 'DEST': 'src', | 123 'DEST': 'src', |
| 123 'NAME': 'ppapi', | 124 'NAME': 'ppapi', |
| 124 } | 125 } |
| 125 | 126 |
| OLD | NEW |