| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 'common/gpu/media/gpu_video_encode_accelerator.cc', | 352 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 353 'common/gpu/media/gpu_video_encode_accelerator.h', | 353 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 354 'common/gpu/null_transport_surface.cc', | 354 'common/gpu/null_transport_surface.cc', |
| 355 'common/gpu/null_transport_surface.h', | 355 'common/gpu/null_transport_surface.h', |
| 356 'common/gpu/stream_texture_android.cc', | 356 'common/gpu/stream_texture_android.cc', |
| 357 'common/gpu/stream_texture_android.h', | 357 'common/gpu/stream_texture_android.h', |
| 358 'common/host_discardable_shared_memory_manager.cc', | 358 'common/host_discardable_shared_memory_manager.cc', |
| 359 'common/host_discardable_shared_memory_manager.h', | 359 'common/host_discardable_shared_memory_manager.h', |
| 360 'common/host_shared_bitmap_manager.cc', | 360 'common/host_shared_bitmap_manager.cc', |
| 361 'common/host_shared_bitmap_manager.h', | 361 'common/host_shared_bitmap_manager.h', |
| 362 'common/image_messages.h', | |
| 363 'common/indexed_db/indexed_db_constants.h', | 362 'common/indexed_db/indexed_db_constants.h', |
| 364 'common/indexed_db/indexed_db_key.cc', | 363 'common/indexed_db/indexed_db_key.cc', |
| 365 'common/indexed_db/indexed_db_key.h', | 364 'common/indexed_db/indexed_db_key.h', |
| 366 'common/indexed_db/indexed_db_key_path.cc', | 365 'common/indexed_db/indexed_db_key_path.cc', |
| 367 'common/indexed_db/indexed_db_key_path.h', | 366 'common/indexed_db/indexed_db_key_path.h', |
| 368 'common/indexed_db/indexed_db_key_range.cc', | 367 'common/indexed_db/indexed_db_key_range.cc', |
| 369 'common/indexed_db/indexed_db_key_range.h', | 368 'common/indexed_db/indexed_db_key_range.h', |
| 370 'common/indexed_db/indexed_db_messages.h', | 369 'common/indexed_db/indexed_db_messages.h', |
| 371 'common/indexed_db/indexed_db_param_traits.cc', | 370 'common/indexed_db/indexed_db_param_traits.cc', |
| 372 'common/indexed_db/indexed_db_param_traits.h', | 371 'common/indexed_db/indexed_db_param_traits.h', |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1071 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1073 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1072 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1074 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1073 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1075 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1074 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1076 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1075 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1077 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1076 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1078 ], | 1077 ], |
| 1079 }], | 1078 }], |
| 1080 ], | 1079 ], |
| 1081 } | 1080 } |
| OLD | NEW |