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

Side by Side Diff: content/content_browser.gypi

Issue 2234023002: Refactor WebInputEventAura to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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_view_aura.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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', 1226 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
1227 'browser/renderer_host/input/touch_selection_controller_client_aura.h', 1227 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
1228 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1228 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1229 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1229 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1230 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1230 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1231 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1231 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1232 'browser/renderer_host/input/web_input_event_builders_android.cc', 1232 'browser/renderer_host/input/web_input_event_builders_android.cc',
1233 'browser/renderer_host/input/web_input_event_builders_android.h', 1233 'browser/renderer_host/input/web_input_event_builders_android.h',
1234 'browser/renderer_host/input/web_input_event_builders_mac.h', 1234 'browser/renderer_host/input/web_input_event_builders_mac.h',
1235 'browser/renderer_host/input/web_input_event_builders_mac.mm', 1235 'browser/renderer_host/input/web_input_event_builders_mac.mm',
1236 'browser/renderer_host/input/web_input_event_builders_win.cc',
1237 'browser/renderer_host/input/web_input_event_builders_win.h',
1238 'browser/renderer_host/input/web_input_event_util.cc',
1239 'browser/renderer_host/input/web_input_event_util.h',
1240 'browser/renderer_host/legacy_render_widget_host_win.cc', 1236 'browser/renderer_host/legacy_render_widget_host_win.cc',
1241 'browser/renderer_host/legacy_render_widget_host_win.h', 1237 'browser/renderer_host/legacy_render_widget_host_win.h',
1242 'browser/renderer_host/media/audio_input_debug_writer.cc', 1238 'browser/renderer_host/media/audio_input_debug_writer.cc',
1243 'browser/renderer_host/media/audio_input_debug_writer.h', 1239 'browser/renderer_host/media/audio_input_debug_writer.h',
1244 'browser/renderer_host/media/audio_input_device_manager.cc', 1240 'browser/renderer_host/media/audio_input_device_manager.cc',
1245 'browser/renderer_host/media/audio_input_device_manager.h', 1241 'browser/renderer_host/media/audio_input_device_manager.h',
1246 'browser/renderer_host/media/audio_input_renderer_host.cc', 1242 'browser/renderer_host/media/audio_input_renderer_host.cc',
1247 'browser/renderer_host/media/audio_input_renderer_host.h', 1243 'browser/renderer_host/media/audio_input_renderer_host.h',
1248 'browser/renderer_host/media/audio_input_sync_writer.cc', 1244 'browser/renderer_host/media/audio_input_sync_writer.cc',
1249 'browser/renderer_host/media/audio_input_sync_writer.h', 1245 'browser/renderer_host/media/audio_input_sync_writer.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/renderer_host/sandbox_ipc_linux.cc', 1321 'browser/renderer_host/sandbox_ipc_linux.cc',
1326 'browser/renderer_host/sandbox_ipc_linux.h', 1322 'browser/renderer_host/sandbox_ipc_linux.h',
1327 'browser/renderer_host/text_input_client_mac.h', 1323 'browser/renderer_host/text_input_client_mac.h',
1328 'browser/renderer_host/text_input_client_mac.mm', 1324 'browser/renderer_host/text_input_client_mac.mm',
1329 'browser/renderer_host/text_input_client_message_filter.h', 1325 'browser/renderer_host/text_input_client_message_filter.h',
1330 'browser/renderer_host/text_input_client_message_filter.mm', 1326 'browser/renderer_host/text_input_client_message_filter.mm',
1331 'browser/renderer_host/text_input_manager.cc', 1327 'browser/renderer_host/text_input_manager.cc',
1332 'browser/renderer_host/text_input_manager.h', 1328 'browser/renderer_host/text_input_manager.h',
1333 'browser/renderer_host/ui_events_helper.cc', 1329 'browser/renderer_host/ui_events_helper.cc',
1334 'browser/renderer_host/ui_events_helper.h', 1330 'browser/renderer_host/ui_events_helper.h',
1335 'browser/renderer_host/web_input_event_aura.cc',
1336 'browser/renderer_host/web_input_event_aura.h',
1337 'browser/renderer_host/web_input_event_aurawin.cc',
1338 'browser/renderer_host/webmenurunner_mac.h', 1331 'browser/renderer_host/webmenurunner_mac.h',
1339 'browser/renderer_host/webmenurunner_mac.mm', 1332 'browser/renderer_host/webmenurunner_mac.mm',
1340 'browser/resolve_proxy_msg_helper.cc', 1333 'browser/resolve_proxy_msg_helper.cc',
1341 'browser/resolve_proxy_msg_helper.h', 1334 'browser/resolve_proxy_msg_helper.h',
1342 'browser/resource_context_impl.cc', 1335 'browser/resource_context_impl.cc',
1343 'browser/resource_context_impl.h', 1336 'browser/resource_context_impl.h',
1344 'browser/safe_util_win.cc', 1337 'browser/safe_util_win.cc',
1345 'browser/safe_util_win.h', 1338 'browser/safe_util_win.h',
1346 'browser/screen_orientation/screen_orientation_delegate_win.cc', 1339 'browser/screen_orientation/screen_orientation_delegate_win.cc',
1347 'browser/screen_orientation/screen_orientation_delegate_win.h', 1340 'browser/screen_orientation/screen_orientation_delegate_win.h',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 ], 2106 ],
2114 }], 2107 }],
2115 ['OS != "mac" and OS != "android"', { 2108 ['OS != "mac" and OS != "android"', {
2116 'sources!': [ 2109 'sources!': [
2117 'browser/gpu/gpu_surface_tracker.cc', 2110 'browser/gpu/gpu_surface_tracker.cc',
2118 'browser/gpu/gpu_surface_tracker.h', 2111 'browser/gpu/gpu_surface_tracker.h',
2119 ], 2112 ],
2120 }], 2113 }],
2121 ], 2114 ],
2122 } 2115 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698