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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'common/generic_shared_memory_id_generator.cc', | 343 'common/generic_shared_memory_id_generator.cc', |
344 'common/generic_shared_memory_id_generator.h', | 344 'common/generic_shared_memory_id_generator.h', |
345 'common/geofencing_messages.h', | 345 'common/geofencing_messages.h', |
346 'common/geofencing_types.cc', | 346 'common/geofencing_types.cc', |
347 'common/geofencing_types.h', | 347 'common/geofencing_types.h', |
348 'common/gin_java_bridge_messages.h', | 348 'common/gin_java_bridge_messages.h', |
349 'common/gpu/client/command_buffer_metrics.cc', | 349 'common/gpu/client/command_buffer_metrics.cc', |
350 'common/gpu/client/command_buffer_metrics.h', | 350 'common/gpu/client/command_buffer_metrics.h', |
351 'common/gpu/client/context_provider_command_buffer.cc', | 351 'common/gpu/client/context_provider_command_buffer.cc', |
352 'common/gpu/client/context_provider_command_buffer.h', | 352 'common/gpu/client/context_provider_command_buffer.h', |
353 'common/gpu/client/grcontext_for_gles2_interface.cc', | |
354 'common/gpu/client/grcontext_for_gles2_interface.h', | |
355 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 353 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
356 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 354 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
357 'common/gpu/media/fake_video_decode_accelerator.cc', | 355 'common/gpu/media/fake_video_decode_accelerator.cc', |
358 'common/gpu/media/fake_video_decode_accelerator.h', | 356 'common/gpu/media/fake_video_decode_accelerator.h', |
359 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', | 357 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', |
360 'common/gpu/media/gpu_jpeg_decode_accelerator.h', | 358 'common/gpu/media/gpu_jpeg_decode_accelerator.h', |
361 'common/gpu/media/gpu_video_decode_accelerator.cc', | 359 'common/gpu/media/gpu_video_decode_accelerator.cc', |
362 'common/gpu/media/gpu_video_decode_accelerator.h', | 360 'common/gpu/media/gpu_video_decode_accelerator.h', |
363 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.cc', | 361 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.cc', |
364 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.h', | 362 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.h', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 'sources!': [ | 1000 'sources!': [ |
1003 'common/cursors/webcursor_ozone.cc', | 1001 'common/cursors/webcursor_ozone.cc', |
1004 'common/font_list_ozone.cc', | 1002 'common/font_list_ozone.cc', |
1005 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1003 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1004 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1005 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1008 ], | 1006 ], |
1009 }], | 1007 }], |
1010 ], | 1008 ], |
1011 } | 1009 } |
OLD | NEW |