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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'common/media/media_player_messages_android.h', | 416 'common/media/media_player_messages_android.h', |
417 'common/media/media_session_messages_android.h', | 417 'common/media/media_session_messages_android.h', |
418 'common/media/media_stream_messages.h', | 418 'common/media/media_stream_messages.h', |
419 'common/media/media_stream_options.cc', | 419 'common/media/media_stream_options.cc', |
420 'common/media/media_stream_options.h', | 420 'common/media/media_stream_options.h', |
421 'common/media/media_stream_track_metrics_host_messages.h', | 421 'common/media/media_stream_track_metrics_host_messages.h', |
422 'common/media/midi_messages.h', | 422 'common/media/midi_messages.h', |
423 'common/media/surface_view_manager_messages_android.h', | 423 'common/media/surface_view_manager_messages_android.h', |
424 'common/media/video_capture.h', | 424 'common/media/video_capture.h', |
425 'common/media/video_capture_messages.h', | 425 'common/media/video_capture_messages.h', |
426 'common/media/webrtc_identity_messages.h', | |
427 'common/memory_messages.h', | 426 'common/memory_messages.h', |
428 'common/message_port_messages.h', | 427 'common/message_port_messages.h', |
429 'common/mime_registry_messages.h', | 428 'common/mime_registry_messages.h', |
430 'common/mojo/embedded_application_runner.cc', | 429 'common/mojo/embedded_application_runner.cc', |
431 'common/mojo/embedded_application_runner.h', | 430 'common/mojo/embedded_application_runner.h', |
432 'common/mojo/mojo_shell_connection_impl.cc', | 431 'common/mojo/mojo_shell_connection_impl.cc', |
433 'common/mojo/mojo_shell_connection_impl.h', | 432 'common/mojo/mojo_shell_connection_impl.h', |
434 'common/mojo/service_registry_impl.cc', | 433 'common/mojo/service_registry_impl.cc', |
435 'common/mojo/service_registry_impl.h', | 434 'common/mojo/service_registry_impl.h', |
436 'common/navigation_gesture.h', | 435 'common/navigation_gesture.h', |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 ], | 662 ], |
664 }], | 663 }], |
665 ['enable_ipc_fuzzer==1', { | 664 ['enable_ipc_fuzzer==1', { |
666 'sources': [ | 665 'sources': [ |
667 'common/external_ipc_dumper.cc', | 666 'common/external_ipc_dumper.cc', |
668 'common/external_ipc_dumper.h', | 667 'common/external_ipc_dumper.h', |
669 ], | 668 ], |
670 }], | 669 }], |
671 ], | 670 ], |
672 } | 671 } |
OLD | NEW |