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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'pp_file_info.h', | 68 'pp_file_info.h', |
69 'pp_graphics_3d.h', | 69 'pp_graphics_3d.h', |
70 'pp_input_event.h', | 70 'pp_input_event.h', |
71 'pp_instance.h', | 71 'pp_instance.h', |
72 'pp_macros.h', | 72 'pp_macros.h', |
73 'pp_module.h', | 73 'pp_module.h', |
74 'ppp_graphics_3d.h', | 74 'ppp_graphics_3d.h', |
75 'ppp.h', | 75 'ppp.h', |
76 'ppp_input_event.h', | 76 'ppp_input_event.h', |
77 'ppp_instance.h', | 77 'ppp_instance.h', |
| 78 'ppp_message_handler.h', |
78 'ppp_messaging.h', | 79 'ppp_messaging.h', |
79 'ppp_mouse_lock.h', | 80 'ppp_mouse_lock.h', |
80 'pp_point.h', | 81 'pp_point.h', |
81 'pp_rect.h', | 82 'pp_rect.h', |
82 'pp_resource.h', | 83 'pp_resource.h', |
83 'pp_size.h', | 84 'pp_size.h', |
84 'pp_stdint.h', | 85 'pp_stdint.h', |
85 'pp_time.h', | 86 'pp_time.h', |
86 'pp_touch_point.h', | 87 'pp_touch_point.h', |
87 'pp_var.h', | 88 'pp_var.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'FILES': [ | 121 'FILES': [ |
121 'ppb_ext_socket_dev.h', | 122 'ppb_ext_socket_dev.h', |
122 ], | 123 ], |
123 'DEST': 'include/ppapi/c/extensions/dev', | 124 'DEST': 'include/ppapi/c/extensions/dev', |
124 }, | 125 }, |
125 ], | 126 ], |
126 'DEST': 'src', | 127 'DEST': 'src', |
127 'NAME': 'ppapi', | 128 'NAME': 'ppapi', |
128 } | 129 } |
129 | 130 |
OLD | NEW |