| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'common/input/web_touch_event_traits.h', | 372 'common/input/web_touch_event_traits.h', |
| 373 'common/input_messages.h', | 373 'common/input_messages.h', |
| 374 'common/inter_process_time_ticks_converter.cc', | 374 'common/inter_process_time_ticks_converter.cc', |
| 375 'common/inter_process_time_ticks_converter.h', | 375 'common/inter_process_time_ticks_converter.h', |
| 376 'common/mac/attributed_string_coder.h', | 376 'common/mac/attributed_string_coder.h', |
| 377 'common/mac/attributed_string_coder.mm', | 377 'common/mac/attributed_string_coder.mm', |
| 378 'common/mac/font_descriptor.h', | 378 'common/mac/font_descriptor.h', |
| 379 'common/mac/font_descriptor.mm', | 379 'common/mac/font_descriptor.mm', |
| 380 'common/mac/font_loader.h', | 380 'common/mac/font_loader.h', |
| 381 'common/mac/font_loader.mm', | 381 'common/mac/font_loader.mm', |
| 382 'common/manifest_manager_messages.h', |
| 382 'common/media/aec_dump_messages.h', | 383 'common/media/aec_dump_messages.h', |
| 383 'common/media/audio_messages.h', | 384 'common/media/audio_messages.h', |
| 384 'common/media/cdm_messages.h', | 385 'common/media/cdm_messages.h', |
| 385 'common/media/cdm_messages_enums.h', | 386 'common/media/cdm_messages_enums.h', |
| 386 'common/media/media_param_traits.cc', | 387 'common/media/media_param_traits.cc', |
| 387 'common/media/media_param_traits.h', | 388 'common/media/media_param_traits.h', |
| 388 'common/media/media_player_messages_android.h', | 389 'common/media/media_player_messages_android.h', |
| 389 'common/media/media_player_messages_enums_android.h', | 390 'common/media/media_player_messages_enums_android.h', |
| 390 'common/media/media_stream_messages.h', | 391 'common/media/media_stream_messages.h', |
| 391 'common/media/media_stream_options.cc', | 392 'common/media/media_stream_options.cc', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 ], | 909 ], |
| 909 'sources': [ | 910 'sources': [ |
| 910 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 911 ], | 912 ], |
| 912 'sources!': [ | 913 'sources!': [ |
| 913 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 914 ], | 915 ], |
| 915 }], | 916 }], |
| 916 ], | 917 ], |
| 917 } | 918 } |
| OLD | NEW |