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_array_output.h', | 8 'c/pp_array_output.h', |
9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
11 'c/pp_errors.h', | 11 'c/pp_errors.h', |
12 'c/pp_file_info.h', | 12 'c/pp_file_info.h', |
13 'c/pp_graphics_3d.h', | 13 'c/pp_graphics_3d.h', |
14 'c/pp_input_event.h', | 14 'c/pp_input_event.h', |
15 'c/pp_instance.h', | 15 'c/pp_instance.h', |
16 'c/pp_macros.h', | 16 'c/pp_macros.h', |
17 'c/pp_module.h', | 17 'c/pp_module.h', |
18 'c/pp_point.h', | 18 'c/pp_point.h', |
19 'c/pp_rect.h', | 19 'c/pp_rect.h', |
20 'c/pp_resource.h', | 20 'c/pp_resource.h', |
21 'c/pp_size.h', | 21 'c/pp_size.h', |
22 'c/pp_stdint.h', | 22 'c/pp_stdint.h', |
23 'c/pp_time.h', | 23 'c/pp_time.h', |
24 'c/pp_touch_point.h', | 24 'c/pp_touch_point.h', |
25 'c/pp_var.h', | 25 'c/pp_var.h', |
26 'c/ppb.h', | 26 'c/ppb.h', |
27 'c/ppb_audio.h', | 27 'c/ppb_audio.h', |
28 'c/ppb_audio_config.h', | 28 'c/ppb_audio_config.h', |
29 'c/ppb_audio_frame.h', | |
29 'c/ppb_console.h', | 30 'c/ppb_console.h', |
30 'c/ppb_core.h', | 31 'c/ppb_core.h', |
31 'c/ppb_file_io.h', | 32 'c/ppb_file_io.h', |
32 'c/ppb_file_ref.h', | 33 'c/ppb_file_ref.h', |
33 'c/ppb_file_system.h', | 34 'c/ppb_file_system.h', |
34 'c/ppb_fullscreen.h', | 35 'c/ppb_fullscreen.h', |
35 'c/ppb_gamepad.h', | 36 'c/ppb_gamepad.h', |
36 'c/ppb_graphics_2d.h', | 37 'c/ppb_graphics_2d.h', |
37 'c/ppb_graphics_3d.h', | 38 'c/ppb_graphics_3d.h', |
38 'c/ppb_host_resolver.h', | 39 'c/ppb_host_resolver.h', |
39 'c/ppb_image_data.h', | 40 'c/ppb_image_data.h', |
40 'c/ppb_input_event.h', | 41 'c/ppb_input_event.h', |
41 'c/ppb_instance.h', | 42 'c/ppb_instance.h', |
43 'c/ppb_media_stream_audio_track.h', | |
44 'c/ppb_media_stream_video_track.h', | |
42 'c/ppb_message_loop.h', | 45 'c/ppb_message_loop.h', |
43 'c/ppb_messaging.h', | 46 'c/ppb_messaging.h', |
44 'c/ppb_mouse_cursor.h', | 47 'c/ppb_mouse_cursor.h', |
45 'c/ppb_mouse_lock.h', | 48 'c/ppb_mouse_lock.h', |
46 'c/ppb_net_address.h', | 49 'c/ppb_net_address.h', |
47 'c/ppb_network_list.h', | 50 'c/ppb_network_list.h', |
48 'c/ppb_network_monitor.h', | 51 'c/ppb_network_monitor.h', |
49 'c/ppb_network_proxy.h', | 52 'c/ppb_network_proxy.h', |
50 'c/ppb_opengles2.h', | 53 'c/ppb_opengles2.h', |
51 'c/ppb_tcp_socket.h', | 54 'c/ppb_tcp_socket.h', |
52 'c/ppb_text_input_controller.h', | 55 'c/ppb_text_input_controller.h', |
53 'c/ppb_udp_socket.h', | 56 'c/ppb_udp_socket.h', |
54 'c/ppb_url_loader.h', | 57 'c/ppb_url_loader.h', |
55 'c/ppb_url_request_info.h', | 58 'c/ppb_url_request_info.h', |
56 'c/ppb_url_response_info.h', | 59 'c/ppb_url_response_info.h', |
57 'c/ppb_var.h', | 60 'c/ppb_var.h', |
58 'c/ppb_var_array.h', | 61 'c/ppb_var_array.h', |
59 'c/ppb_var_array_buffer.h', | 62 'c/ppb_var_array_buffer.h', |
60 'c/ppb_var_dictionary.h', | 63 'c/ppb_var_dictionary.h', |
64 'c/ppb_video_frame.h', | |
bbudge
2014/01/09 19:03:22
Did you mean to add this file with this change?
Peng
2014/01/09 19:47:48
Yeah. I forgot it in video API cl. Probably it is
| |
61 'c/ppb_view.h', | 65 'c/ppb_view.h', |
62 'c/ppb_websocket.h', | 66 'c/ppb_websocket.h', |
63 'c/ppp.h', | 67 'c/ppp.h', |
64 'c/ppp_graphics_3d.h', | 68 'c/ppp_graphics_3d.h', |
65 'c/ppp_input_event.h', | 69 'c/ppp_input_event.h', |
66 'c/ppp_instance.h', | 70 'c/ppp_instance.h', |
67 'c/ppp_messaging.h', | 71 'c/ppp_messaging.h', |
68 'c/ppp_mouse_lock.h', | 72 'c/ppp_mouse_lock.h', |
69 | 73 |
70 # Dev interfaces. | 74 # Dev interfaces. |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
575 'tests/test_x509_certificate_private.h', | 579 'tests/test_x509_certificate_private.h', |
576 | 580 |
577 # Deprecated test cases. | 581 # Deprecated test cases. |
578 'tests/test_instance_deprecated.cc', | 582 'tests/test_instance_deprecated.cc', |
579 'tests/test_instance_deprecated.h', | 583 'tests/test_instance_deprecated.h', |
580 'tests/test_var_deprecated.cc', | 584 'tests/test_var_deprecated.cc', |
581 'tests/test_var_deprecated.h', | 585 'tests/test_var_deprecated.h', |
582 ], | 586 ], |
583 }, | 587 }, |
584 } | 588 } |
OLD | NEW |