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

Side by Side Diff: content/content_browser.gypi

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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 15 matching lines...) Expand all
26 '../sql/sql.gyp:sql', 26 '../sql/sql.gyp:sql',
27 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 27 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
28 '../third_party/re2/re2.gyp:re2', 28 '../third_party/re2/re2.gyp:re2',
29 '../third_party/zlib/google/zip.gyp:zip', 29 '../third_party/zlib/google/zip.gyp:zip',
30 '../third_party/zlib/zlib.gyp:zlib', 30 '../third_party/zlib/zlib.gyp:zlib',
31 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 31 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
32 '../ui/accessibility/accessibility.gyp:accessibility', 32 '../ui/accessibility/accessibility.gyp:accessibility',
33 '../ui/accessibility/accessibility.gyp:ax_gen', 33 '../ui/accessibility/accessibility.gyp:ax_gen',
34 '../ui/base/ui_base.gyp:ui_base', 34 '../ui/base/ui_base.gyp:ui_base',
35 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 35 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
36 '../ui/events/events.gyp:blink',
37 '../ui/events/events.gyp:events', 36 '../ui/events/events.gyp:events',
38 '../ui/events/events.gyp:events_base', 37 '../ui/events/events.gyp:events_base',
39 '../ui/events/events.gyp:gesture_detection', 38 '../ui/events/events.gyp:gesture_detection',
40 '../ui/gfx/gfx.gyp:gfx', 39 '../ui/gfx/gfx.gyp:gfx',
41 '../ui/gfx/gfx.gyp:gfx_geometry', 40 '../ui/gfx/gfx.gyp:gfx_geometry',
42 '../ui/resources/ui_resources.gyp:ui_resources', 41 '../ui/resources/ui_resources.gyp:ui_resources',
43 '../ui/snapshot/snapshot.gyp:snapshot', 42 '../ui/snapshot/snapshot.gyp:snapshot',
44 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 43 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
45 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 44 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
46 'browser/notifications/notification_proto.gyp:notification_proto', 45 'browser/notifications/notification_proto.gyp:notification_proto',
(...skipping 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 '../components/scheduler/scheduler.gyp:scheduler_common', 1846 '../components/scheduler/scheduler.gyp:scheduler_common',
1848 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1847 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1849 '../gin/gin.gyp:gin', 1848 '../gin/gin.gyp:gin',
1850 '../net/net.gyp:http_server', 1849 '../net/net.gyp:http_server',
1851 '../storage/storage_browser.gyp:storage', 1850 '../storage/storage_browser.gyp:storage',
1852 '../storage/storage_common.gyp:storage_common', 1851 '../storage/storage_common.gyp:storage_common',
1853 '../third_party/angle/src/angle.gyp:commit_id', 1852 '../third_party/angle/src/angle.gyp:commit_id',
1854 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1853 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1855 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1854 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1856 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1855 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1856 '../ui/events/blink/events_blink.gyp:events_blink',
1857 '../ui/surface/surface.gyp:surface', 1857 '../ui/surface/surface.gyp:surface',
1858 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 1858 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
1859 ], 1859 ],
1860 'export_dependent_settings': [ 1860 'export_dependent_settings': [
1861 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1861 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1862 ], 1862 ],
1863 }], 1863 }],
1864 ['debug_devtools==1', { 1864 ['debug_devtools==1', {
1865 'defines': [ 1865 'defines': [
1866 'DEBUG_DEVTOOLS=1', 1866 'DEBUG_DEVTOOLS=1',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 ['enable_webvr==1 and OS=="android"', { 2188 ['enable_webvr==1 and OS=="android"', {
2189 'sources': [ 2189 'sources': [
2190 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2190 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2191 'browser/vr/android/cardboard/cardboard_vr_device.h', 2191 'browser/vr/android/cardboard/cardboard_vr_device.h',
2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2194 ], 2194 ],
2195 }], 2195 }],
2196 ], 2196 ],
2197 } 2197 }
OLDNEW
« no previous file with comments | « content/browser/android/in_process/synchronous_input_event_filter.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698