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

Side by Side Diff: content/content_common.gypi

Issue 1914603002: Replace ViewHostMsg_TextInputState_Params with content::TextInputState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing creis@ comments 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'common/set_process_title_linux.cc', 558 'common/set_process_title_linux.cc',
559 'common/set_process_title_linux.h', 559 'common/set_process_title_linux.h',
560 'common/site_isolation_policy.cc', 560 'common/site_isolation_policy.cc',
561 'common/site_isolation_policy.h', 561 'common/site_isolation_policy.h',
562 'common/speech_recognition_messages.h', 562 'common/speech_recognition_messages.h',
563 'common/ssl_status_serialization.cc', 563 'common/ssl_status_serialization.cc',
564 'common/ssl_status_serialization.h', 564 'common/ssl_status_serialization.h',
565 'common/swapped_out_messages.cc', 565 'common/swapped_out_messages.cc',
566 'common/swapped_out_messages.h', 566 'common/swapped_out_messages.h',
567 'common/text_input_client_messages.h', 567 'common/text_input_client_messages.h',
568 'common/text_input_state.cc',
569 'common/text_input_state.h',
568 'common/url_schemes.cc', 570 'common/url_schemes.cc',
569 'common/url_schemes.h', 571 'common/url_schemes.h',
570 'common/user_agent.cc', 572 'common/user_agent.cc',
571 'common/utility_messages.h', 573 'common/utility_messages.h',
572 'common/view_message_enums.h', 574 'common/view_message_enums.h',
573 'common/view_messages.h', 575 'common/view_messages.h',
574 'common/websocket.cc', 576 'common/websocket.cc',
575 'common/websocket.h', 577 'common/websocket.h',
576 'common/websocket_messages.h', 578 'common/websocket_messages.h',
577 'common/worker_messages.h', 579 'common/worker_messages.h',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'sources!': [ 993 'sources!': [
992 'common/cursors/webcursor_ozone.cc', 994 'common/cursors/webcursor_ozone.cc',
993 'common/font_list_ozone.cc', 995 'common/font_list_ozone.cc',
994 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 996 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 998 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
997 ], 999 ],
998 }], 1000 }],
999 ], 1001 ],
1000 } 1002 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698