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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
67 'ppp.h', | 67 'ppp.h', |
68 'ppp_input_event.h', | 68 'ppp_input_event.h', |
69 'ppp_instance.h', | 69 'ppp_instance.h', |
70 'ppp_messaging.h', | 70 'ppp_messaging.h', |
71 'ppp_mouse_lock.h', | 71 'ppp_mouse_lock.h', |
72 'pp_point.h', | 72 'pp_point.h', |
73 'pp_rect.h', | 73 'pp_rect.h', |
74 'pp_resource.h', | 74 'pp_resource.h', |
75 'pp_size.h', | 75 'pp_size.h', |
76 'pp_stdint.h', | 76 'pp_stdint.h', |
77 'ppb_text_input_controller.h', | |
yzshen1
2013/07/24 16:49:16
alphabetically, please.
Seigo Nonaka
2013/07/25 04:36:55
Done.
| |
77 'pp_time.h', | 78 'pp_time.h', |
78 'pp_touch_point.h', | 79 'pp_touch_point.h', |
79 'pp_var.h', | 80 'pp_var.h', |
80 ], | 81 ], |
81 'DEST': 'include/ppapi/c', | 82 'DEST': 'include/ppapi/c', |
82 }, | 83 }, |
83 { | 84 { |
84 'FILES': [ | 85 'FILES': [ |
85 'deprecated_bool.h', | 86 'deprecated_bool.h', |
86 'ppb_audio_input_dev.h', | 87 'ppb_audio_input_dev.h', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
136 'ppb_ext_events_dev.h', | 137 'ppb_ext_events_dev.h', |
137 'ppb_ext_socket_dev.h', | 138 'ppb_ext_socket_dev.h', |
138 ], | 139 ], |
139 'DEST': 'include/ppapi/c/extensions/dev', | 140 'DEST': 'include/ppapi/c/extensions/dev', |
140 }, | 141 }, |
141 ], | 142 ], |
142 'DEST': 'src', | 143 'DEST': 'src', |
143 'NAME': 'ppapi', | 144 'NAME': 'ppapi', |
144 } | 145 } |
145 | 146 |
OLD | NEW |