| 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 '../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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |