| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'common/font_list_pango.cc', | 325 'common/font_list_pango.cc', |
| 326 'common/font_list_win.cc', | 326 'common/font_list_win.cc', |
| 327 'common/frame_message_enums.h', | 327 'common/frame_message_enums.h', |
| 328 'common/frame_messages.h', | 328 'common/frame_messages.h', |
| 329 'common/frame_replication_state.cc', | 329 'common/frame_replication_state.cc', |
| 330 'common/frame_replication_state.h', | 330 'common/frame_replication_state.h', |
| 331 'common/gamepad_hardware_buffer.h', | 331 'common/gamepad_hardware_buffer.h', |
| 332 'common/gamepad_messages.h', | 332 'common/gamepad_messages.h', |
| 333 'common/gamepad_param_traits.cc', | 333 'common/gamepad_param_traits.cc', |
| 334 'common/gamepad_param_traits.h', | 334 'common/gamepad_param_traits.h', |
| 335 'common/gamepad_user_gesture.cc', | |
| 336 'common/gamepad_user_gesture.h', | |
| 337 'common/generic_shared_memory_id_generator.cc', | 335 'common/generic_shared_memory_id_generator.cc', |
| 338 'common/generic_shared_memory_id_generator.h', | 336 'common/generic_shared_memory_id_generator.h', |
| 339 'common/gin_java_bridge_messages.h', | 337 'common/gin_java_bridge_messages.h', |
| 340 'common/gpu/client/command_buffer_metrics.cc', | 338 'common/gpu/client/command_buffer_metrics.cc', |
| 341 'common/gpu/client/command_buffer_metrics.h', | 339 'common/gpu/client/command_buffer_metrics.h', |
| 342 'common/gpu/client/context_provider_command_buffer.cc', | 340 'common/gpu/client/context_provider_command_buffer.cc', |
| 343 'common/gpu/client/context_provider_command_buffer.h', | 341 'common/gpu/client/context_provider_command_buffer.h', |
| 344 'common/gpu_host_messages.h', | 342 'common/gpu_host_messages.h', |
| 345 'common/gpu_process_launch_causes.h', | 343 'common/gpu_process_launch_causes.h', |
| 346 'common/host_discardable_shared_memory_manager.cc', | 344 'common/host_discardable_shared_memory_manager.cc', |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 ], | 662 ], |
| 665 }], | 663 }], |
| 666 ['enable_ipc_fuzzer==1', { | 664 ['enable_ipc_fuzzer==1', { |
| 667 'sources': [ | 665 'sources': [ |
| 668 'common/external_ipc_dumper.cc', | 666 'common/external_ipc_dumper.cc', |
| 669 'common/external_ipc_dumper.h', | 667 'common/external_ipc_dumper.h', |
| 670 ], | 668 ], |
| 671 }], | 669 }], |
| 672 ], | 670 ], |
| 673 } | 671 } |
| OLD | NEW |