| 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 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'common/input/web_touch_event_traits.h', | 397 'common/input/web_touch_event_traits.h', |
| 398 'common/input_messages.h', | 398 'common/input_messages.h', |
| 399 'common/inter_process_time_ticks_converter.cc', | 399 'common/inter_process_time_ticks_converter.cc', |
| 400 'common/inter_process_time_ticks_converter.h', | 400 'common/inter_process_time_ticks_converter.h', |
| 401 'common/mac/attributed_string_coder.h', | 401 'common/mac/attributed_string_coder.h', |
| 402 'common/mac/attributed_string_coder.mm', | 402 'common/mac/attributed_string_coder.mm', |
| 403 'common/mac/font_descriptor.h', | 403 'common/mac/font_descriptor.h', |
| 404 'common/mac/font_descriptor.mm', | 404 'common/mac/font_descriptor.mm', |
| 405 'common/mac/font_loader.h', | 405 'common/mac/font_loader.h', |
| 406 'common/mac/font_loader.mm', | 406 'common/mac/font_loader.mm', |
| 407 'common/manifest_manager_messages.h', | |
| 408 'common/media/aec_dump_messages.h', | 407 'common/media/aec_dump_messages.h', |
| 409 'common/media/audio_messages.h', | 408 'common/media/audio_messages.h', |
| 410 'common/media/cdm_info.cc', | 409 'common/media/cdm_info.cc', |
| 411 'common/media/cdm_messages.h', | 410 'common/media/cdm_messages.h', |
| 412 'common/media/cdm_messages_enums.h', | 411 'common/media/cdm_messages_enums.h', |
| 413 'common/media/media_player_delegate_messages.h', | 412 'common/media/media_player_delegate_messages.h', |
| 414 'common/media/media_player_messages_android.h', | 413 'common/media/media_player_messages_android.h', |
| 415 'common/media/media_session_messages_android.h', | 414 'common/media/media_session_messages_android.h', |
| 416 'common/media/media_stream_messages.h', | 415 'common/media/media_stream_messages.h', |
| 417 'common/media/media_stream_options.cc', | 416 'common/media/media_stream_options.cc', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'sources!': [ | 656 'sources!': [ |
| 658 'common/cursors/webcursor_ozone.cc', | 657 'common/cursors/webcursor_ozone.cc', |
| 659 'common/font_list_ozone.cc', | 658 'common/font_list_ozone.cc', |
| 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 659 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 663 ], | 662 ], |
| 664 }], | 663 }], |
| 665 ], | 664 ], |
| 666 } | 665 } |
| OLD | NEW |