| 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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'common/frame_replication_state.cc', | 330 'common/frame_replication_state.cc', |
| 331 'common/frame_replication_state.h', | 331 'common/frame_replication_state.h', |
| 332 'common/gamepad_hardware_buffer.h', | 332 'common/gamepad_hardware_buffer.h', |
| 333 'common/gamepad_messages.h', | 333 'common/gamepad_messages.h', |
| 334 'common/gamepad_param_traits.cc', | 334 'common/gamepad_param_traits.cc', |
| 335 'common/gamepad_param_traits.h', | 335 'common/gamepad_param_traits.h', |
| 336 'common/gamepad_user_gesture.cc', | 336 'common/gamepad_user_gesture.cc', |
| 337 'common/gamepad_user_gesture.h', | 337 'common/gamepad_user_gesture.h', |
| 338 'common/generic_shared_memory_id_generator.cc', | 338 'common/generic_shared_memory_id_generator.cc', |
| 339 'common/generic_shared_memory_id_generator.h', | 339 'common/generic_shared_memory_id_generator.h', |
| 340 'common/geofencing_messages.h', | |
| 341 'common/geofencing_types.cc', | |
| 342 'common/geofencing_types.h', | |
| 343 'common/gin_java_bridge_messages.h', | 340 'common/gin_java_bridge_messages.h', |
| 344 'common/gpu/client/command_buffer_metrics.cc', | 341 'common/gpu/client/command_buffer_metrics.cc', |
| 345 'common/gpu/client/command_buffer_metrics.h', | 342 'common/gpu/client/command_buffer_metrics.h', |
| 346 'common/gpu/client/context_provider_command_buffer.cc', | 343 'common/gpu/client/context_provider_command_buffer.cc', |
| 347 'common/gpu/client/context_provider_command_buffer.h', | 344 'common/gpu/client/context_provider_command_buffer.h', |
| 348 'common/gpu_host_messages.h', | 345 'common/gpu_host_messages.h', |
| 349 'common/gpu_process_launch_causes.h', | 346 'common/gpu_process_launch_causes.h', |
| 350 'common/host_discardable_shared_memory_manager.cc', | 347 'common/host_discardable_shared_memory_manager.cc', |
| 351 'common/host_discardable_shared_memory_manager.h', | 348 'common/host_discardable_shared_memory_manager.h', |
| 352 'common/host_shared_bitmap_manager.cc', | 349 'common/host_shared_bitmap_manager.cc', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'sources!': [ | 661 'sources!': [ |
| 665 'common/cursors/webcursor_ozone.cc', | 662 'common/cursors/webcursor_ozone.cc', |
| 666 'common/font_list_ozone.cc', | 663 'common/font_list_ozone.cc', |
| 667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 664 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 666 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 670 ], | 667 ], |
| 671 }], | 668 }], |
| 672 ], | 669 ], |
| 673 } | 670 } |
| OLD | NEW |