OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'c/ppp_messaging.h', | 49 'c/ppp_messaging.h', |
50 'c/ppp_mouse_lock.h', | 50 'c/ppp_mouse_lock.h', |
51 | 51 |
52 # Dev interfaces. | 52 # Dev interfaces. |
53 'c/dev/pp_cursor_type_dev.h', | 53 'c/dev/pp_cursor_type_dev.h', |
54 'c/dev/pp_video_dev.h', | 54 'c/dev/pp_video_dev.h', |
55 'c/dev/ppb_buffer_dev.h', | 55 'c/dev/ppb_buffer_dev.h', |
56 'c/dev/ppb_char_set_dev.h', | 56 'c/dev/ppb_char_set_dev.h', |
57 'c/dev/ppb_console_dev.h', | 57 'c/dev/ppb_console_dev.h', |
58 'c/dev/ppb_cursor_control_dev.h', | 58 'c/dev/ppb_cursor_control_dev.h', |
| 59 'c/dev/ppb_device_ref_dev.h', |
59 'c/dev/ppb_directory_reader_dev.h', | 60 'c/dev/ppb_directory_reader_dev.h', |
60 'c/dev/ppb_file_chooser_dev.h', | 61 'c/dev/ppb_file_chooser_dev.h', |
61 'c/dev/ppb_find_dev.h', | 62 'c/dev/ppb_find_dev.h', |
62 'c/dev/ppb_font_dev.h', | 63 'c/dev/ppb_font_dev.h', |
63 'c/dev/ppb_fullscreen_dev.h', | 64 'c/dev/ppb_fullscreen_dev.h', |
64 'c/dev/ppb_gamepad_dev.h', | 65 'c/dev/ppb_gamepad_dev.h', |
65 'c/dev/ppb_ime_input_event_dev.h', | 66 'c/dev/ppb_ime_input_event_dev.h', |
66 'c/dev/ppb_memory_dev.h', | 67 'c/dev/ppb_memory_dev.h', |
67 'c/dev/ppb_resource_array_dev.h', | 68 'c/dev/ppb_resource_array_dev.h', |
68 'c/dev/ppb_scrollbar_dev.h', | 69 'c/dev/ppb_scrollbar_dev.h', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'cpp/var.cc', | 169 'cpp/var.cc', |
169 'cpp/var.h', | 170 'cpp/var.h', |
170 'cpp/view.cc', | 171 'cpp/view.cc', |
171 'cpp/view.h', | 172 'cpp/view.h', |
172 | 173 |
173 # Dev interfaces. | 174 # Dev interfaces. |
174 'cpp/dev/audio_input_dev.cc', | 175 'cpp/dev/audio_input_dev.cc', |
175 'cpp/dev/audio_input_dev.h', | 176 'cpp/dev/audio_input_dev.h', |
176 'cpp/dev/buffer_dev.cc', | 177 'cpp/dev/buffer_dev.cc', |
177 'cpp/dev/buffer_dev.h', | 178 'cpp/dev/buffer_dev.h', |
| 179 'cpp/dev/device_ref_dev.cc', |
| 180 'cpp/dev/device_ref_dev.h', |
178 'cpp/dev/directory_entry_dev.cc', | 181 'cpp/dev/directory_entry_dev.cc', |
179 'cpp/dev/directory_entry_dev.h', | 182 'cpp/dev/directory_entry_dev.h', |
180 'cpp/dev/directory_reader_dev.cc', | 183 'cpp/dev/directory_reader_dev.cc', |
181 'cpp/dev/directory_reader_dev.h', | 184 'cpp/dev/directory_reader_dev.h', |
182 'cpp/dev/file_chooser_dev.cc', | 185 'cpp/dev/file_chooser_dev.cc', |
183 'cpp/dev/file_chooser_dev.h', | 186 'cpp/dev/file_chooser_dev.h', |
184 'cpp/dev/find_dev.cc', | 187 'cpp/dev/find_dev.cc', |
185 'cpp/dev/find_dev.h', | 188 'cpp/dev/find_dev.h', |
186 'cpp/dev/font_dev.cc', | 189 'cpp/dev/font_dev.cc', |
187 'cpp/dev/font_dev.h', | 190 'cpp/dev/font_dev.h', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 'c/dev/ppb_transport_dev.h', | 408 'c/dev/ppb_transport_dev.h', |
406 ], | 409 ], |
407 'cpp_source_files': [ | 410 'cpp_source_files': [ |
408 'cpp/dev/transport_dev.cc', | 411 'cpp/dev/transport_dev.cc', |
409 'cpp/dev/transport_dev.h', | 412 'cpp/dev/transport_dev.h', |
410 ], | 413 ], |
411 }, | 414 }, |
412 }], | 415 }], |
413 ], | 416 ], |
414 } | 417 } |
OLD | NEW |