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

Side by Side Diff: content/content_browser.gypi

Issue 701823002: Separate out Touch Selection Orientation enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'browser/renderer_host/input/touch_emulator.h', 1028 'browser/renderer_host/input/touch_emulator.h',
1029 'browser/renderer_host/input/touch_emulator_client.h', 1029 'browser/renderer_host/input/touch_emulator_client.h',
1030 'browser/renderer_host/input/touch_event_queue.cc', 1030 'browser/renderer_host/input/touch_event_queue.cc',
1031 'browser/renderer_host/input/touch_event_queue.h', 1031 'browser/renderer_host/input/touch_event_queue.h',
1032 'browser/renderer_host/input/touch_action_filter.cc', 1032 'browser/renderer_host/input/touch_action_filter.cc',
1033 'browser/renderer_host/input/touch_action_filter.h', 1033 'browser/renderer_host/input/touch_action_filter.h',
1034 'browser/renderer_host/input/touch_handle.cc', 1034 'browser/renderer_host/input/touch_handle.cc',
1035 'browser/renderer_host/input/touch_handle.h', 1035 'browser/renderer_host/input/touch_handle.h',
1036 'browser/renderer_host/input/touch_selection_controller.cc', 1036 'browser/renderer_host/input/touch_selection_controller.cc',
1037 'browser/renderer_host/input/touch_selection_controller.h', 1037 'browser/renderer_host/input/touch_selection_controller.h',
1038 'browser/renderer_host/input/touch_handle_orientation.h',
1038 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1039 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1039 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1040 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1040 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1041 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1041 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1042 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1042 'browser/renderer_host/input/web_input_event_builders_android.cc', 1043 'browser/renderer_host/input/web_input_event_builders_android.cc',
1043 'browser/renderer_host/input/web_input_event_builders_android.h', 1044 'browser/renderer_host/input/web_input_event_builders_android.h',
1044 'browser/renderer_host/input/web_input_event_builders_win.cc', 1045 'browser/renderer_host/input/web_input_event_builders_win.cc',
1045 'browser/renderer_host/input/web_input_event_builders_win.h', 1046 'browser/renderer_host/input/web_input_event_builders_win.h',
1046 'browser/renderer_host/input/web_input_event_util.cc', 1047 'browser/renderer_host/input/web_input_event_util.cc',
1047 'browser/renderer_host/input/web_input_event_util.h', 1048 'browser/renderer_host/input/web_input_event_util.h',
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'sources': [ 1923 'sources': [
1923 'browser/media/cdm/browser_cdm_manager.cc', 1924 'browser/media/cdm/browser_cdm_manager.cc',
1924 'browser/media/cdm/browser_cdm_manager.h', 1925 'browser/media/cdm/browser_cdm_manager.h',
1925 # This works on Android because enable_browser_cdms==1 on Android. 1926 # This works on Android because enable_browser_cdms==1 on Android.
1926 'browser/media/media_web_contents_observer.cc', 1927 'browser/media/media_web_contents_observer.cc',
1927 'browser/media/media_web_contents_observer.h', 1928 'browser/media/media_web_contents_observer.h',
1928 ], 1929 ],
1929 }], 1930 }],
1930 ], 1931 ],
1931 } 1932 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698