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

Side by Side Diff: content/content_browser.gypi

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 'browser/renderer_host/ime_adapter_android.h', 1155 'browser/renderer_host/ime_adapter_android.h',
1156 'browser/renderer_host/input/gesture_event_queue.cc', 1156 'browser/renderer_host/input/gesture_event_queue.cc',
1157 'browser/renderer_host/input/gesture_event_queue.h', 1157 'browser/renderer_host/input/gesture_event_queue.h',
1158 'browser/renderer_host/input/input_ack_handler.h', 1158 'browser/renderer_host/input/input_ack_handler.h',
1159 'browser/renderer_host/input/input_router.h', 1159 'browser/renderer_host/input/input_router.h',
1160 'browser/renderer_host/input/input_router_client.h', 1160 'browser/renderer_host/input/input_router_client.h',
1161 'browser/renderer_host/input/input_router_config_helper.cc', 1161 'browser/renderer_host/input/input_router_config_helper.cc',
1162 'browser/renderer_host/input/input_router_config_helper.h', 1162 'browser/renderer_host/input/input_router_config_helper.h',
1163 'browser/renderer_host/input/input_router_impl.cc', 1163 'browser/renderer_host/input/input_router_impl.cc',
1164 'browser/renderer_host/input/input_router_impl.h', 1164 'browser/renderer_host/input/input_router_impl.h',
1165 'browser/renderer_host/input/motion_event_android.cc',
1166 'browser/renderer_host/input/motion_event_android.h',
1167 'browser/renderer_host/input/motion_event_web.cc', 1165 'browser/renderer_host/input/motion_event_web.cc',
1168 'browser/renderer_host/input/motion_event_web.h', 1166 'browser/renderer_host/input/motion_event_web.h',
1169 'browser/renderer_host/input/mouse_wheel_rails_filter_mac.cc', 1167 'browser/renderer_host/input/mouse_wheel_rails_filter_mac.cc',
1170 'browser/renderer_host/input/mouse_wheel_rails_filter_mac.h', 1168 'browser/renderer_host/input/mouse_wheel_rails_filter_mac.h',
1171 'browser/renderer_host/input/render_widget_host_latency_tracker.cc', 1169 'browser/renderer_host/input/render_widget_host_latency_tracker.cc',
1172 'browser/renderer_host/input/render_widget_host_latency_tracker.h', 1170 'browser/renderer_host/input/render_widget_host_latency_tracker.h',
1173 'browser/renderer_host/input/stylus_text_selector.cc', 1171 'browser/renderer_host/input/stylus_text_selector.cc',
1174 'browser/renderer_host/input/stylus_text_selector.h', 1172 'browser/renderer_host/input/stylus_text_selector.h',
1175 'browser/renderer_host/input/synthetic_gesture.cc', 1173 'browser/renderer_host/input/synthetic_gesture.cc',
1176 'browser/renderer_host/input/synthetic_gesture.h', 1174 'browser/renderer_host/input/synthetic_gesture.h',
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 ['enable_webvr==1 and OS=="android"', { 2166 ['enable_webvr==1 and OS=="android"', {
2169 'sources': [ 2167 'sources': [
2170 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2168 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2171 'browser/vr/android/cardboard/cardboard_vr_device.h', 2169 'browser/vr/android/cardboard/cardboard_vr_device.h',
2172 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2170 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2173 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2171 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2174 ], 2172 ],
2175 }], 2173 }],
2176 ], 2174 ],
2177 } 2175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698