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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 'common/set_process_title_linux.cc', | 622 'common/set_process_title_linux.cc', |
623 'common/set_process_title_linux.h', | 623 'common/set_process_title_linux.h', |
624 'common/site_isolation_policy.cc', | 624 'common/site_isolation_policy.cc', |
625 'common/site_isolation_policy.h', | 625 'common/site_isolation_policy.h', |
626 'common/speech_recognition_messages.h', | 626 'common/speech_recognition_messages.h', |
627 'common/ssl_status_serialization.cc', | 627 'common/ssl_status_serialization.cc', |
628 'common/ssl_status_serialization.h', | 628 'common/ssl_status_serialization.h', |
629 'common/swapped_out_messages.cc', | 629 'common/swapped_out_messages.cc', |
630 'common/swapped_out_messages.h', | 630 'common/swapped_out_messages.h', |
631 'common/text_input_client_messages.h', | 631 'common/text_input_client_messages.h', |
| 632 'common/text_input_state.cc', |
| 633 'common/text_input_state.h', |
632 'common/url_schemes.cc', | 634 'common/url_schemes.cc', |
633 'common/url_schemes.h', | 635 'common/url_schemes.h', |
634 'common/user_agent.cc', | 636 'common/user_agent.cc', |
635 'common/utility_messages.h', | 637 'common/utility_messages.h', |
636 'common/view_message_enums.h', | 638 'common/view_message_enums.h', |
637 'common/view_messages.h', | 639 'common/view_messages.h', |
638 'common/webplugin_geometry.cc', | 640 'common/webplugin_geometry.cc', |
639 'common/webplugin_geometry.h', | 641 'common/webplugin_geometry.h', |
640 'common/websocket.cc', | 642 'common/websocket.cc', |
641 'common/websocket.h', | 643 'common/websocket.h', |
(...skipping 462 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 |