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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'public/common/resource_response_info.cc', | 94 'public/common/resource_response_info.cc', |
95 'public/common/resource_response_info.h', | 95 'public/common/resource_response_info.h', |
96 'public/common/result_codes.h', | 96 'public/common/result_codes.h', |
97 'public/common/result_codes_list.h', | 97 'public/common/result_codes_list.h', |
98 'public/common/sandbox_init.h', | 98 'public/common/sandbox_init.h', |
99 'public/common/sandbox_linux.h', | 99 'public/common/sandbox_linux.h', |
100 'public/common/sandbox_type_mac.h', | 100 'public/common/sandbox_type_mac.h', |
101 'public/common/sandboxed_process_launcher_delegate.cc', | 101 'public/common/sandboxed_process_launcher_delegate.cc', |
102 'public/common/sandboxed_process_launcher_delegate.h', | 102 'public/common/sandboxed_process_launcher_delegate.h', |
103 'public/common/security_style.h', | 103 'public/common/security_style.h', |
| 104 'public/common/service_registry.h', |
104 'public/common/show_desktop_notification_params.cc', | 105 'public/common/show_desktop_notification_params.cc', |
105 'public/common/show_desktop_notification_params.h', | 106 'public/common/show_desktop_notification_params.h', |
106 'public/common/signed_certificate_timestamp_id_and_status.cc', | 107 'public/common/signed_certificate_timestamp_id_and_status.cc', |
107 'public/common/signed_certificate_timestamp_id_and_status.h', | 108 'public/common/signed_certificate_timestamp_id_and_status.h', |
108 'public/common/speech_recognition_error.h', | 109 'public/common/speech_recognition_error.h', |
109 'public/common/speech_recognition_grammar.h', | 110 'public/common/speech_recognition_grammar.h', |
110 'public/common/speech_recognition_result.cc', | 111 'public/common/speech_recognition_result.cc', |
111 'public/common/speech_recognition_result.h', | 112 'public/common/speech_recognition_result.h', |
112 'public/common/ssl_status.cc', | 113 'public/common/ssl_status.cc', |
113 'public/common/ssl_status.h', | 114 'public/common/ssl_status.h', |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'common/media/midi_messages.h', | 368 'common/media/midi_messages.h', |
368 'common/media/video_capture.h', | 369 'common/media/video_capture.h', |
369 'common/media/video_capture_messages.h', | 370 'common/media/video_capture_messages.h', |
370 'common/media/webrtc_identity_messages.h', | 371 'common/media/webrtc_identity_messages.h', |
371 'common/memory_benchmark_messages.h', | 372 'common/memory_benchmark_messages.h', |
372 'common/message_port_messages.h', | 373 'common/message_port_messages.h', |
373 'common/message_router.cc', | 374 'common/message_router.cc', |
374 'common/message_router.h', | 375 'common/message_router.h', |
375 'common/mime_registry_messages.h', | 376 'common/mime_registry_messages.h', |
376 'common/mojo/mojo_messages.h', | 377 'common/mojo/mojo_messages.h', |
377 'common/mojo/mojo_service_names.cc', | 378 'common/mojo/service_registry_impl.cc', |
378 'common/mojo/mojo_service_names.h', | 379 'common/mojo/service_registry_impl.h', |
379 'common/navigation_gesture.h', | 380 'common/navigation_gesture.h', |
380 'common/net/url_fetcher.cc', | 381 'common/net/url_fetcher.cc', |
381 'common/net/url_request_user_data.cc', | 382 'common/net/url_request_user_data.cc', |
382 'common/net/url_request_user_data.h', | 383 'common/net/url_request_user_data.h', |
383 'common/one_writer_seqlock.cc', | 384 'common/one_writer_seqlock.cc', |
384 'common/one_writer_seqlock.h', | 385 'common/one_writer_seqlock.h', |
385 'common/p2p_messages.h', | 386 'common/p2p_messages.h', |
386 'common/page_state_serialization.cc', | 387 'common/page_state_serialization.cc', |
387 'common/page_state_serialization.h', | 388 'common/page_state_serialization.h', |
388 'common/page_zoom.cc', | 389 'common/page_zoom.cc', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 '../gpu/gpu.gyp:gles2_c_lib', | 526 '../gpu/gpu.gyp:gles2_c_lib', |
526 '../gpu/gpu.gyp:gles2_implementation', | 527 '../gpu/gpu.gyp:gles2_implementation', |
527 # TODO: the dependency on gl_in_process_context should be decoupled from | 528 # TODO: the dependency on gl_in_process_context should be decoupled from |
528 # content and moved to android_webview. See crbug.com/365797. | 529 # content and moved to android_webview. See crbug.com/365797. |
529 '../gpu/gpu.gyp:gl_in_process_context', | 530 '../gpu/gpu.gyp:gl_in_process_context', |
530 '../gpu/gpu.gyp:gpu_ipc', | 531 '../gpu/gpu.gyp:gpu_ipc', |
531 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 532 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
532 '../ipc/ipc.gyp:ipc', | 533 '../ipc/ipc.gyp:ipc', |
533 '../media/media.gyp:media', | 534 '../media/media.gyp:media', |
534 '../media/media.gyp:shared_memory_support', | 535 '../media/media.gyp:shared_memory_support', |
| 536 '../mojo/mojo.gyp:mojo_cpp_bindings', |
535 '../mojo/mojo.gyp:mojo_environment_chromium', | 537 '../mojo/mojo.gyp:mojo_environment_chromium', |
536 '../mojo/mojo.gyp:mojo_system_impl', | 538 '../mojo/mojo.gyp:mojo_system_impl', |
| 539 '../mojo/mojo.gyp:mojo_interface_provider_bindings', |
537 '../third_party/WebKit/public/blink.gyp:blink', | 540 '../third_party/WebKit/public/blink.gyp:blink', |
538 '../ui/gl/gl.gyp:gl', | 541 '../ui/gl/gl.gyp:gl', |
539 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 542 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
540 '../webkit/common/webkit_common.gyp:webkit_common', | 543 '../webkit/common/webkit_common.gyp:webkit_common', |
541 '../webkit/storage_browser.gyp:webkit_storage_browser', | 544 '../webkit/storage_browser.gyp:webkit_storage_browser', |
542 '../webkit/storage_common.gyp:webkit_storage_common', | 545 '../webkit/storage_common.gyp:webkit_storage_common', |
543 ], | 546 ], |
544 'actions': [ | 547 'actions': [ |
545 { | 548 { |
546 'action_name': 'generate_webkit_version', | 549 'action_name': 'generate_webkit_version', |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 }, { | 805 }, { |
803 'defines': ['USE_SECCOMP_BPF'], | 806 'defines': ['USE_SECCOMP_BPF'], |
804 }], | 807 }], |
805 ['use_ozone==1', { | 808 ['use_ozone==1', { |
806 'dependencies': [ | 809 'dependencies': [ |
807 '../ui/ozone/ozone.gyp:ozone', | 810 '../ui/ozone/ozone.gyp:ozone', |
808 ], | 811 ], |
809 }], | 812 }], |
810 ], | 813 ], |
811 } | 814 } |
OLD | NEW |