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

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: Small Fixes. Created 4 years, 10 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'common/set_process_title_linux.cc', 551 'common/set_process_title_linux.cc',
552 'common/set_process_title_linux.h', 552 'common/set_process_title_linux.h',
553 'common/site_isolation_policy.cc', 553 'common/site_isolation_policy.cc',
554 'common/site_isolation_policy.h', 554 'common/site_isolation_policy.h',
555 'common/speech_recognition_messages.h', 555 'common/speech_recognition_messages.h',
556 'common/ssl_status_serialization.cc', 556 'common/ssl_status_serialization.cc',
557 'common/ssl_status_serialization.h', 557 'common/ssl_status_serialization.h',
558 'common/swapped_out_messages.cc', 558 'common/swapped_out_messages.cc',
559 'common/swapped_out_messages.h', 559 'common/swapped_out_messages.h',
560 'common/text_input_client_messages.h', 560 'common/text_input_client_messages.h',
561 'common/text_input_state.cc',
562 'common/text_input_state.h',
561 'common/url_schemes.cc', 563 'common/url_schemes.cc',
562 'common/url_schemes.h', 564 'common/url_schemes.h',
563 'common/user_agent.cc', 565 'common/user_agent.cc',
564 'common/utility_messages.h', 566 'common/utility_messages.h',
565 'common/view_message_enums.h', 567 'common/view_message_enums.h',
566 'common/view_messages.h', 568 'common/view_messages.h',
567 'common/webplugin_geometry.cc', 569 'common/webplugin_geometry.cc',
568 'common/webplugin_geometry.h', 570 'common/webplugin_geometry.h',
569 'common/websocket.cc', 571 'common/websocket.cc',
570 'common/websocket.h', 572 'common/websocket.h',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1121 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1122 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1124 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1123 ], 1125 ],
1124 }], 1126 }],
1125 ], 1127 ],
1126 } 1128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698