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

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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'browser/renderer_host/input/touch_emulator.h', 1029 'browser/renderer_host/input/touch_emulator.h',
1030 'browser/renderer_host/input/touch_emulator_client.h', 1030 'browser/renderer_host/input/touch_emulator_client.h',
1031 'browser/renderer_host/input/touch_event_queue.cc', 1031 'browser/renderer_host/input/touch_event_queue.cc',
1032 'browser/renderer_host/input/touch_event_queue.h', 1032 'browser/renderer_host/input/touch_event_queue.h',
1033 'browser/renderer_host/input/touch_action_filter.cc', 1033 'browser/renderer_host/input/touch_action_filter.cc',
1034 'browser/renderer_host/input/touch_action_filter.h', 1034 'browser/renderer_host/input/touch_action_filter.h',
1035 'browser/renderer_host/input/touch_handle.cc', 1035 'browser/renderer_host/input/touch_handle.cc',
1036 'browser/renderer_host/input/touch_handle.h', 1036 'browser/renderer_host/input/touch_handle.h',
1037 'browser/renderer_host/input/touch_selection_controller.cc', 1037 'browser/renderer_host/input/touch_selection_controller.cc',
1038 'browser/renderer_host/input/touch_selection_controller.h', 1038 'browser/renderer_host/input/touch_selection_controller.h',
1039 'browser/renderer_host/input/touch_handle_orientation.h',
1039 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1040 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1040 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1041 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1041 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1042 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1042 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1043 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1043 'browser/renderer_host/input/web_input_event_builders_android.cc', 1044 'browser/renderer_host/input/web_input_event_builders_android.cc',
1044 'browser/renderer_host/input/web_input_event_builders_android.h', 1045 'browser/renderer_host/input/web_input_event_builders_android.h',
1045 'browser/renderer_host/input/web_input_event_builders_win.cc', 1046 'browser/renderer_host/input/web_input_event_builders_win.cc',
1046 'browser/renderer_host/input/web_input_event_builders_win.h', 1047 'browser/renderer_host/input/web_input_event_builders_win.h',
1047 'browser/renderer_host/input/web_input_event_util.cc', 1048 'browser/renderer_host/input/web_input_event_util.cc',
1048 'browser/renderer_host/input/web_input_event_util.h', 1049 'browser/renderer_host/input/web_input_event_util.h',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'sources': [ 1926 'sources': [
1926 'browser/media/cdm/browser_cdm_manager.cc', 1927 'browser/media/cdm/browser_cdm_manager.cc',
1927 'browser/media/cdm/browser_cdm_manager.h', 1928 'browser/media/cdm/browser_cdm_manager.h',
1928 # This works on Android because enable_browser_cdms==1 on Android. 1929 # This works on Android because enable_browser_cdms==1 on Android.
1929 'browser/media/media_web_contents_observer.cc', 1930 'browser/media/media_web_contents_observer.cc',
1930 'browser/media/media_web_contents_observer.h', 1931 'browser/media/media_web_contents_observer.h',
1931 ], 1932 ],
1932 }], 1933 }],
1933 ], 1934 ],
1934 } 1935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698