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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 'common/set_process_title_linux.cc', | 555 'common/set_process_title_linux.cc', |
556 'common/set_process_title_linux.h', | 556 'common/set_process_title_linux.h', |
557 'common/site_isolation_policy.cc', | 557 'common/site_isolation_policy.cc', |
558 'common/site_isolation_policy.h', | 558 'common/site_isolation_policy.h', |
559 'common/speech_recognition_messages.h', | 559 'common/speech_recognition_messages.h', |
560 'common/ssl_status_serialization.cc', | 560 'common/ssl_status_serialization.cc', |
561 'common/ssl_status_serialization.h', | 561 'common/ssl_status_serialization.h', |
562 'common/swapped_out_messages.cc', | 562 'common/swapped_out_messages.cc', |
563 'common/swapped_out_messages.h', | 563 'common/swapped_out_messages.h', |
564 'common/text_input_client_messages.h', | 564 'common/text_input_client_messages.h', |
| 565 'common/text_input_state.cc', |
| 566 'common/text_input_state.h', |
565 'common/url_schemes.cc', | 567 'common/url_schemes.cc', |
566 'common/url_schemes.h', | 568 'common/url_schemes.h', |
567 'common/user_agent.cc', | 569 'common/user_agent.cc', |
568 'common/utility_messages.h', | 570 'common/utility_messages.h', |
569 'common/view_message_enums.h', | 571 'common/view_message_enums.h', |
570 'common/view_messages.h', | 572 'common/view_messages.h', |
571 'common/websocket.cc', | 573 'common/websocket.cc', |
572 'common/websocket.h', | 574 'common/websocket.h', |
573 'common/websocket_messages.h', | 575 'common/websocket_messages.h', |
574 'common/worker_messages.h', | 576 'common/worker_messages.h', |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 'sources!': [ | 990 'sources!': [ |
989 'common/cursors/webcursor_ozone.cc', | 991 'common/cursors/webcursor_ozone.cc', |
990 'common/font_list_ozone.cc', | 992 'common/font_list_ozone.cc', |
991 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 993 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
992 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
994 ], | 996 ], |
995 }], | 997 }], |
996 ], | 998 ], |
997 } | 999 } |
OLD | NEW |