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

Side by Side Diff: content/content_browser.gypi

Issue 1308063007: Generate non-located windowsKeyCode for the WebInputEvents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittests 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
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 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 1234 'browser/renderer_host/input/web_input_event_builders_mac.mm',
1235 'browser/renderer_host/input/web_input_event_builders_mac.h', 1235 'browser/renderer_host/input/web_input_event_builders_mac.h',
1236 'browser/renderer_host/input/web_input_event_builders_win.cc', 1236 'browser/renderer_host/input/web_input_event_builders_win.cc',
1237 'browser/renderer_host/input/web_input_event_builders_win.h', 1237 'browser/renderer_host/input/web_input_event_builders_win.h',
1238 'browser/renderer_host/input/web_input_event_util.cc', 1238 'browser/renderer_host/input/web_input_event_util.cc',
1239 'browser/renderer_host/input/web_input_event_util.h', 1239 'browser/renderer_host/input/web_input_event_util.h',
1240 'browser/renderer_host/input/web_input_event_util_posix.cc',
1241 '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',
1246 'browser/renderer_host/media/audio_input_device_manager.cc', 1244 'browser/renderer_host/media/audio_input_device_manager.cc',
1247 'browser/renderer_host/media/audio_input_device_manager.h', 1245 'browser/renderer_host/media/audio_input_device_manager.h',
1248 'browser/renderer_host/media/audio_input_renderer_host.cc', 1246 'browser/renderer_host/media/audio_input_renderer_host.cc',
1249 'browser/renderer_host/media/audio_input_renderer_host.h', 1247 'browser/renderer_host/media/audio_input_renderer_host.h',
1250 'browser/renderer_host/media/audio_input_sync_writer.cc', 1248 'browser/renderer_host/media/audio_input_sync_writer.cc',
1251 'browser/renderer_host/media/audio_input_sync_writer.h', 1249 'browser/renderer_host/media/audio_input_sync_writer.h',
(...skipping 922 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_unittest.cc ('k') | ui/events/keycodes/keyboard_code_conversion_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698