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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 'common/memory_messages.h', | 509 'common/memory_messages.h', |
510 'common/message_port_messages.h', | 510 'common/message_port_messages.h', |
511 'common/mime_registry_messages.h', | 511 'common/mime_registry_messages.h', |
512 'common/mojo/channel_init.cc', | 512 'common/mojo/channel_init.cc', |
513 'common/mojo/channel_init.h', | 513 'common/mojo/channel_init.h', |
514 'common/mojo/current_thread_loader.cc', | 514 'common/mojo/current_thread_loader.cc', |
515 'common/mojo/current_thread_loader.h', | 515 'common/mojo/current_thread_loader.h', |
516 'common/mojo/mojo_messages.h', | 516 'common/mojo/mojo_messages.h', |
517 'common/mojo/mojo_shell_connection_impl.cc', | 517 'common/mojo/mojo_shell_connection_impl.cc', |
518 'common/mojo/mojo_shell_connection_impl.h', | 518 'common/mojo/mojo_shell_connection_impl.h', |
| 519 'common/mojo/service_registry_android.cc', |
| 520 'common/mojo/service_registry_android.h', |
519 'common/mojo/service_registry_impl.cc', | 521 'common/mojo/service_registry_impl.cc', |
520 'common/mojo/service_registry_impl.h', | 522 'common/mojo/service_registry_impl.h', |
521 'common/mojo/static_loader.cc', | 523 'common/mojo/static_loader.cc', |
522 'common/mojo/static_loader.h', | 524 'common/mojo/static_loader.h', |
523 'common/navigation_gesture.h', | 525 'common/navigation_gesture.h', |
524 'common/navigation_params.cc', | 526 'common/navigation_params.cc', |
525 'common/navigation_params.h', | 527 'common/navigation_params.h', |
526 'common/net/url_fetcher.cc', | 528 'common/net/url_fetcher.cc', |
527 'common/net/url_request_service_worker_data.cc', | 529 'common/net/url_request_service_worker_data.cc', |
528 'common/net/url_request_service_worker_data.h', | 530 'common/net/url_request_service_worker_data.h', |
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1107 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1109 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1110 ], | 1112 ], |
1111 }], | 1113 }], |
1112 ], | 1114 ], |
1113 } | 1115 } |
OLD | NEW |