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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'public/common/resource_response_info.cc', | 95 'public/common/resource_response_info.cc', |
96 'public/common/resource_response_info.h', | 96 'public/common/resource_response_info.h', |
97 'public/common/result_codes.h', | 97 'public/common/result_codes.h', |
98 'public/common/result_codes_list.h', | 98 'public/common/result_codes_list.h', |
99 'public/common/sandbox_init.h', | 99 'public/common/sandbox_init.h', |
100 'public/common/sandbox_linux.h', | 100 'public/common/sandbox_linux.h', |
101 'public/common/sandbox_type_mac.h', | 101 'public/common/sandbox_type_mac.h', |
102 'public/common/sandboxed_process_launcher_delegate.cc', | 102 'public/common/sandboxed_process_launcher_delegate.cc', |
103 'public/common/sandboxed_process_launcher_delegate.h', | 103 'public/common/sandboxed_process_launcher_delegate.h', |
104 'public/common/security_style.h', | 104 'public/common/security_style.h', |
| 105 'public/common/service_registry.h', |
105 'public/common/show_desktop_notification_params.cc', | 106 'public/common/show_desktop_notification_params.cc', |
106 'public/common/show_desktop_notification_params.h', | 107 'public/common/show_desktop_notification_params.h', |
107 'public/common/signed_certificate_timestamp_id_and_status.cc', | 108 'public/common/signed_certificate_timestamp_id_and_status.cc', |
108 'public/common/signed_certificate_timestamp_id_and_status.h', | 109 'public/common/signed_certificate_timestamp_id_and_status.h', |
109 'public/common/speech_recognition_error.h', | 110 'public/common/speech_recognition_error.h', |
110 'public/common/speech_recognition_grammar.h', | 111 'public/common/speech_recognition_grammar.h', |
111 'public/common/speech_recognition_result.cc', | 112 'public/common/speech_recognition_result.cc', |
112 'public/common/speech_recognition_result.h', | 113 'public/common/speech_recognition_result.h', |
113 'public/common/ssl_status.cc', | 114 'public/common/ssl_status.cc', |
114 'public/common/ssl_status.h', | 115 'public/common/ssl_status.h', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'common/media/midi_messages.h', | 359 'common/media/midi_messages.h', |
359 'common/media/video_capture.h', | 360 'common/media/video_capture.h', |
360 'common/media/video_capture_messages.h', | 361 'common/media/video_capture_messages.h', |
361 'common/media/webrtc_identity_messages.h', | 362 'common/media/webrtc_identity_messages.h', |
362 'common/memory_benchmark_messages.h', | 363 'common/memory_benchmark_messages.h', |
363 'common/message_port_messages.h', | 364 'common/message_port_messages.h', |
364 'common/message_router.cc', | 365 'common/message_router.cc', |
365 'common/message_router.h', | 366 'common/message_router.h', |
366 'common/mime_registry_messages.h', | 367 'common/mime_registry_messages.h', |
367 'common/mojo/mojo_messages.h', | 368 'common/mojo/mojo_messages.h', |
368 'common/mojo/mojo_service_names.cc', | 369 'common/mojo/service_registry_impl.cc', |
369 'common/mojo/mojo_service_names.h', | 370 'common/mojo/service_registry_impl.h', |
370 'common/navigation_gesture.h', | 371 'common/navigation_gesture.h', |
371 'common/net/url_fetcher.cc', | 372 'common/net/url_fetcher.cc', |
372 'common/net/url_request_user_data.cc', | 373 'common/net/url_request_user_data.cc', |
373 'common/net/url_request_user_data.h', | 374 'common/net/url_request_user_data.h', |
374 'common/one_writer_seqlock.cc', | 375 'common/one_writer_seqlock.cc', |
375 'common/one_writer_seqlock.h', | 376 'common/one_writer_seqlock.h', |
376 'common/p2p_messages.h', | 377 'common/p2p_messages.h', |
377 'common/page_state_serialization.cc', | 378 'common/page_state_serialization.cc', |
378 'common/page_state_serialization.h', | 379 'common/page_state_serialization.h', |
379 'common/page_zoom.cc', | 380 'common/page_zoom.cc', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 '../gpu/gpu.gyp:gles2_c_lib', | 517 '../gpu/gpu.gyp:gles2_c_lib', |
517 '../gpu/gpu.gyp:gles2_implementation', | 518 '../gpu/gpu.gyp:gles2_implementation', |
518 # TODO: the dependency on gl_in_process_context should be decoupled from | 519 # TODO: the dependency on gl_in_process_context should be decoupled from |
519 # content and moved to android_webview. See crbug.com/365797. | 520 # content and moved to android_webview. See crbug.com/365797. |
520 '../gpu/gpu.gyp:gl_in_process_context', | 521 '../gpu/gpu.gyp:gl_in_process_context', |
521 '../gpu/gpu.gyp:gpu_ipc', | 522 '../gpu/gpu.gyp:gpu_ipc', |
522 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 523 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
523 '../ipc/ipc.gyp:ipc', | 524 '../ipc/ipc.gyp:ipc', |
524 '../media/media.gyp:media', | 525 '../media/media.gyp:media', |
525 '../media/media.gyp:shared_memory_support', | 526 '../media/media.gyp:shared_memory_support', |
| 527 '../mojo/mojo.gyp:mojo_cpp_bindings', |
526 '../mojo/mojo.gyp:mojo_environment_chromium', | 528 '../mojo/mojo.gyp:mojo_environment_chromium', |
527 '../mojo/mojo.gyp:mojo_system_impl', | 529 '../mojo/mojo.gyp:mojo_system_impl', |
| 530 '../mojo/mojo.gyp:mojo_interface_provider_bindings', |
528 '../third_party/WebKit/public/blink.gyp:blink', | 531 '../third_party/WebKit/public/blink.gyp:blink', |
529 '../ui/gl/gl.gyp:gl', | 532 '../ui/gl/gl.gyp:gl', |
530 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 533 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
531 '../webkit/common/webkit_common.gyp:webkit_common', | 534 '../webkit/common/webkit_common.gyp:webkit_common', |
532 '../webkit/storage_browser.gyp:webkit_storage_browser', | 535 '../webkit/storage_browser.gyp:webkit_storage_browser', |
533 '../webkit/storage_common.gyp:webkit_storage_common', | 536 '../webkit/storage_common.gyp:webkit_storage_common', |
534 ], | 537 ], |
535 'actions': [ | 538 'actions': [ |
536 { | 539 { |
537 'action_name': 'generate_webkit_version', | 540 'action_name': 'generate_webkit_version', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
793 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 796 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
796 ], | 799 ], |
797 }, { | 800 }, { |
798 'defines': ['USE_SECCOMP_BPF'], | 801 'defines': ['USE_SECCOMP_BPF'], |
799 }], | 802 }], |
800 ], | 803 ], |
801 } | 804 } |
OLD | NEW |