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

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: Using the Old Logic for Determining the State Change 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'common/set_process_title_linux.cc', 626 'common/set_process_title_linux.cc',
627 'common/set_process_title_linux.h', 627 'common/set_process_title_linux.h',
628 'common/site_isolation_policy.cc', 628 'common/site_isolation_policy.cc',
629 'common/site_isolation_policy.h', 629 'common/site_isolation_policy.h',
630 'common/speech_recognition_messages.h', 630 'common/speech_recognition_messages.h',
631 'common/ssl_status_serialization.cc', 631 'common/ssl_status_serialization.cc',
632 'common/ssl_status_serialization.h', 632 'common/ssl_status_serialization.h',
633 'common/swapped_out_messages.cc', 633 'common/swapped_out_messages.cc',
634 'common/swapped_out_messages.h', 634 'common/swapped_out_messages.h',
635 'common/text_input_client_messages.h', 635 'common/text_input_client_messages.h',
636 'common/text_input_state.cc',
637 'common/text_input_state.h',
636 'common/url_schemes.cc', 638 'common/url_schemes.cc',
637 'common/url_schemes.h', 639 'common/url_schemes.h',
638 'common/user_agent.cc', 640 'common/user_agent.cc',
639 'common/utility_messages.h', 641 'common/utility_messages.h',
640 'common/view_message_enums.h', 642 'common/view_message_enums.h',
641 'common/view_messages.h', 643 'common/view_messages.h',
642 'common/webplugin_geometry.cc', 644 'common/webplugin_geometry.cc',
643 'common/webplugin_geometry.h', 645 'common/webplugin_geometry.h',
644 'common/websocket.cc', 646 'common/websocket.cc',
645 'common/websocket.h', 647 'common/websocket.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698