Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: content/content_common.gypi

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a Compile Error Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'common/set_process_title_linux.cc', 625 'common/set_process_title_linux.cc',
626 'common/set_process_title_linux.h', 626 'common/set_process_title_linux.h',
627 'common/site_isolation_policy.cc', 627 'common/site_isolation_policy.cc',
628 'common/site_isolation_policy.h', 628 'common/site_isolation_policy.h',
629 'common/speech_recognition_messages.h', 629 'common/speech_recognition_messages.h',
630 'common/ssl_status_serialization.cc', 630 'common/ssl_status_serialization.cc',
631 'common/ssl_status_serialization.h', 631 'common/ssl_status_serialization.h',
632 'common/swapped_out_messages.cc', 632 'common/swapped_out_messages.cc',
633 'common/swapped_out_messages.h', 633 'common/swapped_out_messages.h',
634 'common/text_input_client_messages.h', 634 'common/text_input_client_messages.h',
635 'common/text_input_state.cc',
636 'common/text_input_state.h',
635 'common/url_schemes.cc', 637 'common/url_schemes.cc',
636 'common/url_schemes.h', 638 'common/url_schemes.h',
637 'common/user_agent.cc', 639 'common/user_agent.cc',
638 'common/utility_messages.h', 640 'common/utility_messages.h',
639 'common/view_message_enums.h', 641 'common/view_message_enums.h',
640 'common/view_messages.h', 642 'common/view_messages.h',
641 'common/webplugin_geometry.cc', 643 'common/webplugin_geometry.cc',
642 'common/webplugin_geometry.h', 644 'common/webplugin_geometry.h',
643 'common/websocket.cc', 645 'common/websocket.cc',
644 'common/websocket.h', 646 'common/websocket.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1108 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1109 ], 1111 ],
1110 }], 1112 }],
1111 ], 1113 ],
1112 } 1114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698