File: BUILD.gn

package info (click to toggle)
chromium 139.0.7258.127-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,122,068 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (150 lines) | stat: -rw-r--r-- 4,186 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//ppapi/buildflags/buildflags.gni")

assert(enable_ppapi)

# These are just headers.
source_set("c") {
  sources = [
    "pp_array_output.h",
    "pp_bool.h",
    "pp_codecs.h",
    "pp_completion_callback.h",
    "pp_directory_entry.h",
    "pp_errors.h",
    "pp_file_info.h",
    "pp_graphics_3d.h",
    "pp_input_event.h",
    "pp_instance.h",
    "pp_macros.h",
    "pp_module.h",
    "pp_point.h",
    "pp_rect.h",
    "pp_resource.h",
    "pp_size.h",
    "pp_stdint.h",
    "pp_time.h",
    "pp_touch_point.h",
    "pp_var.h",
    "ppb.h",
    "ppb_audio.h",
    "ppb_audio_buffer.h",
    "ppb_audio_config.h",
    "ppb_console.h",
    "ppb_core.h",
    "ppb_file_io.h",
    "ppb_file_ref.h",
    "ppb_file_system.h",
    "ppb_fullscreen.h",
    "ppb_gamepad.h",
    "ppb_graphics_2d.h",
    "ppb_graphics_3d.h",
    "ppb_host_resolver.h",
    "ppb_image_data.h",
    "ppb_input_event.h",
    "ppb_instance.h",
    "ppb_media_stream_audio_track.h",
    "ppb_media_stream_video_track.h",
    "ppb_message_loop.h",
    "ppb_messaging.h",
    "ppb_mouse_cursor.h",
    "ppb_mouse_lock.h",
    "ppb_net_address.h",
    "ppb_network_list.h",
    "ppb_network_monitor.h",
    "ppb_network_proxy.h",
    "ppb_opengles2.h",
    "ppb_tcp_socket.h",
    "ppb_text_input_controller.h",
    "ppb_udp_socket.h",
    "ppb_url_loader.h",
    "ppb_url_request_info.h",
    "ppb_url_response_info.h",
    "ppb_var.h",
    "ppb_var_array.h",
    "ppb_var_array_buffer.h",
    "ppb_var_dictionary.h",
    "ppb_video_decoder.h",
    "ppb_video_encoder.h",
    "ppb_video_frame.h",
    "ppb_view.h",
    "ppb_vpn_provider.h",
    "ppb_websocket.h",
    "ppp.h",
    "ppp_graphics_3d.h",
    "ppp_input_event.h",
    "ppp_instance.h",
    "ppp_message_handler.h",
    "ppp_messaging.h",
    "ppp_mouse_lock.h",

    # Dev interfaces.
    "dev/pp_cursor_type_dev.h",
    "dev/pp_print_settings_dev.h",
    "dev/pp_video_capture_dev.h",
    "dev/pp_video_dev.h",
    "dev/ppb_audio_input_dev.h",
    "dev/ppb_audio_output_dev.h",
    "dev/ppb_buffer_dev.h",
    "dev/ppb_char_set_dev.h",
    "dev/ppb_crypto_dev.h",
    "dev/ppb_cursor_control_dev.h",
    "dev/ppb_device_ref_dev.h",
    "dev/ppb_file_chooser_dev.h",
    "dev/ppb_gles_chromium_texture_mapping_dev.h",
    "dev/ppb_ime_input_event_dev.h",
    "dev/ppb_memory_dev.h",
    "dev/ppb_opengles2ext_dev.h",
    "dev/ppb_printing_dev.h",
    "dev/ppb_text_input_dev.h",
    "dev/ppb_trace_event_dev.h",
    "dev/ppb_url_util_dev.h",
    "dev/ppb_video_capture_dev.h",
    "dev/ppb_video_decoder_dev.h",
    "dev/ppb_view_dev.h",
    "dev/ppp_network_state_dev.h",
    "dev/ppp_printing_dev.h",
    "dev/ppp_text_input_dev.h",
    "dev/ppp_video_capture_dev.h",
    "dev/ppp_video_decoder_dev.h",

    # Private interfaces.
    "private/pp_file_handle.h",
    "private/pp_private_font_charset.h",
    "private/pp_video_capture_format.h",
    "private/pp_video_frame_private.h",
    "private/ppb_camera_capabilities_private.h",
    "private/ppb_camera_device_private.h",
    "private/ppb_display_color_profile_private.h",
    "private/ppb_ext_crx_file_system_private.h",
    "private/ppb_file_io_private.h",
    "private/ppb_file_ref_private.h",
    "private/ppb_host_resolver_private.h",
    "private/ppb_instance_private.h",
    "private/ppb_isolated_file_system_private.h",
    "private/ppb_net_address_private.h",
    "private/ppb_proxy_private.h",
    "private/ppb_tcp_server_socket_private.h",
    "private/ppb_tcp_socket_private.h",
    "private/ppb_testing_private.h",
    "private/ppb_udp_socket_private.h",
    "private/ppb_uma_private.h",
    "private/ppb_x509_certificate_private.h",
    "private/ppp_instance_private.h",
    "private/ppp_pexe_stream_handler.h",

    # Deprecated interfaces.
    "dev/deprecated_bool.h",
    "dev/ppb_var_deprecated.h",
    "dev/ppp_class_deprecated.h",

    # Trusted interfaces.
    "trusted/ppb_browser_font_trusted.h",
    "trusted/ppb_char_set_trusted.h",
    "trusted/ppb_file_chooser_trusted.h",
    "trusted/ppb_url_loader_trusted.h",
  ]
}