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

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: Merged 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'common/set_process_title_linux.cc', 602 'common/set_process_title_linux.cc',
603 'common/set_process_title_linux.h', 603 'common/set_process_title_linux.h',
604 'common/site_isolation_policy.cc', 604 'common/site_isolation_policy.cc',
605 'common/site_isolation_policy.h', 605 'common/site_isolation_policy.h',
606 'common/speech_recognition_messages.h', 606 'common/speech_recognition_messages.h',
607 'common/ssl_status_serialization.cc', 607 'common/ssl_status_serialization.cc',
608 'common/ssl_status_serialization.h', 608 'common/ssl_status_serialization.h',
609 'common/swapped_out_messages.cc', 609 'common/swapped_out_messages.cc',
610 'common/swapped_out_messages.h', 610 'common/swapped_out_messages.h',
611 'common/text_input_client_messages.h', 611 'common/text_input_client_messages.h',
612 'common/text_input_state.cc',
613 'common/text_input_state.h',
612 'common/url_schemes.cc', 614 'common/url_schemes.cc',
613 'common/url_schemes.h', 615 'common/url_schemes.h',
614 'common/user_agent.cc', 616 'common/user_agent.cc',
615 'common/utility_messages.h', 617 'common/utility_messages.h',
616 'common/view_message_enums.h', 618 'common/view_message_enums.h',
617 'common/view_messages.h', 619 'common/view_messages.h',
618 'common/websocket.cc', 620 'common/websocket.cc',
619 'common/websocket.h', 621 'common/websocket.h',
620 'common/websocket_messages.h', 622 'common/websocket_messages.h',
621 'common/worker_messages.h', 623 'common/worker_messages.h',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'sources!': [ 1048 'sources!': [
1047 'common/cursors/webcursor_ozone.cc', 1049 'common/cursors/webcursor_ozone.cc',
1048 'common/font_list_ozone.cc', 1050 'common/font_list_ozone.cc',
1049 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1051 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1050 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1053 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1052 ], 1054 ],
1053 }], 1055 }],
1054 ], 1056 ],
1055 } 1057 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698