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

Side by Side Diff: content/content_browser.gypi

Issue 1934423002: [NOT FOR REVIEW] [reland] Browser Side Text Input State Tracking for OOPIF (Aura Only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enhancing code Created 4 years, 7 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/browser/web_contents/web_contents_impl.cc ('k') | content/content_tests.gypi » ('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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'browser/renderer_host/render_widget_resize_helper_mac.cc', 1383 'browser/renderer_host/render_widget_resize_helper_mac.cc',
1384 'browser/renderer_host/render_widget_resize_helper_mac.h', 1384 'browser/renderer_host/render_widget_resize_helper_mac.h',
1385 'browser/renderer_host/renderer_frame_manager.cc', 1385 'browser/renderer_host/renderer_frame_manager.cc',
1386 'browser/renderer_host/renderer_frame_manager.h', 1386 'browser/renderer_host/renderer_frame_manager.h',
1387 'browser/renderer_host/sandbox_ipc_linux.cc', 1387 'browser/renderer_host/sandbox_ipc_linux.cc',
1388 'browser/renderer_host/sandbox_ipc_linux.h', 1388 'browser/renderer_host/sandbox_ipc_linux.h',
1389 'browser/renderer_host/text_input_client_mac.h', 1389 'browser/renderer_host/text_input_client_mac.h',
1390 'browser/renderer_host/text_input_client_mac.mm', 1390 'browser/renderer_host/text_input_client_mac.mm',
1391 'browser/renderer_host/text_input_client_message_filter.h', 1391 'browser/renderer_host/text_input_client_message_filter.h',
1392 'browser/renderer_host/text_input_client_message_filter.mm', 1392 'browser/renderer_host/text_input_client_message_filter.mm',
1393 'browser/renderer_host/text_input_manager.cc',
1394 'browser/renderer_host/text_input_manager.h',
1393 'browser/renderer_host/ui_events_helper.cc', 1395 'browser/renderer_host/ui_events_helper.cc',
1394 'browser/renderer_host/ui_events_helper.h', 1396 'browser/renderer_host/ui_events_helper.h',
1395 'browser/renderer_host/web_input_event_aura.cc', 1397 'browser/renderer_host/web_input_event_aura.cc',
1396 'browser/renderer_host/web_input_event_aura.h', 1398 'browser/renderer_host/web_input_event_aura.h',
1397 'browser/renderer_host/web_input_event_aurawin.cc', 1399 'browser/renderer_host/web_input_event_aurawin.cc',
1398 'browser/renderer_host/webmenurunner_mac.h', 1400 'browser/renderer_host/webmenurunner_mac.h',
1399 'browser/renderer_host/webmenurunner_mac.mm', 1401 'browser/renderer_host/webmenurunner_mac.mm',
1400 'browser/renderer_host/websocket_blob_sender.cc', 1402 'browser/renderer_host/websocket_blob_sender.cc',
1401 'browser/renderer_host/websocket_blob_sender.h', 1403 'browser/renderer_host/websocket_blob_sender.h',
1402 'browser/renderer_host/websocket_dispatcher_host.cc', 1404 'browser/renderer_host/websocket_dispatcher_host.cc',
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ], 2213 ],
2212 }], 2214 }],
2213 ['OS != "mac" and OS != "android"', { 2215 ['OS != "mac" and OS != "android"', {
2214 'sources!': [ 2216 'sources!': [
2215 'browser/gpu/gpu_surface_tracker.cc', 2217 'browser/gpu/gpu_surface_tracker.cc',
2216 'browser/gpu/gpu_surface_tracker.h', 2218 'browser/gpu/gpu_surface_tracker.h',
2217 ], 2219 ],
2218 }], 2220 }],
2219 ], 2221 ],
2220 } 2222 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698