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', | 8 'target_name': 'ppapi_c', |
9 'type': 'none', | 9 'type': 'none', |
10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'c/dev/ppb_file_chooser_dev.h', | 69 'c/dev/ppb_file_chooser_dev.h', |
70 'c/dev/ppb_find_dev.h', | 70 'c/dev/ppb_find_dev.h', |
71 'c/dev/ppb_font_dev.h', | 71 'c/dev/ppb_font_dev.h', |
72 'c/dev/ppb_fullscreen_dev.h', | 72 'c/dev/ppb_fullscreen_dev.h', |
73 'c/dev/ppb_ime_input_event_dev.h', | 73 'c/dev/ppb_ime_input_event_dev.h', |
74 'c/dev/ppb_memory_dev.h', | 74 'c/dev/ppb_memory_dev.h', |
75 'c/dev/ppb_scrollbar_dev.h', | 75 'c/dev/ppb_scrollbar_dev.h', |
76 'c/dev/ppb_surface_3d_dev.h', | 76 'c/dev/ppb_surface_3d_dev.h', |
77 'c/dev/ppb_testing_dev.h', | 77 'c/dev/ppb_testing_dev.h', |
78 'c/dev/ppb_url_util_dev.h', | 78 'c/dev/ppb_url_util_dev.h', |
| 79 'c/dev/ppb_var_array_buffer_dev.h', |
79 'c/dev/ppb_video_decoder_dev.h', | 80 'c/dev/ppb_video_decoder_dev.h', |
80 'c/dev/ppb_websocket_dev.h', | 81 'c/dev/ppb_websocket_dev.h', |
81 'c/dev/ppb_widget_dev.h', | 82 'c/dev/ppb_widget_dev.h', |
82 'c/dev/ppb_zoom_dev.h', | 83 'c/dev/ppb_zoom_dev.h', |
83 'c/dev/ppp_cursor_control_dev.h', | 84 'c/dev/ppp_cursor_control_dev.h', |
84 'c/dev/ppp_find_dev.h', | 85 'c/dev/ppp_find_dev.h', |
85 'c/dev/ppp_network_state_dev.h', | 86 'c/dev/ppp_network_state_dev.h', |
86 'c/dev/ppp_scrollbar_dev.h', | 87 'c/dev/ppp_scrollbar_dev.h', |
87 'c/dev/ppp_selection_dev.h', | 88 'c/dev/ppp_selection_dev.h', |
88 'c/dev/ppb_text_input_dev.h', | 89 'c/dev/ppb_text_input_dev.h', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'cpp/dev/scrollbar_dev.cc', | 226 'cpp/dev/scrollbar_dev.cc', |
226 'cpp/dev/scrollbar_dev.h', | 227 'cpp/dev/scrollbar_dev.h', |
227 'cpp/dev/selection_dev.cc', | 228 'cpp/dev/selection_dev.cc', |
228 'cpp/dev/selection_dev.h', | 229 'cpp/dev/selection_dev.h', |
229 'cpp/dev/surface_3d_dev.cc', | 230 'cpp/dev/surface_3d_dev.cc', |
230 'cpp/dev/surface_3d_dev.h', | 231 'cpp/dev/surface_3d_dev.h', |
231 'cpp/dev/text_input_dev.cc', | 232 'cpp/dev/text_input_dev.cc', |
232 'cpp/dev/text_input_dev.h', | 233 'cpp/dev/text_input_dev.h', |
233 'cpp/dev/url_util_dev.cc', | 234 'cpp/dev/url_util_dev.cc', |
234 'cpp/dev/url_util_dev.h', | 235 'cpp/dev/url_util_dev.h', |
| 236 'cpp/dev/var_array_buffer_dev.h', |
| 237 'cpp/dev/var_array_buffer_dev.cc', |
235 'cpp/dev/video_capture_client_dev.cc', | 238 'cpp/dev/video_capture_client_dev.cc', |
236 'cpp/dev/video_capture_client_dev.h', | 239 'cpp/dev/video_capture_client_dev.h', |
237 'cpp/dev/video_capture_dev.cc', | 240 'cpp/dev/video_capture_dev.cc', |
238 'cpp/dev/video_capture_dev.h', | 241 'cpp/dev/video_capture_dev.h', |
239 'cpp/dev/video_decoder_client_dev.cc', | 242 'cpp/dev/video_decoder_client_dev.cc', |
240 'cpp/dev/video_decoder_client_dev.h', | 243 'cpp/dev/video_decoder_client_dev.h', |
241 'cpp/dev/video_decoder_dev.cc', | 244 'cpp/dev/video_decoder_dev.cc', |
242 'cpp/dev/video_decoder_dev.h', | 245 'cpp/dev/video_decoder_dev.h', |
243 'cpp/dev/widget_client_dev.cc', | 246 'cpp/dev/widget_client_dev.cc', |
244 'cpp/dev/widget_client_dev.h', | 247 'cpp/dev/widget_client_dev.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 ], | 462 ], |
460 }, | 463 }, |
461 'dependencies': [ | 464 'dependencies': [ |
462 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 465 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
463 ], | 466 ], |
464 }, | 467 }, |
465 ], | 468 ], |
466 }], | 469 }], |
467 ], | 470 ], |
468 } | 471 } |
OLD | NEW |