| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'common/gpu/media/gpu_video_encode_accelerator.cc', | 343 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 344 'common/gpu/media/gpu_video_encode_accelerator.h', | 344 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 345 'common/gpu/null_transport_surface.cc', | 345 'common/gpu/null_transport_surface.cc', |
| 346 'common/gpu/null_transport_surface.h', | 346 'common/gpu/null_transport_surface.h', |
| 347 'common/gpu/stream_texture_android.cc', | 347 'common/gpu/stream_texture_android.cc', |
| 348 'common/gpu/stream_texture_android.h', | 348 'common/gpu/stream_texture_android.h', |
| 349 'common/host_discardable_shared_memory_manager.cc', | 349 'common/host_discardable_shared_memory_manager.cc', |
| 350 'common/host_discardable_shared_memory_manager.h', | 350 'common/host_discardable_shared_memory_manager.h', |
| 351 'common/host_shared_bitmap_manager.cc', | 351 'common/host_shared_bitmap_manager.cc', |
| 352 'common/host_shared_bitmap_manager.h', | 352 'common/host_shared_bitmap_manager.h', |
| 353 'common/image_messages.h', | |
| 354 'common/indexed_db/indexed_db_constants.h', | 353 'common/indexed_db/indexed_db_constants.h', |
| 355 'common/indexed_db/indexed_db_key.cc', | 354 'common/indexed_db/indexed_db_key.cc', |
| 356 'common/indexed_db/indexed_db_key.h', | 355 'common/indexed_db/indexed_db_key.h', |
| 357 'common/indexed_db/indexed_db_key_path.cc', | 356 'common/indexed_db/indexed_db_key_path.cc', |
| 358 'common/indexed_db/indexed_db_key_path.h', | 357 'common/indexed_db/indexed_db_key_path.h', |
| 359 'common/indexed_db/indexed_db_key_range.cc', | 358 'common/indexed_db/indexed_db_key_range.cc', |
| 360 'common/indexed_db/indexed_db_key_range.h', | 359 'common/indexed_db/indexed_db_key_range.h', |
| 361 'common/indexed_db/indexed_db_messages.h', | 360 'common/indexed_db/indexed_db_messages.h', |
| 362 'common/indexed_db/indexed_db_param_traits.cc', | 361 'common/indexed_db/indexed_db_param_traits.cc', |
| 363 'common/indexed_db/indexed_db_param_traits.h', | 362 'common/indexed_db/indexed_db_param_traits.h', |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1058 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1059 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1061 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1062 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1061 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1062 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1064 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1065 ], | 1064 ], |
| 1066 }], | 1065 }], |
| 1067 ], | 1066 ], |
| 1068 } | 1067 } |
| OLD | NEW |