| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc', | 338 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc', |
| 339 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h', | 339 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h', |
| 340 'common/gpu/buffer_presented_params_mac.cc', | 340 'common/gpu/buffer_presented_params_mac.cc', |
| 341 'common/gpu/buffer_presented_params_mac.h', | 341 'common/gpu/buffer_presented_params_mac.h', |
| 342 'common/gpu/client/command_buffer_metrics.cc', | 342 'common/gpu/client/command_buffer_metrics.cc', |
| 343 'common/gpu/client/command_buffer_metrics.h', | 343 'common/gpu/client/command_buffer_metrics.h', |
| 344 'common/gpu/client/command_buffer_proxy_impl.cc', | 344 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 345 'common/gpu/client/command_buffer_proxy_impl.h', | 345 'common/gpu/client/command_buffer_proxy_impl.h', |
| 346 'common/gpu/client/context_provider_command_buffer.cc', | 346 'common/gpu/client/context_provider_command_buffer.cc', |
| 347 'common/gpu/client/context_provider_command_buffer.h', | 347 'common/gpu/client/context_provider_command_buffer.h', |
| 348 'common/gpu/client/gl_helper.cc', | |
| 349 'common/gpu/client/gl_helper.h', | |
| 350 'common/gpu/client/gl_helper_readback_support.cc', | |
| 351 'common/gpu/client/gl_helper_readback_support.h', | |
| 352 'common/gpu/client/gl_helper_scaling.cc', | |
| 353 'common/gpu/client/gl_helper_scaling.h', | |
| 354 'common/gpu/client/gpu_channel_host.cc', | 348 'common/gpu/client/gpu_channel_host.cc', |
| 355 'common/gpu/client/gpu_channel_host.h', | 349 'common/gpu/client/gpu_channel_host.h', |
| 356 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', | 350 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', |
| 357 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', | 351 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', |
| 358 'common/gpu/client/gpu_memory_buffer_impl.cc', | 352 'common/gpu/client/gpu_memory_buffer_impl.cc', |
| 359 'common/gpu/client/gpu_memory_buffer_impl.h', | 353 'common/gpu/client/gpu_memory_buffer_impl.h', |
| 360 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 354 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 361 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 355 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 362 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', | 356 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', |
| 363 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', | 357 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', |
| (...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1112 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1114 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1115 ], | 1109 ], |
| 1116 }], | 1110 }], |
| 1117 ], | 1111 ], |
| 1118 } | 1112 } |
| OLD | NEW |