Chromium Code Reviews| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 321 'common/gpu/image_transport_surface_calayer_mac.mm', | 321 'common/gpu/image_transport_surface_calayer_mac.mm', |
| 322 'common/gpu/image_transport_surface_fbo_mac.h', | 322 'common/gpu/image_transport_surface_fbo_mac.h', |
| 323 'common/gpu/image_transport_surface_fbo_mac.mm', | 323 'common/gpu/image_transport_surface_fbo_mac.mm', |
| 324 'common/gpu/image_transport_surface_iosurface_mac.cc', | 324 'common/gpu/image_transport_surface_iosurface_mac.cc', |
| 325 'common/gpu/image_transport_surface_iosurface_mac.h', | 325 'common/gpu/image_transport_surface_iosurface_mac.h', |
| 326 'common/gpu/image_transport_surface_linux.cc', | 326 'common/gpu/image_transport_surface_linux.cc', |
| 327 'common/gpu/image_transport_surface_mac.mm', | 327 'common/gpu/image_transport_surface_mac.mm', |
| 328 'common/gpu/image_transport_surface_win.cc', | 328 'common/gpu/image_transport_surface_win.cc', |
| 329 'common/gpu/media/fake_video_decode_accelerator.cc', | 329 'common/gpu/media/fake_video_decode_accelerator.cc', |
| 330 'common/gpu/media/fake_video_decode_accelerator.h', | 330 'common/gpu/media/fake_video_decode_accelerator.h', |
| 331 'common/gpu/media/gpu_video_accelerator_util.h', | |
| 332 'common/gpu/media/gpu_video_accelerator_util.cc', | |
|
Pawel Osciak
2015/03/26 08:36:40
.cc should come before .h
henryhsu_tw
2015/03/26 09:38:34
Done.
| |
| 331 'common/gpu/media/gpu_video_decode_accelerator.cc', | 333 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 332 'common/gpu/media/gpu_video_decode_accelerator.h', | 334 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 333 'common/gpu/media/gpu_video_encode_accelerator.cc', | 335 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 334 'common/gpu/media/gpu_video_encode_accelerator.h', | 336 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 335 'common/gpu/null_transport_surface.cc', | 337 'common/gpu/null_transport_surface.cc', |
| 336 'common/gpu/null_transport_surface.h', | 338 'common/gpu/null_transport_surface.h', |
| 337 'common/gpu/stream_texture_android.cc', | 339 'common/gpu/stream_texture_android.cc', |
| 338 'common/gpu/stream_texture_android.h', | 340 'common/gpu/stream_texture_android.h', |
| 339 'common/handle_enumerator_win.cc', | 341 'common/handle_enumerator_win.cc', |
| 340 'common/handle_enumerator_win.h', | 342 'common/handle_enumerator_win.h', |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1045 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1046 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1048 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1050 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1049 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1050 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1051 ], | 1053 ], |
| 1052 }], | 1054 }], |
| 1053 ], | 1055 ], |
| 1054 } | 1056 } |
| OLD | NEW |