OLD | NEW |
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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 'browser/renderer_host/input/tap_suppression_controller_client.h', | 950 'browser/renderer_host/input/tap_suppression_controller_client.h', |
951 'browser/renderer_host/input/timeout_monitor.cc', | 951 'browser/renderer_host/input/timeout_monitor.cc', |
952 'browser/renderer_host/input/timeout_monitor.h', | 952 'browser/renderer_host/input/timeout_monitor.h', |
953 'browser/renderer_host/input/touch_emulator.cc', | 953 'browser/renderer_host/input/touch_emulator.cc', |
954 'browser/renderer_host/input/touch_emulator.h', | 954 'browser/renderer_host/input/touch_emulator.h', |
955 'browser/renderer_host/input/touch_emulator_client.h', | 955 'browser/renderer_host/input/touch_emulator_client.h', |
956 'browser/renderer_host/input/touch_event_queue.cc', | 956 'browser/renderer_host/input/touch_event_queue.cc', |
957 'browser/renderer_host/input/touch_event_queue.h', | 957 'browser/renderer_host/input/touch_event_queue.h', |
958 'browser/renderer_host/input/touch_action_filter.cc', | 958 'browser/renderer_host/input/touch_action_filter.cc', |
959 'browser/renderer_host/input/touch_action_filter.h', | 959 'browser/renderer_host/input/touch_action_filter.h', |
| 960 'browser/renderer_host/input/touch_stream_tracker.cc', |
| 961 'browser/renderer_host/input/touch_stream_tracker.h', |
960 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 962 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
961 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 963 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
962 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 964 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
963 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 965 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
964 'browser/renderer_host/input/web_input_event_builders_android.cc', | 966 'browser/renderer_host/input/web_input_event_builders_android.cc', |
965 'browser/renderer_host/input/web_input_event_builders_android.h', | 967 'browser/renderer_host/input/web_input_event_builders_android.h', |
966 'browser/renderer_host/input/web_input_event_builders_win.cc', | 968 'browser/renderer_host/input/web_input_event_builders_win.cc', |
967 'browser/renderer_host/input/web_input_event_builders_win.h', | 969 'browser/renderer_host/input/web_input_event_builders_win.h', |
968 'browser/renderer_host/input/web_input_event_util.cc', | 970 'browser/renderer_host/input/web_input_event_util.cc', |
969 'browser/renderer_host/input/web_input_event_util.h', | 971 'browser/renderer_host/input/web_input_event_util.h', |
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1837 'sources': [ | 1839 'sources': [ |
1838 'browser/media/cdm/browser_cdm_manager.cc', | 1840 'browser/media/cdm/browser_cdm_manager.cc', |
1839 'browser/media/cdm/browser_cdm_manager.h', | 1841 'browser/media/cdm/browser_cdm_manager.h', |
1840 # This works on Android because enable_browser_cdms==1 on Android. | 1842 # This works on Android because enable_browser_cdms==1 on Android. |
1841 'browser/media/media_web_contents_observer.cc', | 1843 'browser/media/media_web_contents_observer.cc', |
1842 'browser/media/media_web_contents_observer.h', | 1844 'browser/media/media_web_contents_observer.h', |
1843 ], | 1845 ], |
1844 }], | 1846 }], |
1845 ], | 1847 ], |
1846 } | 1848 } |
OLD | NEW |