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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'common/media/midi_messages.h', | 360 'common/media/midi_messages.h', |
360 'common/media/video_capture.h', | 361 'common/media/video_capture.h', |
361 'common/media/video_capture_messages.h', | 362 'common/media/video_capture_messages.h', |
362 'common/media/webrtc_identity_messages.h', | 363 'common/media/webrtc_identity_messages.h', |
363 'common/memory_benchmark_messages.h', | 364 'common/memory_benchmark_messages.h', |
364 'common/message_port_messages.h', | 365 'common/message_port_messages.h', |
365 'common/message_router.cc', | 366 'common/message_router.cc', |
366 'common/message_router.h', | 367 'common/message_router.h', |
367 'common/mime_registry_messages.h', | 368 'common/mime_registry_messages.h', |
368 'common/mojo/mojo_messages.h', | 369 'common/mojo/mojo_messages.h', |
369 'common/mojo/mojo_service_names.cc', | 370 'common/mojo/service_registry_impl.cc', |
370 'common/mojo/mojo_service_names.h', | 371 'common/mojo/service_registry_impl.h', |
371 'common/navigation_gesture.h', | 372 'common/navigation_gesture.h', |
372 'common/net/url_fetcher.cc', | 373 'common/net/url_fetcher.cc', |
373 'common/net/url_request_user_data.cc', | 374 'common/net/url_request_user_data.cc', |
374 'common/net/url_request_user_data.h', | 375 'common/net/url_request_user_data.h', |
375 'common/one_writer_seqlock.cc', | 376 'common/one_writer_seqlock.cc', |
376 'common/one_writer_seqlock.h', | 377 'common/one_writer_seqlock.h', |
377 'common/p2p_messages.h', | 378 'common/p2p_messages.h', |
378 'common/page_state_serialization.cc', | 379 'common/page_state_serialization.cc', |
379 'common/page_state_serialization.h', | 380 'common/page_state_serialization.h', |
380 'common/page_zoom.cc', | 381 'common/page_zoom.cc', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 '../gpu/gpu.gyp:gles2_c_lib', | 518 '../gpu/gpu.gyp:gles2_c_lib', |
518 '../gpu/gpu.gyp:gles2_implementation', | 519 '../gpu/gpu.gyp:gles2_implementation', |
519 # TODO: the dependency on gl_in_process_context should be decoupled from | 520 # TODO: the dependency on gl_in_process_context should be decoupled from |
520 # content and moved to android_webview. See crbug.com/365797. | 521 # content and moved to android_webview. See crbug.com/365797. |
521 '../gpu/gpu.gyp:gl_in_process_context', | 522 '../gpu/gpu.gyp:gl_in_process_context', |
522 '../gpu/gpu.gyp:gpu_ipc', | 523 '../gpu/gpu.gyp:gpu_ipc', |
523 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 524 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
524 '../ipc/ipc.gyp:ipc', | 525 '../ipc/ipc.gyp:ipc', |
525 '../media/media.gyp:media', | 526 '../media/media.gyp:media', |
526 '../media/media.gyp:shared_memory_support', | 527 '../media/media.gyp:shared_memory_support', |
| 528 '../mojo/mojo.gyp:mojo_cpp_bindings', |
527 '../mojo/mojo.gyp:mojo_environment_chromium', | 529 '../mojo/mojo.gyp:mojo_environment_chromium', |
528 '../mojo/mojo.gyp:mojo_system_impl', | 530 '../mojo/mojo.gyp:mojo_system_impl', |
| 531 '../mojo/mojo.gyp:mojo_interface_provider_bindings', |
529 '../third_party/WebKit/public/blink.gyp:blink', | 532 '../third_party/WebKit/public/blink.gyp:blink', |
530 '../ui/gl/gl.gyp:gl', | 533 '../ui/gl/gl.gyp:gl', |
531 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 534 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
532 '../webkit/common/webkit_common.gyp:webkit_common', | 535 '../webkit/common/webkit_common.gyp:webkit_common', |
533 '../webkit/storage_browser.gyp:webkit_storage_browser', | 536 '../webkit/storage_browser.gyp:webkit_storage_browser', |
534 '../webkit/storage_common.gyp:webkit_storage_common', | 537 '../webkit/storage_common.gyp:webkit_storage_common', |
535 ], | 538 ], |
536 'actions': [ | 539 'actions': [ |
537 { | 540 { |
538 'action_name': 'generate_webkit_version', | 541 'action_name': 'generate_webkit_version', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 798 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
796 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 799 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 800 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
799 ], | 802 ], |
800 }, { | 803 }, { |
801 'defines': ['USE_SECCOMP_BPF'], | 804 'defines': ['USE_SECCOMP_BPF'], |
802 }], | 805 }], |
803 ], | 806 ], |
804 } | 807 } |
OLD | NEW |