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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 'common/media/media_stream_options.h', | 454 'common/media/media_stream_options.h', |
455 'common/media/media_stream_track_metrics_host_messages.h', | 455 'common/media/media_stream_track_metrics_host_messages.h', |
456 'common/media/midi_messages.h', | 456 'common/media/midi_messages.h', |
457 'common/media/surface_view_manager_messages_android.h', | 457 'common/media/surface_view_manager_messages_android.h', |
458 'common/media/video_capture.h', | 458 'common/media/video_capture.h', |
459 'common/media/video_capture_messages.h', | 459 'common/media/video_capture_messages.h', |
460 'common/media/webrtc_identity_messages.h', | 460 'common/media/webrtc_identity_messages.h', |
461 'common/memory_messages.h', | 461 'common/memory_messages.h', |
462 'common/message_port_messages.h', | 462 'common/message_port_messages.h', |
463 'common/mime_registry_messages.h', | 463 'common/mime_registry_messages.h', |
464 'common/mojo/channel_init.cc', | |
465 'common/mojo/channel_init.h', | |
466 'common/mojo/embedded_application_runner.cc', | 464 'common/mojo/embedded_application_runner.cc', |
467 'common/mojo/embedded_application_runner.h', | 465 'common/mojo/embedded_application_runner.h', |
468 'common/mojo/mojo_messages.h', | |
469 'common/mojo/mojo_shell_connection_impl.cc', | 466 'common/mojo/mojo_shell_connection_impl.cc', |
470 'common/mojo/mojo_shell_connection_impl.h', | 467 'common/mojo/mojo_shell_connection_impl.h', |
471 'common/mojo/service_registry_impl.cc', | 468 'common/mojo/service_registry_impl.cc', |
472 'common/mojo/service_registry_impl.h', | 469 'common/mojo/service_registry_impl.h', |
473 'common/mojo/static_loader.cc', | 470 'common/mojo/static_loader.cc', |
474 'common/mojo/static_loader.h', | 471 'common/mojo/static_loader.h', |
475 'common/navigation_gesture.h', | 472 'common/navigation_gesture.h', |
476 'common/navigation_params.cc', | 473 'common/navigation_params.cc', |
477 'common/navigation_params.h', | 474 'common/navigation_params.h', |
478 'common/net/url_fetcher.cc', | 475 'common/net/url_fetcher.cc', |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 'sources!': [ | 996 'sources!': [ |
1000 'common/cursors/webcursor_ozone.cc', | 997 'common/cursors/webcursor_ozone.cc', |
1001 'common/font_list_ozone.cc', | 998 'common/font_list_ozone.cc', |
1002 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 999 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1003 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1000 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1004 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1001 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1005 ], | 1002 ], |
1006 }], | 1003 }], |
1007 ], | 1004 ], |
1008 } | 1005 } |
OLD | NEW |