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

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: Created 4 years, 8 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'common/set_process_title_linux.cc', 605 'common/set_process_title_linux.cc',
606 'common/set_process_title_linux.h', 606 'common/set_process_title_linux.h',
607 'common/site_isolation_policy.cc', 607 'common/site_isolation_policy.cc',
608 'common/site_isolation_policy.h', 608 'common/site_isolation_policy.h',
609 'common/speech_recognition_messages.h', 609 'common/speech_recognition_messages.h',
610 'common/ssl_status_serialization.cc', 610 'common/ssl_status_serialization.cc',
611 'common/ssl_status_serialization.h', 611 'common/ssl_status_serialization.h',
612 'common/swapped_out_messages.cc', 612 'common/swapped_out_messages.cc',
613 'common/swapped_out_messages.h', 613 'common/swapped_out_messages.h',
614 'common/text_input_client_messages.h', 614 'common/text_input_client_messages.h',
615 'common/text_input_state.cc',
616 'common/text_input_state.h',
615 'common/url_schemes.cc', 617 'common/url_schemes.cc',
616 'common/url_schemes.h', 618 'common/url_schemes.h',
617 'common/user_agent.cc', 619 'common/user_agent.cc',
618 'common/utility_messages.h', 620 'common/utility_messages.h',
619 'common/view_message_enums.h', 621 'common/view_message_enums.h',
620 'common/view_messages.h', 622 'common/view_messages.h',
621 'common/webplugin_geometry.cc', 623 'common/webplugin_geometry.cc',
622 'common/webplugin_geometry.h', 624 'common/webplugin_geometry.h',
623 'common/websocket.cc', 625 'common/websocket.cc',
624 'common/websocket.h', 626 'common/websocket.h',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'sources!': [ 1081 'sources!': [
1080 'common/cursors/webcursor_ozone.cc', 1082 'common/cursors/webcursor_ozone.cc',
1081 'common/font_list_ozone.cc', 1083 'common/font_list_ozone.cc',
1082 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1084 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1083 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1085 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1084 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1086 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1085 ], 1087 ],
1086 }], 1088 }],
1087 ], 1089 ],
1088 } 1090 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698