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