| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'common/gpu/media/gpu_video_decode_accelerator.cc', | 362 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 363 'common/gpu/media/gpu_video_decode_accelerator.h', | 363 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 364 'common/gpu/media/gpu_video_encode_accelerator.cc', | 364 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 365 'common/gpu/media/gpu_video_encode_accelerator.h', | 365 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 366 'common/gpu/stream_texture_android.cc', | 366 'common/gpu/stream_texture_android.cc', |
| 367 'common/gpu/stream_texture_android.h', | 367 'common/gpu/stream_texture_android.h', |
| 368 'common/host_discardable_shared_memory_manager.cc', | 368 'common/host_discardable_shared_memory_manager.cc', |
| 369 'common/host_discardable_shared_memory_manager.h', | 369 'common/host_discardable_shared_memory_manager.h', |
| 370 'common/host_shared_bitmap_manager.cc', | 370 'common/host_shared_bitmap_manager.cc', |
| 371 'common/host_shared_bitmap_manager.h', | 371 'common/host_shared_bitmap_manager.h', |
| 372 'common/id_type.h', | |
| 373 'common/in_process_child_thread_params.cc', | 372 'common/in_process_child_thread_params.cc', |
| 374 'common/in_process_child_thread_params.h', | 373 'common/in_process_child_thread_params.h', |
| 375 'common/indexed_db/indexed_db_constants.h', | 374 'common/indexed_db/indexed_db_constants.h', |
| 376 'common/indexed_db/indexed_db_key.cc', | 375 'common/indexed_db/indexed_db_key.cc', |
| 377 'common/indexed_db/indexed_db_key.h', | 376 'common/indexed_db/indexed_db_key.h', |
| 378 'common/indexed_db/indexed_db_key_path.cc', | 377 'common/indexed_db/indexed_db_key_path.cc', |
| 379 'common/indexed_db/indexed_db_key_path.h', | 378 'common/indexed_db/indexed_db_key_path.h', |
| 380 'common/indexed_db/indexed_db_key_range.cc', | 379 'common/indexed_db/indexed_db_key_range.cc', |
| 381 'common/indexed_db/indexed_db_key_range.h', | 380 'common/indexed_db/indexed_db_key_range.h', |
| 382 'common/indexed_db/indexed_db_messages.h', | 381 'common/indexed_db/indexed_db_messages.h', |
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1116 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1117 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1119 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1120 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1123 ], | 1122 ], |
| 1124 }], | 1123 }], |
| 1125 ], | 1124 ], |
| 1126 } | 1125 } |
| OLD | NEW |