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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 'common/mime_registry_messages.h', | 463 'common/mime_registry_messages.h', |
464 'common/mojo/channel_init.cc', | 464 'common/mojo/channel_init.cc', |
465 'common/mojo/channel_init.h', | 465 'common/mojo/channel_init.h', |
466 'common/mojo/embedded_application_runner.cc', | 466 'common/mojo/embedded_application_runner.cc', |
467 'common/mojo/embedded_application_runner.h', | 467 'common/mojo/embedded_application_runner.h', |
468 'common/mojo/mojo_messages.h', | 468 'common/mojo/mojo_messages.h', |
469 'common/mojo/mojo_shell_connection_impl.cc', | 469 'common/mojo/mojo_shell_connection_impl.cc', |
470 'common/mojo/mojo_shell_connection_impl.h', | 470 'common/mojo/mojo_shell_connection_impl.h', |
471 'common/mojo/service_registry_impl.cc', | 471 'common/mojo/service_registry_impl.cc', |
472 'common/mojo/service_registry_impl.h', | 472 'common/mojo/service_registry_impl.h', |
473 'common/mojo/static_loader.cc', | |
474 'common/mojo/static_loader.h', | |
475 'common/navigation_gesture.h', | 473 'common/navigation_gesture.h', |
476 'common/navigation_params.cc', | 474 'common/navigation_params.cc', |
477 'common/navigation_params.h', | 475 'common/navigation_params.h', |
478 'common/net/url_fetcher.cc', | 476 'common/net/url_fetcher.cc', |
479 'common/net/url_request_service_worker_data.cc', | 477 'common/net/url_request_service_worker_data.cc', |
480 'common/net/url_request_service_worker_data.h', | 478 'common/net/url_request_service_worker_data.h', |
481 'common/net/url_request_user_data.cc', | 479 'common/net/url_request_user_data.cc', |
482 'common/net/url_request_user_data.h', | 480 'common/net/url_request_user_data.h', |
483 'common/notification_constants.h', | 481 'common/notification_constants.h', |
484 'common/one_writer_seqlock.cc', | 482 'common/one_writer_seqlock.cc', |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 'sources!': [ | 997 'sources!': [ |
1000 'common/cursors/webcursor_ozone.cc', | 998 'common/cursors/webcursor_ozone.cc', |
1001 'common/font_list_ozone.cc', | 999 'common/font_list_ozone.cc', |
1002 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1000 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1003 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1001 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1004 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1002 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1005 ], | 1003 ], |
1006 }], | 1004 }], |
1007 ], | 1005 ], |
1008 } | 1006 } |
OLD | NEW |