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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
63 'c/dev/ppb_file_chooser_dev.h', | 63 'c/dev/ppb_file_chooser_dev.h', |
64 'c/dev/ppb_find_dev.h', | 64 'c/dev/ppb_find_dev.h', |
65 'c/dev/ppb_font_dev.h', | 65 'c/dev/ppb_font_dev.h', |
66 'c/dev/ppb_fullscreen_dev.h', | 66 'c/dev/ppb_fullscreen_dev.h', |
67 'c/dev/ppb_gamepad_dev.h', | 67 'c/dev/ppb_gamepad_dev.h', |
68 'c/dev/ppb_ime_input_event_dev.h', | 68 'c/dev/ppb_ime_input_event_dev.h', |
69 'c/dev/ppb_memory_dev.h', | 69 'c/dev/ppb_memory_dev.h', |
70 'c/dev/ppb_message_loop_dev.h', | 70 'c/dev/ppb_message_loop_dev.h', |
71 'c/dev/ppb_resource_array_dev.h', | 71 'c/dev/ppb_resource_array_dev.h', |
72 'c/dev/ppb_scrollbar_dev.h', | 72 'c/dev/ppb_scrollbar_dev.h', |
73 'c/dev/ppb_text_input_dev.h', | |
kochi
2012/03/07 08:43:02
nit: swap line 73 & 74 (sort)
kinaba
2012/03/07 09:24:03
Good catch. Done.
| |
73 'c/dev/ppb_testing_dev.h', | 74 'c/dev/ppb_testing_dev.h', |
74 'c/dev/ppb_url_util_dev.h', | 75 'c/dev/ppb_url_util_dev.h', |
75 'c/dev/ppb_video_decoder_dev.h', | 76 'c/dev/ppb_video_decoder_dev.h', |
76 'c/dev/ppb_widget_dev.h', | 77 'c/dev/ppb_widget_dev.h', |
77 'c/dev/ppb_zoom_dev.h', | 78 'c/dev/ppb_zoom_dev.h', |
78 'c/dev/ppp_cursor_control_dev.h', | 79 'c/dev/ppp_cursor_control_dev.h', |
79 'c/dev/ppp_find_dev.h', | 80 'c/dev/ppp_find_dev.h', |
80 'c/dev/ppp_network_state_dev.h', | 81 'c/dev/ppp_network_state_dev.h', |
81 'c/dev/ppp_scrollbar_dev.h', | 82 'c/dev/ppp_scrollbar_dev.h', |
82 'c/dev/ppp_selection_dev.h', | 83 'c/dev/ppp_selection_dev.h', |
83 'c/dev/ppb_text_input_dev.h', | 84 'c/dev/ppp_text_input_dev.h', |
84 'c/dev/ppp_video_decoder_dev.h', | 85 'c/dev/ppp_video_decoder_dev.h', |
85 'c/dev/ppp_widget_dev.h', | 86 'c/dev/ppp_widget_dev.h', |
86 'c/dev/ppp_zoom_dev.h', | 87 'c/dev/ppp_zoom_dev.h', |
87 | 88 |
88 # Private interfaces. | 89 # Private interfaces. |
89 'c/private/ppb_flash.h', | 90 'c/private/ppb_flash.h', |
90 'c/private/ppb_flash_clipboard.h', | 91 'c/private/ppb_flash_clipboard.h', |
91 'c/private/ppb_flash_file.h', | 92 'c/private/ppb_flash_file.h', |
92 'c/private/ppb_flash_fullscreen.h', | 93 'c/private/ppb_flash_fullscreen.h', |
93 'c/private/ppb_flash_menu.h', | 94 'c/private/ppb_flash_menu.h', |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
441 'c/dev/ppb_transport_dev.h', | 442 'c/dev/ppb_transport_dev.h', |
442 ], | 443 ], |
443 'cpp_source_files': [ | 444 'cpp_source_files': [ |
444 'cpp/dev/transport_dev.cc', | 445 'cpp/dev/transport_dev.cc', |
445 'cpp/dev/transport_dev.h', | 446 'cpp/dev/transport_dev.h', |
446 ], | 447 ], |
447 }, | 448 }, |
448 }], | 449 }], |
449 ], | 450 ], |
450 } | 451 } |
OLD | NEW |