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

Side by Side Diff: content/content_browser.gypi

Issue 138163016: [DevTools] Touch emulation in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non-aura compile Created 6 years, 8 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/common/view_messages.h ('k') | content/content_resources.grd » ('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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'browser/renderer_host/input/synthetic_pinch_gesture.h', 923 'browser/renderer_host/input/synthetic_pinch_gesture.h',
924 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 924 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
925 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 925 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
926 'browser/renderer_host/input/synthetic_tap_gesture.cc', 926 'browser/renderer_host/input/synthetic_tap_gesture.cc',
927 'browser/renderer_host/input/synthetic_tap_gesture.h', 927 'browser/renderer_host/input/synthetic_tap_gesture.h',
928 'browser/renderer_host/input/tap_suppression_controller.cc', 928 'browser/renderer_host/input/tap_suppression_controller.cc',
929 'browser/renderer_host/input/tap_suppression_controller.h', 929 'browser/renderer_host/input/tap_suppression_controller.h',
930 'browser/renderer_host/input/tap_suppression_controller_client.h', 930 'browser/renderer_host/input/tap_suppression_controller_client.h',
931 'browser/renderer_host/input/timeout_monitor.cc', 931 'browser/renderer_host/input/timeout_monitor.cc',
932 'browser/renderer_host/input/timeout_monitor.h', 932 'browser/renderer_host/input/timeout_monitor.h',
933 'browser/renderer_host/input/touch_emulator.cc',
934 'browser/renderer_host/input/touch_emulator.h',
935 'browser/renderer_host/input/touch_emulator_client.h',
933 'browser/renderer_host/input/touch_event_queue.cc', 936 'browser/renderer_host/input/touch_event_queue.cc',
934 'browser/renderer_host/input/touch_event_queue.h', 937 'browser/renderer_host/input/touch_event_queue.h',
935 'browser/renderer_host/input/touch_action_filter.cc', 938 'browser/renderer_host/input/touch_action_filter.cc',
936 'browser/renderer_host/input/touch_action_filter.h', 939 'browser/renderer_host/input/touch_action_filter.h',
937 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', 940 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
938 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 941 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
939 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 942 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
940 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 943 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
941 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 944 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
942 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc' , 945 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc' ,
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 '../build/linux/system.gyp:dbus', 1713 '../build/linux/system.gyp:dbus',
1711 '../dbus/dbus.gyp:dbus', 1714 '../dbus/dbus.gyp:dbus',
1712 ], 1715 ],
1713 }, { # OS != "linux" or use_dbus==0 1716 }, { # OS != "linux" or use_dbus==0
1714 'sources!': [ 1717 'sources!': [
1715 'browser/geolocation/wifi_data_provider_linux.cc', 1718 'browser/geolocation/wifi_data_provider_linux.cc',
1716 ], 1719 ],
1717 }], 1720 }],
1718 ], 1721 ],
1719 } 1722 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698