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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 'common/media/media_stream_messages.h', | 422 'common/media/media_stream_messages.h', |
423 'common/media/media_stream_options.cc', | 423 'common/media/media_stream_options.cc', |
424 'common/media/media_stream_options.h', | 424 'common/media/media_stream_options.h', |
425 'common/media/media_stream_track_metrics_host_messages.h', | 425 'common/media/media_stream_track_metrics_host_messages.h', |
426 'common/media/midi_messages.h', | 426 'common/media/midi_messages.h', |
427 'common/media/surface_view_manager_messages_android.h', | 427 'common/media/surface_view_manager_messages_android.h', |
428 'common/media/video_capture.h', | 428 'common/media/video_capture.h', |
429 'common/media/video_capture_messages.h', | 429 'common/media/video_capture_messages.h', |
430 'common/memory_messages.h', | 430 'common/memory_messages.h', |
431 'common/message_port_messages.h', | 431 'common/message_port_messages.h', |
| 432 'common/mojo/constants.cc', |
| 433 'common/mojo/constants.h', |
432 'common/mojo/embedded_application_runner.cc', | 434 'common/mojo/embedded_application_runner.cc', |
433 'common/mojo/embedded_application_runner.h', | 435 'common/mojo/embedded_application_runner.h', |
434 'common/mojo/mojo_shell_connection_impl.cc', | 436 'common/mojo/mojo_shell_connection_impl.cc', |
435 'common/mojo/mojo_shell_connection_impl.h', | 437 'common/mojo/mojo_shell_connection_impl.h', |
436 'common/navigation_gesture.h', | 438 'common/navigation_gesture.h', |
437 'common/navigation_params.cc', | 439 'common/navigation_params.cc', |
438 'common/navigation_params.h', | 440 'common/navigation_params.h', |
439 'common/net/url_fetcher.cc', | 441 'common/net/url_fetcher.cc', |
440 'common/net/url_request_service_worker_data.cc', | 442 'common/net/url_request_service_worker_data.cc', |
441 'common/net/url_request_service_worker_data.h', | 443 'common/net/url_request_service_worker_data.h', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 ], | 665 ], |
664 }], | 666 }], |
665 ['enable_ipc_fuzzer==1', { | 667 ['enable_ipc_fuzzer==1', { |
666 'sources': [ | 668 'sources': [ |
667 'common/external_ipc_dumper.cc', | 669 'common/external_ipc_dumper.cc', |
668 'common/external_ipc_dumper.h', | 670 'common/external_ipc_dumper.h', |
669 ], | 671 ], |
670 }], | 672 }], |
671 ], | 673 ], |
672 } | 674 } |
OLD | NEW |