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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'common/set_process_title_linux.cc', | 564 'common/set_process_title_linux.cc', |
565 'common/set_process_title_linux.h', | 565 'common/set_process_title_linux.h', |
566 'common/site_isolation_policy.cc', | 566 'common/site_isolation_policy.cc', |
567 'common/site_isolation_policy.h', | 567 'common/site_isolation_policy.h', |
568 'common/speech_recognition_messages.h', | 568 'common/speech_recognition_messages.h', |
569 'common/ssl_status_serialization.cc', | 569 'common/ssl_status_serialization.cc', |
570 'common/ssl_status_serialization.h', | 570 'common/ssl_status_serialization.h', |
571 'common/swapped_out_messages.cc', | 571 'common/swapped_out_messages.cc', |
572 'common/swapped_out_messages.h', | 572 'common/swapped_out_messages.h', |
573 'common/text_input_client_messages.h', | 573 'common/text_input_client_messages.h', |
574 'common/text_input_state.cc', | |
575 'common/text_input_state.h', | |
576 'common/url_schemes.cc', | 574 'common/url_schemes.cc', |
577 'common/url_schemes.h', | 575 'common/url_schemes.h', |
578 'common/user_agent.cc', | 576 'common/user_agent.cc', |
579 'common/utility_messages.h', | 577 'common/utility_messages.h', |
580 'common/view_message_enums.h', | 578 'common/view_message_enums.h', |
581 'common/view_messages.h', | 579 'common/view_messages.h', |
582 'common/websocket.cc', | 580 'common/websocket.cc', |
583 'common/websocket.h', | 581 'common/websocket.h', |
584 'common/websocket_messages.h', | 582 'common/websocket_messages.h', |
585 'common/worker_messages.h', | 583 'common/worker_messages.h', |
(...skipping 413 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 |