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

Side by Side Diff: content/content_browser.gypi

Issue 1348843002: Revert of [KeyEvent Mac] Move WebInputEventFactory into chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/renderer_host/web_input_event_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 '../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 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', 1224 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
1225 'browser/renderer_host/input/touch_selection_controller_client_aura.h', 1225 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
1226 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1226 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1227 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1227 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1228 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1228 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1229 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1229 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1230 'browser/renderer_host/input/ui_touch_selection_helper.cc', 1230 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1231 'browser/renderer_host/input/ui_touch_selection_helper.h', 1231 'browser/renderer_host/input/ui_touch_selection_helper.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.mm',
1235 'browser/renderer_host/input/web_input_event_builders_mac.h',
1236 'browser/renderer_host/input/web_input_event_builders_win.cc', 1234 'browser/renderer_host/input/web_input_event_builders_win.cc',
1237 'browser/renderer_host/input/web_input_event_builders_win.h', 1235 'browser/renderer_host/input/web_input_event_builders_win.h',
1238 'browser/renderer_host/input/web_input_event_util.cc', 1236 'browser/renderer_host/input/web_input_event_util.cc',
1239 'browser/renderer_host/input/web_input_event_util.h', 1237 'browser/renderer_host/input/web_input_event_util.h',
1240 'browser/renderer_host/input/web_input_event_util_posix.cc', 1238 'browser/renderer_host/input/web_input_event_util_posix.cc',
1241 'browser/renderer_host/input/web_input_event_util_posix.h', 1239 'browser/renderer_host/input/web_input_event_util_posix.h',
1242 'browser/renderer_host/legacy_render_widget_host_win.cc', 1240 'browser/renderer_host/legacy_render_widget_host_win.cc',
1243 'browser/renderer_host/legacy_render_widget_host_win.h', 1241 'browser/renderer_host/legacy_render_widget_host_win.h',
1244 'browser/renderer_host/media/audio_input_debug_writer.cc', 1242 'browser/renderer_host/media/audio_input_debug_writer.cc',
1245 'browser/renderer_host/media/audio_input_debug_writer.h', 1243 'browser/renderer_host/media/audio_input_debug_writer.h',
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2174 ['enable_webvr==1 and OS=="android"', { 2172 ['enable_webvr==1 and OS=="android"', {
2175 'sources': [ 2173 'sources': [
2176 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2174 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2177 'browser/vr/android/cardboard/cardboard_vr_device.h', 2175 'browser/vr/android/cardboard/cardboard_vr_device.h',
2178 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2176 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2179 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2177 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2180 ], 2178 ],
2181 }], 2179 }],
2182 ], 2180 ],
2183 } 2181 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/web_input_event_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698