| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 'common/inter_process_time_ticks_converter.cc', | 395 'common/inter_process_time_ticks_converter.cc', |
| 396 'common/inter_process_time_ticks_converter.h', | 396 'common/inter_process_time_ticks_converter.h', |
| 397 'common/in_process_child_thread_params.cc', | 397 'common/in_process_child_thread_params.cc', |
| 398 'common/in_process_child_thread_params.h', | 398 'common/in_process_child_thread_params.h', |
| 399 'common/mac/attributed_string_coder.h', | 399 'common/mac/attributed_string_coder.h', |
| 400 'common/mac/attributed_string_coder.mm', | 400 'common/mac/attributed_string_coder.mm', |
| 401 'common/mac/font_descriptor.h', | 401 'common/mac/font_descriptor.h', |
| 402 'common/mac/font_descriptor.mm', | 402 'common/mac/font_descriptor.mm', |
| 403 'common/mac/font_loader.h', | 403 'common/mac/font_loader.h', |
| 404 'common/mac/font_loader.mm', | 404 'common/mac/font_loader.mm', |
| 405 'common/mac/io_surface_manager.cc', |
| 406 'common/mac/io_surface_manager.h', |
| 405 'common/manifest_manager_messages.h', | 407 'common/manifest_manager_messages.h', |
| 406 'common/media/aec_dump_messages.h', | 408 'common/media/aec_dump_messages.h', |
| 407 'common/media/audio_messages.h', | 409 'common/media/audio_messages.h', |
| 408 'common/media/cdm_messages.h', | 410 'common/media/cdm_messages.h', |
| 409 'common/media/cdm_messages_enums.h', | 411 'common/media/cdm_messages_enums.h', |
| 410 'common/media/media_param_traits.cc', | 412 'common/media/media_param_traits.cc', |
| 411 'common/media/media_param_traits.h', | 413 'common/media/media_param_traits.h', |
| 412 'common/media/media_player_messages_android.h', | 414 'common/media/media_player_messages_android.h', |
| 413 'common/media/media_player_messages_enums_android.h', | 415 'common/media/media_player_messages_enums_android.h', |
| 414 'common/media/media_stream_messages.h', | 416 'common/media/media_stream_messages.h', |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1053 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1052 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1053 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1054 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1056 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1055 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1056 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1058 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1057 ], | 1059 ], |
| 1058 }], | 1060 }], |
| 1059 ], | 1061 ], |
| 1060 } | 1062 } |
| OLD | NEW |