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