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 'variables': { | 6 'variables': { |
7 'c_source_files': [ | 7 'c_source_files': [ |
8 'c/pp_bool.h', | 8 'c/pp_bool.h', |
9 'c/pp_completion_callback.h', | 9 'c/pp_completion_callback.h', |
10 'c/pp_errors.h', | 10 'c/pp_errors.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'c/dev/ppb_char_set_dev.h', | 55 'c/dev/ppb_char_set_dev.h', |
56 'c/dev/ppb_console_dev.h', | 56 'c/dev/ppb_console_dev.h', |
57 'c/dev/ppb_cursor_control_dev.h', | 57 'c/dev/ppb_cursor_control_dev.h', |
58 'c/dev/ppb_directory_reader_dev.h', | 58 'c/dev/ppb_directory_reader_dev.h', |
59 'c/dev/ppb_file_chooser_dev.h', | 59 'c/dev/ppb_file_chooser_dev.h', |
60 'c/dev/ppb_find_dev.h', | 60 'c/dev/ppb_find_dev.h', |
61 'c/dev/ppb_font_dev.h', | 61 'c/dev/ppb_font_dev.h', |
62 'c/dev/ppb_fullscreen_dev.h', | 62 'c/dev/ppb_fullscreen_dev.h', |
63 'c/dev/ppb_ime_input_event_dev.h', | 63 'c/dev/ppb_ime_input_event_dev.h', |
64 'c/dev/ppb_memory_dev.h', | 64 'c/dev/ppb_memory_dev.h', |
| 65 'c/dev/ppb_message_loop_dev.h', |
65 'c/dev/ppb_scrollbar_dev.h', | 66 'c/dev/ppb_scrollbar_dev.h', |
66 'c/dev/ppb_testing_dev.h', | 67 'c/dev/ppb_testing_dev.h', |
67 'c/dev/ppb_url_util_dev.h', | 68 'c/dev/ppb_url_util_dev.h', |
68 'c/dev/ppb_var_array_buffer_dev.h', | 69 'c/dev/ppb_var_array_buffer_dev.h', |
69 'c/dev/ppb_video_decoder_dev.h', | 70 'c/dev/ppb_video_decoder_dev.h', |
70 'c/dev/ppb_websocket_dev.h', | 71 'c/dev/ppb_websocket_dev.h', |
71 'c/dev/ppb_widget_dev.h', | 72 'c/dev/ppb_widget_dev.h', |
72 'c/dev/ppb_zoom_dev.h', | 73 'c/dev/ppb_zoom_dev.h', |
73 'c/dev/ppp_cursor_control_dev.h', | 74 'c/dev/ppp_cursor_control_dev.h', |
74 'c/dev/ppp_find_dev.h', | 75 'c/dev/ppp_find_dev.h', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 'c/dev/ppb_transport_dev.h', | 389 'c/dev/ppb_transport_dev.h', |
389 ], | 390 ], |
390 'cpp_source_files': [ | 391 'cpp_source_files': [ |
391 'cpp/dev/transport_dev.cc', | 392 'cpp/dev/transport_dev.cc', |
392 'cpp/dev/transport_dev.h', | 393 'cpp/dev/transport_dev.h', |
393 ], | 394 ], |
394 }, | 395 }, |
395 }], | 396 }], |
396 ], | 397 ], |
397 } | 398 } |
OLD | NEW |