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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_directory_reader_dev.h', | 59 'c/dev/ppb_directory_reader_dev.h', |
60 'c/dev/ppb_file_chooser_dev.h', | 60 'c/dev/ppb_file_chooser_dev.h', |
61 'c/dev/ppb_find_dev.h', | 61 'c/dev/ppb_find_dev.h', |
62 'c/dev/ppb_font_dev.h', | 62 'c/dev/ppb_font_dev.h', |
63 'c/dev/ppb_fullscreen_dev.h', | 63 'c/dev/ppb_fullscreen_dev.h', |
64 'c/dev/ppb_ime_input_event_dev.h', | 64 'c/dev/ppb_ime_input_event_dev.h', |
65 'c/dev/ppb_memory_dev.h', | 65 'c/dev/ppb_memory_dev.h', |
| 66 'c/dev/ppb_resource_array_dev.h', |
66 'c/dev/ppb_scrollbar_dev.h', | 67 'c/dev/ppb_scrollbar_dev.h', |
67 'c/dev/ppb_testing_dev.h', | 68 'c/dev/ppb_testing_dev.h', |
68 'c/dev/ppb_url_util_dev.h', | 69 'c/dev/ppb_url_util_dev.h', |
69 'c/dev/ppb_var_array_buffer_dev.h', | 70 'c/dev/ppb_var_array_buffer_dev.h', |
70 'c/dev/ppb_video_decoder_dev.h', | 71 'c/dev/ppb_video_decoder_dev.h', |
71 'c/dev/ppb_websocket_dev.h', | 72 'c/dev/ppb_websocket_dev.h', |
72 'c/dev/ppb_widget_dev.h', | 73 'c/dev/ppb_widget_dev.h', |
73 'c/dev/ppb_zoom_dev.h', | 74 'c/dev/ppb_zoom_dev.h', |
74 'c/dev/ppp_cursor_control_dev.h', | 75 'c/dev/ppp_cursor_control_dev.h', |
75 'c/dev/ppp_find_dev.h', | 76 'c/dev/ppp_find_dev.h', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'cpp/dev/font_dev.cc', | 190 'cpp/dev/font_dev.cc', |
190 'cpp/dev/font_dev.h', | 191 'cpp/dev/font_dev.h', |
191 'cpp/dev/fullscreen_dev.cc', | 192 'cpp/dev/fullscreen_dev.cc', |
192 'cpp/dev/fullscreen_dev.h', | 193 'cpp/dev/fullscreen_dev.h', |
193 'cpp/dev/ime_input_event_dev.cc', | 194 'cpp/dev/ime_input_event_dev.cc', |
194 'cpp/dev/ime_input_event_dev.h', | 195 'cpp/dev/ime_input_event_dev.h', |
195 'cpp/dev/memory_dev.cc', | 196 'cpp/dev/memory_dev.cc', |
196 'cpp/dev/memory_dev.h', | 197 'cpp/dev/memory_dev.h', |
197 'cpp/dev/printing_dev.cc', | 198 'cpp/dev/printing_dev.cc', |
198 'cpp/dev/printing_dev.h', | 199 'cpp/dev/printing_dev.h', |
| 200 'cpp/dev/resource_array_dev.cc', |
| 201 'cpp/dev/resource_array_dev.h', |
199 'cpp/dev/scrollbar_dev.cc', | 202 'cpp/dev/scrollbar_dev.cc', |
200 'cpp/dev/scrollbar_dev.h', | 203 'cpp/dev/scrollbar_dev.h', |
201 'cpp/dev/selection_dev.cc', | 204 'cpp/dev/selection_dev.cc', |
202 'cpp/dev/selection_dev.h', | 205 'cpp/dev/selection_dev.h', |
203 'cpp/dev/text_input_dev.cc', | 206 'cpp/dev/text_input_dev.cc', |
204 'cpp/dev/text_input_dev.h', | 207 'cpp/dev/text_input_dev.h', |
205 'cpp/dev/url_util_dev.cc', | 208 'cpp/dev/url_util_dev.cc', |
206 'cpp/dev/url_util_dev.h', | 209 'cpp/dev/url_util_dev.h', |
207 'cpp/dev/var_array_buffer_dev.cc', | 210 'cpp/dev/var_array_buffer_dev.cc', |
208 'cpp/dev/var_array_buffer_dev.h', | 211 'cpp/dev/var_array_buffer_dev.h', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 'tests/test_input_event.cc', | 353 'tests/test_input_event.cc', |
351 'tests/test_input_event.h', | 354 'tests/test_input_event.h', |
352 'tests/test_memory.cc', | 355 'tests/test_memory.cc', |
353 'tests/test_memory.h', | 356 'tests/test_memory.h', |
354 'tests/test_net_address_private.cc', | 357 'tests/test_net_address_private.cc', |
355 'tests/test_net_address_private.h', | 358 'tests/test_net_address_private.h', |
356 'tests/test_paint_aggregator.cc', | 359 'tests/test_paint_aggregator.cc', |
357 'tests/test_paint_aggregator.h', | 360 'tests/test_paint_aggregator.h', |
358 'tests/test_post_message.cc', | 361 'tests/test_post_message.cc', |
359 'tests/test_post_message.h', | 362 'tests/test_post_message.h', |
| 363 'tests/test_resource_array.cc', |
| 364 'tests/test_resource_array.h', |
360 'tests/test_scrollbar.cc', | 365 'tests/test_scrollbar.cc', |
361 'tests/test_scrollbar.h', | 366 'tests/test_scrollbar.h', |
362 'tests/test_struct_sizes.c', | 367 'tests/test_struct_sizes.c', |
363 'tests/test_tcp_socket_private.cc', | 368 'tests/test_tcp_socket_private.cc', |
364 'tests/test_tcp_socket_private.h', | 369 'tests/test_tcp_socket_private.h', |
365 'tests/test_uma.cc', | 370 'tests/test_uma.cc', |
366 'tests/test_uma.h', | 371 'tests/test_uma.h', |
367 'tests/test_url_loader.cc', | 372 'tests/test_url_loader.cc', |
368 'tests/test_url_loader.h', | 373 'tests/test_url_loader.h', |
369 'tests/test_url_util.cc', | 374 'tests/test_url_util.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
391 'c/dev/ppb_transport_dev.h', | 396 'c/dev/ppb_transport_dev.h', |
392 ], | 397 ], |
393 'cpp_source_files': [ | 398 'cpp_source_files': [ |
394 'cpp/dev/transport_dev.cc', | 399 'cpp/dev/transport_dev.cc', |
395 'cpp/dev/transport_dev.h', | 400 'cpp/dev/transport_dev.h', |
396 ], | 401 ], |
397 }, | 402 }, |
398 }], | 403 }], |
399 ], | 404 ], |
400 } | 405 } |
OLD | NEW |