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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 11 matching lines...) Expand all Loading... |
22 'include_dirs': [ | 22 'include_dirs': [ |
23 '..', | 23 '..', |
24 ], | 24 ], |
25 'export_dependent_settings': [ | 25 'export_dependent_settings': [ |
26 '../base/base.gyp:base', | 26 '../base/base.gyp:base', |
27 # The public content API headers directly include Blink API headers, so we | 27 # The public content API headers directly include Blink API headers, so we |
28 # have to export the blink header settings so that relative paths in these | 28 # have to export the blink header settings so that relative paths in these |
29 # headers resolve correctly. | 29 # headers resolve correctly. |
30 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 30 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
31 ], | 31 ], |
| 32 'variables': { |
| 33 'public_common_sources': [ |
| 34 'public/common/assert_matching_enums.cc', |
| 35 'public/common/bindings_policy.h', |
| 36 'public/common/child_process_host.h', |
| 37 'public/common/child_process_host_delegate.cc', |
| 38 'public/common/child_process_host_delegate.h', |
| 39 'public/common/child_process_sandbox_support_linux.h', |
| 40 'public/common/color_suggestion.cc', |
| 41 'public/common/color_suggestion.h', |
| 42 'public/common/common_param_traits.cc', |
| 43 'public/common/common_param_traits.h', |
| 44 'public/common/common_param_traits_macros.h', |
| 45 'public/common/console_message_level.h', |
| 46 'public/common/content_client.cc', |
| 47 'public/common/content_client.h', |
| 48 'public/common/content_constants.cc', |
| 49 'public/common/content_constants.h', |
| 50 'public/common/content_descriptors.h', |
| 51 'public/common/content_ipc_logging.h', |
| 52 'public/common/content_paths.h', |
| 53 'public/common/content_switches.cc', |
| 54 'public/common/content_switches.h', |
| 55 'public/common/context_menu_params.cc', |
| 56 'public/common/context_menu_params.h', |
| 57 'public/common/drop_data.cc', |
| 58 'public/common/drop_data.h', |
| 59 'public/common/eme_codec.h', |
| 60 'public/common/favicon_url.cc', |
| 61 'public/common/favicon_url.h', |
| 62 'public/common/file_chooser_params.cc', |
| 63 'public/common/file_chooser_params.h', |
| 64 'public/common/frame_navigate_params.cc', |
| 65 'public/common/frame_navigate_params.h', |
| 66 'public/common/geoposition.cc', |
| 67 'public/common/geoposition.h', |
| 68 'public/common/gpu_memory_stats.cc', |
| 69 'public/common/gpu_memory_stats.h', |
| 70 'public/common/injection_test_mac.h', |
| 71 'public/common/injection_test_win.h', |
| 72 'public/common/javascript_message_type.h', |
| 73 'public/common/main_function_params.h', |
| 74 'public/common/media_stream_request.cc', |
| 75 'public/common/media_stream_request.h', |
| 76 'public/common/menu_item.cc', |
| 77 'public/common/menu_item.h', |
| 78 'public/common/page_state.cc', |
| 79 'public/common/page_state.h', |
| 80 'public/common/page_transition_types.cc', |
| 81 'public/common/page_transition_types.h', |
| 82 'public/common/page_transition_types_list.h', |
| 83 'public/common/page_type.h', |
| 84 'public/common/page_zoom.h', |
| 85 'public/common/pepper_plugin_info.cc', |
| 86 'public/common/pepper_plugin_info.h', |
| 87 'public/common/process_type.h', |
| 88 'public/common/referrer.h', |
| 89 'public/common/renderer_preferences.cc', |
| 90 'public/common/renderer_preferences.h', |
| 91 'public/common/resource_response.h', |
| 92 'public/common/result_codes.h', |
| 93 'public/common/result_codes_list.h', |
| 94 'public/common/sandbox_init.h', |
| 95 'public/common/sandbox_linux.h', |
| 96 'public/common/sandbox_type_mac.h', |
| 97 'public/common/sandboxed_process_launcher_delegate.cc', |
| 98 'public/common/sandboxed_process_launcher_delegate.h', |
| 99 'public/common/security_style.h', |
| 100 'public/common/show_desktop_notification_params.cc', |
| 101 'public/common/show_desktop_notification_params.h', |
| 102 'public/common/signed_certificate_timestamp_id_and_status.cc', |
| 103 'public/common/signed_certificate_timestamp_id_and_status.h', |
| 104 'public/common/speech_recognition_error.h', |
| 105 'public/common/speech_recognition_grammar.h', |
| 106 'public/common/speech_recognition_result.cc', |
| 107 'public/common/speech_recognition_result.h', |
| 108 'public/common/ssl_status.cc', |
| 109 'public/common/ssl_status.h', |
| 110 'public/common/stop_find_action.h', |
| 111 'public/common/storage_quota_params.h', |
| 112 'public/common/three_d_api_types.h', |
| 113 'public/common/top_controls_state.h', |
| 114 'public/common/top_controls_state_list.h', |
| 115 'public/common/url_constants.cc', |
| 116 'public/common/url_constants.h', |
| 117 'public/common/url_fetcher.h', |
| 118 'public/common/url_utils.cc', |
| 119 'public/common/url_utils.h', |
| 120 'public/common/user_agent.h', |
| 121 'public/common/webplugininfo.cc', |
| 122 'public/common/webplugininfo.h', |
| 123 'public/common/window_container_type.cc', |
| 124 'public/common/window_container_type.h', |
| 125 'public/common/zygote_fork_delegate_linux.h', |
| 126 ], |
| 127 'private_common_sources': [ |
| 128 'common/accessibility_messages.h', |
| 129 'common/all_messages.h', |
| 130 'common/android/address_parser.cc', |
| 131 'common/android/address_parser.h', |
| 132 'common/android/address_parser_internal.cc', |
| 133 'common/android/address_parser_internal.h', |
| 134 'common/android/common_jni_registrar.cc', |
| 135 'common/android/common_jni_registrar.h', |
| 136 'common/android/gin_java_bridge_value.cc', |
| 137 'common/android/gin_java_bridge_value.h', |
| 138 'common/android/hash_set.cc', |
| 139 'common/android/hash_set.h', |
| 140 'common/android/surface_texture_lookup.cc', |
| 141 'common/android/surface_texture_lookup.h', |
| 142 'common/android/surface_texture_peer.cc', |
| 143 'common/android/surface_texture_peer.h', |
| 144 'common/appcache_messages.h', |
| 145 'common/battery_status_messages.h', |
| 146 'common/browser_plugin/browser_plugin_constants.cc', |
| 147 'common/browser_plugin/browser_plugin_constants.h', |
| 148 'common/browser_plugin/browser_plugin_messages.h', |
| 149 'common/cc_messages.cc', |
| 150 'common/cc_messages.h', |
| 151 'common/child_process_host_impl.cc', |
| 152 'common/child_process_host_impl.h', |
| 153 'common/child_process_messages.h', |
| 154 'common/child_process_sandbox_support_impl_linux.cc', |
| 155 'common/child_process_sandbox_support_impl_linux.h', |
| 156 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 157 'common/clipboard_format.h', |
| 158 'common/clipboard_messages.h', |
| 159 'common/content_constants_internal.cc', |
| 160 'common/content_constants_internal.h', |
| 161 'common/content_export.h', |
| 162 'common/content_ipc_logging.cc', |
| 163 'common/content_message_generator.cc', |
| 164 'common/content_message_generator.h', |
| 165 'common/content_param_traits.cc', |
| 166 'common/content_param_traits.h', |
| 167 'common/content_param_traits_macros.h', |
| 168 'common/content_paths.cc', |
| 169 'common/content_switches_internal.cc', |
| 170 'common/content_switches_internal.h', |
| 171 'common/cookie_data.cc', |
| 172 'common/cookie_data.h', |
| 173 'common/cursors/webcursor.cc', |
| 174 'common/cursors/webcursor.h', |
| 175 'common/cursors/webcursor_android.cc', |
| 176 'common/cursors/webcursor_aura.cc', |
| 177 'common/cursors/webcursor_aurawin.cc', |
| 178 'common/cursors/webcursor_aurax11.cc', |
| 179 'common/cursors/webcursor_mac.mm', |
| 180 'common/cursors/webcursor_ozone.cc', |
| 181 'common/database_messages.h', |
| 182 'common/date_time_suggestion.h', |
| 183 'common/desktop_notification_messages.h', |
| 184 'common/device_sensors/device_motion_hardware_buffer.h', |
| 185 'common/device_sensors/device_motion_messages.h', |
| 186 'common/device_sensors/device_orientation_hardware_buffer.h', |
| 187 'common/device_sensors/device_orientation_messages.h', |
| 188 'common/devtools_messages.h', |
| 189 'common/dom_storage/dom_storage_map.cc', |
| 190 'common/dom_storage/dom_storage_map.h', |
| 191 'common/dom_storage/dom_storage_messages.h', |
| 192 'common/drag_event_source_info.h', |
| 193 'common/drag_messages.h', |
| 194 'common/drag_traits.h', |
| 195 'common/edit_command.h', |
| 196 'common/file_utilities_messages.h', |
| 197 'common/fileapi/file_system_messages.h', |
| 198 'common/fileapi/webblob_messages.h', |
| 199 'common/font_cache_dispatcher_win.cc', |
| 200 'common/font_cache_dispatcher_win.h', |
| 201 'common/font_config_ipc_linux.cc', |
| 202 'common/font_config_ipc_linux.h', |
| 203 'common/font_list.cc', |
| 204 'common/font_list.h', |
| 205 'common/font_list_android.cc', |
| 206 'common/font_list_mac.mm', |
| 207 'common/font_list_ozone.cc', |
| 208 'common/font_list_pango.cc', |
| 209 'common/font_list_win.cc', |
| 210 'common/frame_message_enums.h', |
| 211 'common/frame_messages.h', |
| 212 'common/frame_param.cc', |
| 213 'common/frame_param.h', |
| 214 'common/frame_param_macros.h', |
| 215 'common/gamepad_hardware_buffer.h', |
| 216 'common/gamepad_messages.h', |
| 217 'common/gamepad_param_traits.cc', |
| 218 'common/gamepad_param_traits.h', |
| 219 'common/gamepad_user_gesture.cc', |
| 220 'common/gamepad_user_gesture.h', |
| 221 'common/geolocation_messages.h', |
| 222 'common/gin_java_bridge_messages.h', |
| 223 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 224 'common/gpu/client/command_buffer_proxy_impl.h', |
| 225 'common/gpu/client/context_provider_command_buffer.cc', |
| 226 'common/gpu/client/context_provider_command_buffer.h', |
| 227 'common/gpu/client/gl_helper.cc', |
| 228 'common/gpu/client/gl_helper.h', |
| 229 'common/gpu/client/gl_helper_readback_support.cc', |
| 230 'common/gpu/client/gl_helper_readback_support.h', |
| 231 'common/gpu/client/gl_helper_scaling.cc', |
| 232 'common/gpu/client/gl_helper_scaling.h', |
| 233 'common/gpu/client/gpu_channel_host.cc', |
| 234 'common/gpu/client/gpu_channel_host.h', |
| 235 'common/gpu/client/gpu_memory_buffer_impl.cc', |
| 236 'common/gpu/client/gpu_memory_buffer_impl.h', |
| 237 'common/gpu/client/gpu_memory_buffer_impl_android.cc', |
| 238 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 239 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', |
| 240 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', |
| 241 'common/gpu/client/gpu_memory_buffer_impl_shm.h', |
| 242 'common/gpu/client/gpu_memory_buffer_impl_win.cc', |
| 243 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 244 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 245 'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
| 246 'common/gpu/client/gpu_video_encode_accelerator_host.h', |
| 247 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
| 248 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
| 249 'common/gpu/devtools_gpu_agent.cc', |
| 250 'common/gpu/devtools_gpu_agent.h', |
| 251 'common/gpu/devtools_gpu_instrumentation.cc', |
| 252 'common/gpu/devtools_gpu_instrumentation.h', |
| 253 'common/gpu/gpu_channel.cc', |
| 254 'common/gpu/gpu_channel.h', |
| 255 'common/gpu/gpu_channel_manager.cc', |
| 256 'common/gpu/gpu_channel_manager.h', |
| 257 'common/gpu/gpu_command_buffer_stub.cc', |
| 258 'common/gpu/gpu_command_buffer_stub.h', |
| 259 'common/gpu/gpu_config.h', |
| 260 'common/gpu/gpu_memory_manager.cc', |
| 261 'common/gpu/gpu_memory_manager.h', |
| 262 'common/gpu/gpu_memory_manager_client.cc', |
| 263 'common/gpu/gpu_memory_manager_client.h', |
| 264 'common/gpu/gpu_memory_tracking.cc', |
| 265 'common/gpu/gpu_memory_tracking.h', |
| 266 'common/gpu/gpu_memory_uma_stats.h', |
| 267 'common/gpu/gpu_messages.h', |
| 268 'common/gpu/gpu_process_launch_causes.h', |
| 269 'common/gpu/gpu_surface_lookup.cc', |
| 270 'common/gpu/gpu_surface_lookup.h', |
| 271 'common/gpu/gpu_watchdog.h', |
| 272 'common/gpu/image_transport_surface.cc', |
| 273 'common/gpu/image_transport_surface.h', |
| 274 'common/gpu/image_transport_surface_android.cc', |
| 275 'common/gpu/image_transport_surface_linux.cc', |
| 276 'common/gpu/image_transport_surface_mac.cc', |
| 277 'common/gpu/image_transport_surface_win.cc', |
| 278 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 279 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 280 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 281 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 282 'common/gpu/media/video_decode_accelerator_impl.cc', |
| 283 'common/gpu/media/video_decode_accelerator_impl.h', |
| 284 'common/gpu/stream_texture_android.cc', |
| 285 'common/gpu/stream_texture_android.h', |
| 286 'common/gpu/sync_point_manager.cc', |
| 287 'common/gpu/sync_point_manager.h', |
| 288 'common/gpu/texture_image_transport_surface.cc', |
| 289 'common/gpu/texture_image_transport_surface.h', |
| 290 'common/handle_enumerator_win.cc', |
| 291 'common/handle_enumerator_win.h', |
| 292 'common/host_shared_bitmap_manager.cc', |
| 293 'common/host_shared_bitmap_manager.h', |
| 294 'common/image_messages.h', |
| 295 'common/indexed_db/indexed_db_constants.h', |
| 296 'common/indexed_db/indexed_db_key.cc', |
| 297 'common/indexed_db/indexed_db_key.h', |
| 298 'common/indexed_db/indexed_db_key_path.cc', |
| 299 'common/indexed_db/indexed_db_key_path.h', |
| 300 'common/indexed_db/indexed_db_key_range.cc', |
| 301 'common/indexed_db/indexed_db_key_range.h', |
| 302 'common/indexed_db/indexed_db_messages.h', |
| 303 'common/indexed_db/indexed_db_param_traits.cc', |
| 304 'common/indexed_db/indexed_db_param_traits.h', |
| 305 'common/input/did_overscroll_params.h', |
| 306 'common/input/gesture_event_stream_validator.cc', |
| 307 'common/input/gesture_event_stream_validator.h', |
| 308 'common/input/input_event.cc', |
| 309 'common/input/input_event.h', |
| 310 'common/input/input_event_stream_validator.cc', |
| 311 'common/input/input_event_stream_validator.h', |
| 312 'common/input/input_param_traits.cc', |
| 313 'common/input/input_param_traits.h', |
| 314 'common/input/scoped_web_input_event.cc', |
| 315 'common/input/scoped_web_input_event.h', |
| 316 'common/input/synthetic_gesture_packet.cc', |
| 317 'common/input/synthetic_gesture_packet.h', |
| 318 'common/input/synthetic_gesture_params.cc', |
| 319 'common/input/synthetic_gesture_params.h', |
| 320 'common/input/synthetic_pinch_gesture_params.cc', |
| 321 'common/input/synthetic_pinch_gesture_params.h', |
| 322 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
| 323 'common/input/synthetic_smooth_scroll_gesture_params.h', |
| 324 'common/input/synthetic_tap_gesture_params.cc', |
| 325 'common/input/synthetic_tap_gesture_params.h', |
| 326 'common/input/synthetic_web_input_event_builders.cc', |
| 327 'common/input/synthetic_web_input_event_builders.h', |
| 328 'common/input/web_input_event_traits.cc', |
| 329 'common/input/web_input_event_traits.h', |
| 330 'common/input/web_touch_event_traits.cc', |
| 331 'common/input/web_touch_event_traits.h', |
| 332 'common/input_messages.h', |
| 333 'common/inter_process_time_ticks_converter.cc', |
| 334 'common/inter_process_time_ticks_converter.h', |
| 335 'common/java_bridge_messages.h', |
| 336 'common/mac/attributed_string_coder.h', |
| 337 'common/mac/attributed_string_coder.mm', |
| 338 'common/mac/font_descriptor.h', |
| 339 'common/mac/font_descriptor.mm', |
| 340 'common/mac/font_loader.h', |
| 341 'common/mac/font_loader.mm', |
| 342 'common/media/audio_messages.h', |
| 343 'common/media/cdm_messages.h', |
| 344 'common/media/cdm_messages_enums.h', |
| 345 'common/media/media_param_traits.cc', |
| 346 'common/media/media_param_traits.h', |
| 347 'common/media/media_player_messages_android.h', |
| 348 'common/media/media_player_messages_enums_android.h', |
| 349 'common/media/media_stream_messages.h', |
| 350 'common/media/media_stream_options.cc', |
| 351 'common/media/media_stream_options.h', |
| 352 'common/media/media_stream_track_metrics_host_messages.h', |
| 353 'common/media/midi_messages.h', |
| 354 'common/media/video_capture.h', |
| 355 'common/media/video_capture_messages.h', |
| 356 'common/media/webrtc_identity_messages.h', |
| 357 'common/memory_benchmark_messages.h', |
| 358 'common/message_port_messages.h', |
| 359 'common/message_router.cc', |
| 360 'common/message_router.h', |
| 361 'common/mime_registry_messages.h', |
| 362 'common/mojo/mojo_messages.h', |
| 363 'common/mojo/mojo_service_names.cc', |
| 364 'common/mojo/mojo_service_names.h', |
| 365 'common/navigation_gesture.h', |
| 366 'common/net/url_fetcher.cc', |
| 367 'common/net/url_request_user_data.cc', |
| 368 'common/net/url_request_user_data.h', |
| 369 'common/one_writer_seqlock.cc', |
| 370 'common/one_writer_seqlock.h', |
| 371 'common/p2p_messages.h', |
| 372 'common/page_state_serialization.cc', |
| 373 'common/page_state_serialization.h', |
| 374 'common/page_zoom.cc', |
| 375 'common/pepper_messages.h', |
| 376 'common/pepper_plugin_list.cc', |
| 377 'common/pepper_plugin_list.h', |
| 378 'common/pepper_renderer_instance_data.cc', |
| 379 'common/pepper_renderer_instance_data.h', |
| 380 'common/plugin_carbon_interpose_constants_mac.cc', |
| 381 'common/plugin_carbon_interpose_constants_mac.h', |
| 382 'common/plugin_constants_win.cc', |
| 383 'common/plugin_constants_win.h', |
| 384 'common/plugin_list.cc', |
| 385 'common/plugin_list.h', |
| 386 'common/plugin_list_mac.mm', |
| 387 'common/plugin_list_posix.cc', |
| 388 'common/plugin_list_win.cc', |
| 389 'common/plugin_process_messages.h', |
| 390 'common/power_monitor_messages.h', |
| 391 'common/process_type.cc', |
| 392 'common/push_messaging_messages.h', |
| 393 'common/quota_messages.h', |
| 394 'common/resource_messages.cc', |
| 395 'common/resource_messages.h', |
| 396 'common/resource_request_body.cc', |
| 397 'common/resource_request_body.h', |
| 398 'common/sandbox_init_mac.cc', |
| 399 'common/sandbox_init_mac.h', |
| 400 'common/sandbox_init_win.cc', |
| 401 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc', |
| 402 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h', |
| 403 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', |
| 404 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', |
| 405 'common/sandbox_linux/bpf_gpu_policy_linux.cc', |
| 406 'common/sandbox_linux/bpf_gpu_policy_linux.h', |
| 407 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', |
| 408 'common/sandbox_linux/bpf_ppapi_policy_linux.h', |
| 409 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 410 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 411 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 412 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 413 'common/sandbox_linux/sandbox_init_linux.cc', |
| 414 'common/sandbox_linux/sandbox_linux.cc', |
| 415 'common/sandbox_linux/sandbox_linux.h', |
| 416 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', |
| 417 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', |
| 418 'common/sandbox_mac.h', |
| 419 'common/sandbox_mac.mm', |
| 420 'common/sandbox_util.cc', |
| 421 'common/sandbox_util.h', |
| 422 'common/sandbox_win.cc', |
| 423 'common/sandbox_win.h', |
| 424 'common/savable_url_schemes.cc', |
| 425 'common/savable_url_schemes.h', |
| 426 'common/screen_orientation_messages.h', |
| 427 'common/service_worker/embedded_worker_messages.h', |
| 428 'common/service_worker/service_worker_messages.h', |
| 429 'common/service_worker/service_worker_status_code.cc', |
| 430 'common/service_worker/service_worker_status_code.h', |
| 431 'common/service_worker/service_worker_types.cc', |
| 432 'common/service_worker/service_worker_types.h', |
| 433 'common/set_process_title.cc', |
| 434 'common/set_process_title.h', |
| 435 'common/set_process_title_linux.cc', |
| 436 'common/set_process_title_linux.h', |
| 437 'common/socket_stream.h', |
| 438 'common/socket_stream_handle_data.h', |
| 439 'common/socket_stream_messages.h', |
| 440 'common/speech_recognition_messages.h', |
| 441 'common/ssl_status_serialization.cc', |
| 442 'common/ssl_status_serialization.h', |
| 443 'common/swapped_out_messages.cc', |
| 444 'common/swapped_out_messages.h', |
| 445 'common/text_input_client_messages.h', |
| 446 'common/url_schemes.cc', |
| 447 'common/url_schemes.h', |
| 448 'common/user_agent.cc', |
| 449 'common/user_agent_ios.mm', |
| 450 'common/utility_messages.h', |
| 451 'common/view_message_enums.h', |
| 452 'common/view_messages.h', |
| 453 'common/webplugin_geometry.cc', |
| 454 'common/webplugin_geometry.h', |
| 455 'common/websocket.cc', |
| 456 'common/websocket.h', |
| 457 'common/websocket_messages.h', |
| 458 'common/worker_messages.h', |
| 459 'common/zygote_commands_linux.h', |
| 460 ], |
| 461 }, |
32 'sources': [ | 462 'sources': [ |
33 'public/common/assert_matching_enums.cc', | 463 '<@(public_common_sources)', |
34 'public/common/bindings_policy.h', | 464 '<@(private_common_sources)', |
35 'public/common/child_process_host.h', | |
36 'public/common/child_process_host_delegate.cc', | |
37 'public/common/child_process_host_delegate.h', | |
38 'public/common/child_process_sandbox_support_linux.h', | |
39 'public/common/color_suggestion.cc', | |
40 'public/common/color_suggestion.h', | |
41 'public/common/common_param_traits.cc', | |
42 'public/common/common_param_traits.h', | |
43 'public/common/common_param_traits_macros.h', | |
44 'public/common/console_message_level.h', | |
45 'public/common/content_client.cc', | |
46 'public/common/content_client.h', | |
47 'public/common/content_constants.cc', | |
48 'public/common/content_constants.h', | |
49 'public/common/content_descriptors.h', | |
50 'public/common/content_ipc_logging.h', | |
51 'public/common/content_paths.h', | |
52 'public/common/content_switches.cc', | |
53 'public/common/content_switches.h', | |
54 'public/common/context_menu_params.cc', | |
55 'public/common/context_menu_params.h', | |
56 'public/common/drop_data.cc', | |
57 'public/common/drop_data.h', | |
58 'public/common/eme_codec.h', | |
59 'public/common/favicon_url.cc', | |
60 'public/common/favicon_url.h', | |
61 'public/common/file_chooser_params.cc', | |
62 'public/common/file_chooser_params.h', | |
63 'public/common/frame_navigate_params.cc', | |
64 'public/common/frame_navigate_params.h', | |
65 'public/common/geoposition.cc', | |
66 'public/common/geoposition.h', | |
67 'public/common/gpu_memory_stats.cc', | |
68 'public/common/gpu_memory_stats.h', | |
69 'public/common/injection_test_mac.h', | |
70 'public/common/injection_test_win.h', | |
71 'public/common/javascript_message_type.h', | |
72 'public/common/main_function_params.h', | |
73 'public/common/media_stream_request.cc', | |
74 'public/common/media_stream_request.h', | |
75 'public/common/menu_item.cc', | |
76 'public/common/menu_item.h', | |
77 'public/common/page_state.cc', | |
78 'public/common/page_state.h', | |
79 'public/common/page_transition_types.cc', | |
80 'public/common/page_transition_types.h', | |
81 'public/common/page_transition_types_list.h', | |
82 'public/common/page_type.h', | |
83 'public/common/page_zoom.h', | |
84 'public/common/pepper_plugin_info.cc', | |
85 'public/common/pepper_plugin_info.h', | |
86 'public/common/process_type.h', | |
87 'public/common/referrer.h', | |
88 'public/common/renderer_preferences.cc', | |
89 'public/common/renderer_preferences.h', | |
90 'public/common/resource_response.h', | |
91 'public/common/result_codes.h', | |
92 'public/common/result_codes_list.h', | |
93 'public/common/sandbox_init.h', | |
94 'public/common/sandbox_linux.h', | |
95 'public/common/sandbox_type_mac.h', | |
96 'public/common/sandboxed_process_launcher_delegate.cc', | |
97 'public/common/sandboxed_process_launcher_delegate.h', | |
98 'public/common/security_style.h', | |
99 'public/common/show_desktop_notification_params.cc', | |
100 'public/common/show_desktop_notification_params.h', | |
101 'public/common/signed_certificate_timestamp_id_and_status.cc', | |
102 'public/common/signed_certificate_timestamp_id_and_status.h', | |
103 'public/common/speech_recognition_error.h', | |
104 'public/common/speech_recognition_grammar.h', | |
105 'public/common/speech_recognition_result.cc', | |
106 'public/common/speech_recognition_result.h', | |
107 'public/common/ssl_status.cc', | |
108 'public/common/ssl_status.h', | |
109 'public/common/stop_find_action.h', | |
110 'public/common/storage_quota_params.h', | |
111 'public/common/three_d_api_types.h', | |
112 'public/common/top_controls_state.h', | |
113 'public/common/top_controls_state_list.h', | |
114 'public/common/url_constants.cc', | |
115 'public/common/url_constants.h', | |
116 'public/common/url_fetcher.h', | |
117 'public/common/url_utils.cc', | |
118 'public/common/url_utils.h', | |
119 'public/common/user_agent.h', | |
120 'public/common/webplugininfo.cc', | |
121 'public/common/webplugininfo.h', | |
122 'public/common/window_container_type.cc', | |
123 'public/common/window_container_type.h', | |
124 'public/common/zygote_fork_delegate_linux.h', | |
125 'common/accessibility_messages.h', | |
126 'common/all_messages.h', | |
127 'common/android/address_parser.cc', | |
128 'common/android/address_parser.h', | |
129 'common/android/address_parser_internal.cc', | |
130 'common/android/address_parser_internal.h', | |
131 'common/android/common_jni_registrar.cc', | |
132 'common/android/common_jni_registrar.h', | |
133 'common/android/gin_java_bridge_value.cc', | |
134 'common/android/gin_java_bridge_value.h', | |
135 'common/android/hash_set.cc', | |
136 'common/android/hash_set.h', | |
137 'common/android/surface_texture_lookup.cc', | |
138 'common/android/surface_texture_lookup.h', | |
139 'common/android/surface_texture_peer.cc', | |
140 'common/android/surface_texture_peer.h', | |
141 'common/appcache_messages.h', | |
142 'common/battery_status_messages.h', | |
143 'common/browser_plugin/browser_plugin_constants.cc', | |
144 'common/browser_plugin/browser_plugin_constants.h', | |
145 'common/browser_plugin/browser_plugin_messages.h', | |
146 'common/cc_messages.cc', | |
147 'common/cc_messages.h', | |
148 'common/child_process_host_impl.cc', | |
149 'common/child_process_host_impl.h', | |
150 'common/child_process_messages.h', | |
151 'common/child_process_sandbox_support_impl_linux.cc', | |
152 'common/child_process_sandbox_support_impl_linux.h', | |
153 'common/child_process_sandbox_support_impl_shm_linux.cc', | |
154 'common/clipboard_format.h', | |
155 'common/clipboard_messages.h', | |
156 'common/content_constants_internal.cc', | |
157 'common/content_constants_internal.h', | |
158 'common/content_export.h', | |
159 'common/content_ipc_logging.cc', | |
160 'common/content_message_generator.cc', | |
161 'common/content_message_generator.h', | |
162 'common/content_param_traits.cc', | |
163 'common/content_param_traits.h', | |
164 'common/content_param_traits_macros.h', | |
165 'common/content_paths.cc', | |
166 'common/content_switches_internal.cc', | |
167 'common/content_switches_internal.h', | |
168 'common/cookie_data.cc', | |
169 'common/cookie_data.h', | |
170 'common/cursors/webcursor.cc', | |
171 'common/cursors/webcursor.h', | |
172 'common/cursors/webcursor_android.cc', | |
173 'common/cursors/webcursor_aura.cc', | |
174 'common/cursors/webcursor_aurawin.cc', | |
175 'common/cursors/webcursor_aurax11.cc', | |
176 'common/cursors/webcursor_mac.mm', | |
177 'common/cursors/webcursor_ozone.cc', | |
178 'common/database_messages.h', | |
179 'common/date_time_suggestion.h', | |
180 'common/desktop_notification_messages.h', | |
181 'common/device_sensors/device_motion_hardware_buffer.h', | |
182 'common/device_sensors/device_motion_messages.h', | |
183 'common/device_sensors/device_orientation_hardware_buffer.h', | |
184 'common/device_sensors/device_orientation_messages.h', | |
185 'common/devtools_messages.h', | |
186 'common/dom_storage/dom_storage_map.cc', | |
187 'common/dom_storage/dom_storage_map.h', | |
188 'common/dom_storage/dom_storage_messages.h', | |
189 'common/drag_event_source_info.h', | |
190 'common/drag_messages.h', | |
191 'common/drag_traits.h', | |
192 'common/edit_command.h', | |
193 'common/file_utilities_messages.h', | |
194 'common/fileapi/file_system_messages.h', | |
195 'common/fileapi/webblob_messages.h', | |
196 'common/font_cache_dispatcher_win.cc', | |
197 'common/font_cache_dispatcher_win.h', | |
198 'common/font_config_ipc_linux.cc', | |
199 'common/font_config_ipc_linux.h', | |
200 'common/font_list.cc', | |
201 'common/font_list.h', | |
202 'common/font_list_android.cc', | |
203 'common/font_list_mac.mm', | |
204 'common/font_list_ozone.cc', | |
205 'common/font_list_pango.cc', | |
206 'common/font_list_win.cc', | |
207 'common/frame_message_enums.h', | |
208 'common/frame_messages.h', | |
209 'common/frame_param.cc', | |
210 'common/frame_param.h', | |
211 'common/frame_param_macros.h', | |
212 'common/gamepad_hardware_buffer.h', | |
213 'common/gamepad_messages.h', | |
214 'common/gamepad_param_traits.cc', | |
215 'common/gamepad_param_traits.h', | |
216 'common/gamepad_user_gesture.cc', | |
217 'common/gamepad_user_gesture.h', | |
218 'common/geolocation_messages.h', | |
219 'common/gin_java_bridge_messages.h', | |
220 'common/gpu/client/command_buffer_proxy_impl.cc', | |
221 'common/gpu/client/command_buffer_proxy_impl.h', | |
222 'common/gpu/client/context_provider_command_buffer.cc', | |
223 'common/gpu/client/context_provider_command_buffer.h', | |
224 'common/gpu/client/gl_helper.cc', | |
225 'common/gpu/client/gl_helper.h', | |
226 'common/gpu/client/gl_helper_readback_support.cc', | |
227 'common/gpu/client/gl_helper_readback_support.h', | |
228 'common/gpu/client/gl_helper_scaling.cc', | |
229 'common/gpu/client/gl_helper_scaling.h', | |
230 'common/gpu/client/gpu_channel_host.cc', | |
231 'common/gpu/client/gpu_channel_host.h', | |
232 'common/gpu/client/gpu_memory_buffer_impl.cc', | |
233 'common/gpu/client/gpu_memory_buffer_impl.h', | |
234 'common/gpu/client/gpu_memory_buffer_impl_android.cc', | |
235 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | |
236 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', | |
237 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', | |
238 'common/gpu/client/gpu_memory_buffer_impl_shm.h', | |
239 'common/gpu/client/gpu_memory_buffer_impl_win.cc', | |
240 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | |
241 'common/gpu/client/gpu_video_decode_accelerator_host.h', | |
242 'common/gpu/client/gpu_video_encode_accelerator_host.cc', | |
243 'common/gpu/client/gpu_video_encode_accelerator_host.h', | |
244 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | |
245 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | |
246 'common/gpu/devtools_gpu_agent.cc', | |
247 'common/gpu/devtools_gpu_agent.h', | |
248 'common/gpu/devtools_gpu_instrumentation.cc', | |
249 'common/gpu/devtools_gpu_instrumentation.h', | |
250 'common/gpu/gpu_channel.cc', | |
251 'common/gpu/gpu_channel.h', | |
252 'common/gpu/gpu_channel_manager.cc', | |
253 'common/gpu/gpu_channel_manager.h', | |
254 'common/gpu/gpu_command_buffer_stub.cc', | |
255 'common/gpu/gpu_command_buffer_stub.h', | |
256 'common/gpu/gpu_config.h', | |
257 'common/gpu/gpu_memory_manager.cc', | |
258 'common/gpu/gpu_memory_manager.h', | |
259 'common/gpu/gpu_memory_manager_client.cc', | |
260 'common/gpu/gpu_memory_manager_client.h', | |
261 'common/gpu/gpu_memory_tracking.cc', | |
262 'common/gpu/gpu_memory_tracking.h', | |
263 'common/gpu/gpu_memory_uma_stats.h', | |
264 'common/gpu/gpu_messages.h', | |
265 'common/gpu/gpu_process_launch_causes.h', | |
266 'common/gpu/gpu_surface_lookup.cc', | |
267 'common/gpu/gpu_surface_lookup.h', | |
268 'common/gpu/gpu_watchdog.h', | |
269 'common/gpu/image_transport_surface.cc', | |
270 'common/gpu/image_transport_surface.h', | |
271 'common/gpu/image_transport_surface_android.cc', | |
272 'common/gpu/image_transport_surface_linux.cc', | |
273 'common/gpu/image_transport_surface_mac.cc', | |
274 'common/gpu/image_transport_surface_win.cc', | |
275 'common/gpu/media/gpu_video_decode_accelerator.cc', | |
276 'common/gpu/media/gpu_video_decode_accelerator.h', | |
277 'common/gpu/media/gpu_video_encode_accelerator.cc', | |
278 'common/gpu/media/gpu_video_encode_accelerator.h', | |
279 'common/gpu/media/video_decode_accelerator_impl.cc', | |
280 'common/gpu/media/video_decode_accelerator_impl.h', | |
281 'common/gpu/stream_texture_android.cc', | |
282 'common/gpu/stream_texture_android.h', | |
283 'common/gpu/sync_point_manager.cc', | |
284 'common/gpu/sync_point_manager.h', | |
285 'common/gpu/texture_image_transport_surface.cc', | |
286 'common/gpu/texture_image_transport_surface.h', | |
287 'common/handle_enumerator_win.cc', | |
288 'common/handle_enumerator_win.h', | |
289 'common/host_shared_bitmap_manager.cc', | |
290 'common/host_shared_bitmap_manager.h', | |
291 'common/image_messages.h', | |
292 'common/indexed_db/indexed_db_constants.h', | |
293 'common/indexed_db/indexed_db_key.cc', | |
294 'common/indexed_db/indexed_db_key.h', | |
295 'common/indexed_db/indexed_db_key_path.cc', | |
296 'common/indexed_db/indexed_db_key_path.h', | |
297 'common/indexed_db/indexed_db_key_range.cc', | |
298 'common/indexed_db/indexed_db_key_range.h', | |
299 'common/indexed_db/indexed_db_messages.h', | |
300 'common/indexed_db/indexed_db_param_traits.cc', | |
301 'common/indexed_db/indexed_db_param_traits.h', | |
302 'common/input/did_overscroll_params.h', | |
303 'common/input/gesture_event_stream_validator.cc', | |
304 'common/input/gesture_event_stream_validator.h', | |
305 'common/input/input_event.cc', | |
306 'common/input/input_event.h', | |
307 'common/input/input_event_stream_validator.cc', | |
308 'common/input/input_event_stream_validator.h', | |
309 'common/input/input_param_traits.cc', | |
310 'common/input/input_param_traits.h', | |
311 'common/input/scoped_web_input_event.cc', | |
312 'common/input/scoped_web_input_event.h', | |
313 'common/input/synthetic_gesture_packet.cc', | |
314 'common/input/synthetic_gesture_packet.h', | |
315 'common/input/synthetic_gesture_params.cc', | |
316 'common/input/synthetic_gesture_params.h', | |
317 'common/input/synthetic_pinch_gesture_params.cc', | |
318 'common/input/synthetic_pinch_gesture_params.h', | |
319 'common/input/synthetic_smooth_scroll_gesture_params.cc', | |
320 'common/input/synthetic_smooth_scroll_gesture_params.h', | |
321 'common/input/synthetic_tap_gesture_params.cc', | |
322 'common/input/synthetic_tap_gesture_params.h', | |
323 'common/input/synthetic_web_input_event_builders.cc', | |
324 'common/input/synthetic_web_input_event_builders.h', | |
325 'common/input/web_input_event_traits.cc', | |
326 'common/input/web_input_event_traits.h', | |
327 'common/input/web_touch_event_traits.cc', | |
328 'common/input/web_touch_event_traits.h', | |
329 'common/input_messages.h', | |
330 'common/inter_process_time_ticks_converter.cc', | |
331 'common/inter_process_time_ticks_converter.h', | |
332 'common/java_bridge_messages.h', | |
333 'common/mac/attributed_string_coder.h', | |
334 'common/mac/attributed_string_coder.mm', | |
335 'common/mac/font_descriptor.h', | |
336 'common/mac/font_descriptor.mm', | |
337 'common/mac/font_loader.h', | |
338 'common/mac/font_loader.mm', | |
339 'common/media/audio_messages.h', | |
340 'common/media/cdm_messages.h', | |
341 'common/media/cdm_messages_enums.h', | |
342 'common/media/media_param_traits.cc', | |
343 'common/media/media_param_traits.h', | |
344 'common/media/media_player_messages_android.h', | |
345 'common/media/media_player_messages_enums_android.h', | |
346 'common/media/media_stream_messages.h', | |
347 'common/media/media_stream_options.cc', | |
348 'common/media/media_stream_options.h', | |
349 'common/media/media_stream_track_metrics_host_messages.h', | |
350 'common/media/midi_messages.h', | |
351 'common/media/video_capture.h', | |
352 'common/media/video_capture_messages.h', | |
353 'common/media/webrtc_identity_messages.h', | |
354 'common/memory_benchmark_messages.h', | |
355 'common/message_port_messages.h', | |
356 'common/message_router.cc', | |
357 'common/message_router.h', | |
358 'common/mime_registry_messages.h', | |
359 'common/mojo/mojo_messages.h', | |
360 'common/mojo/mojo_service_names.cc', | |
361 'common/mojo/mojo_service_names.h', | |
362 'common/navigation_gesture.h', | |
363 'common/net/url_fetcher.cc', | |
364 'common/net/url_request_user_data.cc', | |
365 'common/net/url_request_user_data.h', | |
366 'common/one_writer_seqlock.cc', | |
367 'common/one_writer_seqlock.h', | |
368 'common/p2p_messages.h', | |
369 'common/page_state_serialization.cc', | |
370 'common/page_state_serialization.h', | |
371 'common/page_zoom.cc', | |
372 'common/pepper_messages.h', | |
373 'common/pepper_plugin_list.cc', | |
374 'common/pepper_plugin_list.h', | |
375 'common/pepper_renderer_instance_data.cc', | |
376 'common/pepper_renderer_instance_data.h', | |
377 'common/plugin_carbon_interpose_constants_mac.cc', | |
378 'common/plugin_carbon_interpose_constants_mac.h', | |
379 'common/plugin_constants_win.cc', | |
380 'common/plugin_constants_win.h', | |
381 'common/plugin_list.cc', | |
382 'common/plugin_list.h', | |
383 'common/plugin_list_mac.mm', | |
384 'common/plugin_list_posix.cc', | |
385 'common/plugin_list_win.cc', | |
386 'common/plugin_process_messages.h', | |
387 'common/power_monitor_messages.h', | |
388 'common/process_type.cc', | |
389 'common/push_messaging_messages.h', | |
390 'common/quota_messages.h', | |
391 'common/resource_messages.cc', | |
392 'common/resource_messages.h', | |
393 'common/resource_request_body.cc', | |
394 'common/resource_request_body.h', | |
395 'common/sandbox_init_mac.cc', | |
396 'common/sandbox_init_mac.h', | |
397 'common/sandbox_init_win.cc', | |
398 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc', | |
399 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h', | |
400 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', | |
401 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', | |
402 'common/sandbox_linux/bpf_gpu_policy_linux.cc', | |
403 'common/sandbox_linux/bpf_gpu_policy_linux.h', | |
404 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', | |
405 'common/sandbox_linux/bpf_ppapi_policy_linux.h', | |
406 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | |
407 'common/sandbox_linux/bpf_renderer_policy_linux.h', | |
408 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | |
409 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | |
410 'common/sandbox_linux/sandbox_init_linux.cc', | |
411 'common/sandbox_linux/sandbox_linux.cc', | |
412 'common/sandbox_linux/sandbox_linux.h', | |
413 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', | |
414 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', | |
415 'common/sandbox_mac.h', | |
416 'common/sandbox_mac.mm', | |
417 'common/sandbox_util.cc', | |
418 'common/sandbox_util.h', | |
419 'common/sandbox_win.cc', | |
420 'common/sandbox_win.h', | |
421 'common/savable_url_schemes.cc', | |
422 'common/savable_url_schemes.h', | |
423 'common/screen_orientation_messages.h', | |
424 'common/service_worker/embedded_worker_messages.h', | |
425 'common/service_worker/service_worker_messages.h', | |
426 'common/service_worker/service_worker_status_code.cc', | |
427 'common/service_worker/service_worker_status_code.h', | |
428 'common/service_worker/service_worker_types.cc', | |
429 'common/service_worker/service_worker_types.h', | |
430 'common/set_process_title.cc', | |
431 'common/set_process_title.h', | |
432 'common/set_process_title_linux.cc', | |
433 'common/set_process_title_linux.h', | |
434 'common/socket_stream.h', | |
435 'common/socket_stream_handle_data.h', | |
436 'common/socket_stream_messages.h', | |
437 'common/speech_recognition_messages.h', | |
438 'common/ssl_status_serialization.cc', | |
439 'common/ssl_status_serialization.h', | |
440 'common/swapped_out_messages.cc', | |
441 'common/swapped_out_messages.h', | |
442 'common/text_input_client_messages.h', | |
443 'common/url_schemes.cc', | |
444 'common/url_schemes.h', | |
445 'common/user_agent.cc', | |
446 'common/user_agent_ios.mm', | |
447 'common/utility_messages.h', | |
448 'common/view_message_enums.h', | |
449 'common/view_messages.h', | |
450 'common/webplugin_geometry.cc', | |
451 'common/webplugin_geometry.h', | |
452 'common/websocket.cc', | |
453 'common/websocket.h', | |
454 'common/websocket_messages.h', | |
455 'common/worker_messages.h', | |
456 'common/zygote_commands_linux.h', | |
457 ], | 465 ], |
458 'target_conditions': [ | 466 'target_conditions': [ |
459 ['OS=="android" and <(use_seccomp_bpf)==1', { | 467 ['OS=="android" and <(use_seccomp_bpf)==1', { |
460 'sources/': [ | 468 'sources/': [ |
461 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, | 469 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, |
462 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], | 470 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], |
463 ], | 471 ], |
464 }], | 472 }], |
465 ], | 473 ], |
466 'conditions': [ | 474 'conditions': [ |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 791 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
784 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 792 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
785 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
786 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
787 ], | 795 ], |
788 }, { | 796 }, { |
789 'defines': ['USE_SECCOMP_BPF'], | 797 'defines': ['USE_SECCOMP_BPF'], |
790 }], | 798 }], |
791 ], | 799 ], |
792 } | 800 } |
OLD | NEW |