| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'common/input/web_touch_event_traits.h', | 397 'common/input/web_touch_event_traits.h', |
| 398 'common/input_messages.h', | 398 'common/input_messages.h', |
| 399 'common/inter_process_time_ticks_converter.cc', | 399 'common/inter_process_time_ticks_converter.cc', |
| 400 'common/inter_process_time_ticks_converter.h', | 400 'common/inter_process_time_ticks_converter.h', |
| 401 'common/mac/attributed_string_coder.h', | 401 'common/mac/attributed_string_coder.h', |
| 402 'common/mac/attributed_string_coder.mm', | 402 'common/mac/attributed_string_coder.mm', |
| 403 'common/mac/font_descriptor.h', | 403 'common/mac/font_descriptor.h', |
| 404 'common/mac/font_descriptor.mm', | 404 'common/mac/font_descriptor.mm', |
| 405 'common/mac/font_loader.h', | 405 'common/mac/font_loader.h', |
| 406 'common/mac/font_loader.mm', | 406 'common/mac/font_loader.mm', |
| 407 'common/manifest_manager_messages.h', | |
| 408 'common/media/aec_dump_messages.h', | 407 'common/media/aec_dump_messages.h', |
| 409 'common/media/audio_messages.h', | 408 'common/media/audio_messages.h', |
| 410 'common/media/cdm_info.cc', | 409 'common/media/cdm_info.cc', |
| 411 'common/media/cdm_messages.h', | 410 'common/media/cdm_messages.h', |
| 412 'common/media/cdm_messages_enums.h', | 411 'common/media/cdm_messages_enums.h', |
| 413 'common/media/media_player_delegate_messages.h', | 412 'common/media/media_player_delegate_messages.h', |
| 414 'common/media/media_player_messages_android.h', | 413 'common/media/media_player_messages_android.h', |
| 415 'common/media/media_session_messages_android.h', | 414 'common/media/media_session_messages_android.h', |
| 416 'common/media/media_stream_messages.h', | 415 'common/media/media_stream_messages.h', |
| 417 'common/media/media_stream_options.cc', | 416 'common/media/media_stream_options.cc', |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 ], | 660 ], |
| 662 }], | 661 }], |
| 663 ['enable_ipc_fuzzer==1', { | 662 ['enable_ipc_fuzzer==1', { |
| 664 'sources': [ | 663 'sources': [ |
| 665 'common/external_ipc_dumper.cc', | 664 'common/external_ipc_dumper.cc', |
| 666 'common/external_ipc_dumper.h', | 665 'common/external_ipc_dumper.h', |
| 667 ], | 666 ], |
| 668 }], | 667 }], |
| 669 ], | 668 ], |
| 670 } | 669 } |
| OLD | NEW |