OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', | 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', |
9 'type': 'none', | 9 'type': 'none', |
10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
(...skipping 25 matching lines...) Expand all Loading... |
36 'c/ppb_file_io.h', | 36 'c/ppb_file_io.h', |
37 'c/ppb_file_ref.h', | 37 'c/ppb_file_ref.h', |
38 'c/ppb_file_system.h', | 38 'c/ppb_file_system.h', |
39 'c/ppb_fullscreen.h', | 39 'c/ppb_fullscreen.h', |
40 'c/ppb_graphics_2d.h', | 40 'c/ppb_graphics_2d.h', |
41 'c/ppb_graphics_3d.h', | 41 'c/ppb_graphics_3d.h', |
42 'c/ppb_image_data.h', | 42 'c/ppb_image_data.h', |
43 'c/ppb_input_event.h', | 43 'c/ppb_input_event.h', |
44 'c/ppb_instance.h', | 44 'c/ppb_instance.h', |
45 'c/ppb_messaging.h', | 45 'c/ppb_messaging.h', |
| 46 'c/ppb_mouse_lock.h', |
46 'c/ppb_opengles2.h', | 47 'c/ppb_opengles2.h', |
47 'c/ppb_url_loader.h', | 48 'c/ppb_url_loader.h', |
48 'c/ppb_url_request_info.h', | 49 'c/ppb_url_request_info.h', |
49 'c/ppb_url_response_info.h', | 50 'c/ppb_url_response_info.h', |
50 'c/ppb_var.h', | 51 'c/ppb_var.h', |
51 'c/ppp.h', | 52 'c/ppp.h', |
52 'c/ppp_graphics_3d.h', | 53 'c/ppp_graphics_3d.h', |
53 'c/ppp_input_event.h', | 54 'c/ppp_input_event.h', |
54 'c/ppp_instance.h', | 55 'c/ppp_instance.h', |
55 'c/ppp_messaging.h', | 56 'c/ppp_messaging.h', |
| 57 'c/ppp_mouse_lock.h', |
56 | 58 |
57 # Dev interfaces. | 59 # Dev interfaces. |
58 'c/dev/pp_cursor_type_dev.h', | 60 'c/dev/pp_cursor_type_dev.h', |
59 'c/dev/pp_video_dev.h', | 61 'c/dev/pp_video_dev.h', |
60 'c/dev/ppb_buffer_dev.h', | 62 'c/dev/ppb_buffer_dev.h', |
61 'c/dev/ppb_char_set_dev.h', | 63 'c/dev/ppb_char_set_dev.h', |
62 'c/dev/ppb_context_3d_dev.h', | 64 'c/dev/ppb_context_3d_dev.h', |
63 'c/dev/ppb_context_3d_trusted_dev.h', | 65 'c/dev/ppb_context_3d_trusted_dev.h', |
64 'c/dev/ppb_console_dev.h', | 66 'c/dev/ppb_console_dev.h', |
65 'c/dev/ppb_cursor_control_dev.h', | 67 'c/dev/ppb_cursor_control_dev.h', |
66 'c/dev/ppb_directory_reader_dev.h', | 68 'c/dev/ppb_directory_reader_dev.h', |
67 'c/dev/ppb_file_chooser_dev.h', | 69 'c/dev/ppb_file_chooser_dev.h', |
68 'c/dev/ppb_find_dev.h', | 70 'c/dev/ppb_find_dev.h', |
69 'c/dev/ppb_font_dev.h', | 71 'c/dev/ppb_font_dev.h', |
70 'c/dev/ppb_fullscreen_dev.h', | 72 'c/dev/ppb_fullscreen_dev.h', |
71 'c/dev/ppb_ime_input_event_dev.h', | 73 'c/dev/ppb_ime_input_event_dev.h', |
72 'c/dev/ppb_memory_dev.h', | 74 'c/dev/ppb_memory_dev.h', |
73 'c/dev/ppb_mouse_lock_dev.h', | |
74 'c/dev/ppb_query_policy_dev.h', | 75 'c/dev/ppb_query_policy_dev.h', |
75 'c/dev/ppb_scrollbar_dev.h', | 76 'c/dev/ppb_scrollbar_dev.h', |
76 'c/dev/ppb_surface_3d_dev.h', | 77 'c/dev/ppb_surface_3d_dev.h', |
77 'c/dev/ppb_testing_dev.h', | 78 'c/dev/ppb_testing_dev.h', |
78 'c/dev/ppb_url_util_dev.h', | 79 'c/dev/ppb_url_util_dev.h', |
79 'c/dev/ppb_video_decoder_dev.h', | 80 'c/dev/ppb_video_decoder_dev.h', |
80 'c/dev/ppb_widget_dev.h', | 81 'c/dev/ppb_widget_dev.h', |
81 'c/dev/ppb_zoom_dev.h', | 82 'c/dev/ppb_zoom_dev.h', |
82 'c/dev/ppp_cursor_control_dev.h', | 83 'c/dev/ppp_cursor_control_dev.h', |
83 'c/dev/ppp_find_dev.h', | 84 'c/dev/ppp_find_dev.h', |
84 'c/dev/ppp_mouse_lock_dev.h', | |
85 'c/dev/ppp_network_state_dev.h', | 85 'c/dev/ppp_network_state_dev.h', |
86 'c/dev/ppp_policy_update_dev.h', | 86 'c/dev/ppp_policy_update_dev.h', |
87 'c/dev/ppp_printing_dev.h', | 87 'c/dev/ppp_printing_dev.h', |
88 'c/dev/ppp_scrollbar_dev.h', | 88 'c/dev/ppp_scrollbar_dev.h', |
89 'c/dev/ppp_selection_dev.h', | 89 'c/dev/ppp_selection_dev.h', |
90 'c/dev/ppb_text_input_dev.h', | 90 'c/dev/ppb_text_input_dev.h', |
91 'c/dev/ppp_video_decoder_dev.h', | 91 'c/dev/ppp_video_decoder_dev.h', |
92 'c/dev/ppp_widget_dev.h', | 92 'c/dev/ppp_widget_dev.h', |
93 'c/dev/ppp_zoom_dev.h', | 93 'c/dev/ppp_zoom_dev.h', |
94 | 94 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'cpp/image_data.cc', | 167 'cpp/image_data.cc', |
168 'cpp/image_data.h', | 168 'cpp/image_data.h', |
169 'cpp/input_event.cc', | 169 'cpp/input_event.cc', |
170 'cpp/input_event.h', | 170 'cpp/input_event.h', |
171 'cpp/instance.cc', | 171 'cpp/instance.cc', |
172 'cpp/instance.h', | 172 'cpp/instance.h', |
173 'cpp/logging.h', | 173 'cpp/logging.h', |
174 'cpp/module.cc', | 174 'cpp/module.cc', |
175 'cpp/module.h', | 175 'cpp/module.h', |
176 'cpp/module_impl.h', | 176 'cpp/module_impl.h', |
| 177 'cpp/mouse_lock.cc', |
| 178 'cpp/mouse_lock.h', |
177 'cpp/non_thread_safe_ref_count.h', | 179 'cpp/non_thread_safe_ref_count.h', |
178 'cpp/paint_aggregator.cc', | 180 'cpp/paint_aggregator.cc', |
179 'cpp/paint_aggregator.h', | 181 'cpp/paint_aggregator.h', |
180 'cpp/paint_manager.cc', | 182 'cpp/paint_manager.cc', |
181 'cpp/paint_manager.h', | 183 'cpp/paint_manager.h', |
182 'cpp/point.h', | 184 'cpp/point.h', |
183 'cpp/rect.cc', | 185 'cpp/rect.cc', |
184 'cpp/rect.h', | 186 'cpp/rect.h', |
185 'cpp/resource.cc', | 187 'cpp/resource.cc', |
186 'cpp/resource.h', | 188 'cpp/resource.h', |
(...skipping 21 matching lines...) Expand all Loading... |
208 'cpp/dev/find_dev.cc', | 210 'cpp/dev/find_dev.cc', |
209 'cpp/dev/find_dev.h', | 211 'cpp/dev/find_dev.h', |
210 'cpp/dev/font_dev.cc', | 212 'cpp/dev/font_dev.cc', |
211 'cpp/dev/font_dev.h', | 213 'cpp/dev/font_dev.h', |
212 'cpp/dev/fullscreen_dev.cc', | 214 'cpp/dev/fullscreen_dev.cc', |
213 'cpp/dev/fullscreen_dev.h', | 215 'cpp/dev/fullscreen_dev.h', |
214 'cpp/dev/ime_input_event_dev.cc', | 216 'cpp/dev/ime_input_event_dev.cc', |
215 'cpp/dev/ime_input_event_dev.h', | 217 'cpp/dev/ime_input_event_dev.h', |
216 'cpp/dev/memory_dev.cc', | 218 'cpp/dev/memory_dev.cc', |
217 'cpp/dev/memory_dev.h', | 219 'cpp/dev/memory_dev.h', |
218 'cpp/dev/mouse_lock_dev.cc', | |
219 'cpp/dev/mouse_lock_dev.h', | |
220 'cpp/dev/printing_dev.cc', | 220 'cpp/dev/printing_dev.cc', |
221 'cpp/dev/printing_dev.h', | 221 'cpp/dev/printing_dev.h', |
222 'cpp/dev/scrollbar_dev.cc', | 222 'cpp/dev/scrollbar_dev.cc', |
223 'cpp/dev/scrollbar_dev.h', | 223 'cpp/dev/scrollbar_dev.h', |
224 'cpp/dev/selection_dev.cc', | 224 'cpp/dev/selection_dev.cc', |
225 'cpp/dev/selection_dev.h', | 225 'cpp/dev/selection_dev.h', |
226 'cpp/dev/surface_3d_dev.cc', | 226 'cpp/dev/surface_3d_dev.cc', |
227 'cpp/dev/surface_3d_dev.h', | 227 'cpp/dev/surface_3d_dev.h', |
228 'cpp/dev/text_input_dev.cc', | 228 'cpp/dev/text_input_dev.cc', |
229 'cpp/dev/text_input_dev.h', | 229 'cpp/dev/text_input_dev.h', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 }], | 304 }], |
305 ['OS=="mac"', { | 305 ['OS=="mac"', { |
306 'xcode_settings': { | 306 'xcode_settings': { |
307 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 307 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
308 }, | 308 }, |
309 }] | 309 }] |
310 ], | 310 ], |
311 }, | 311 }, |
312 ], | 312 ], |
313 } | 313 } |
OLD | NEW |