| 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 'browser/renderer_host/input/synthetic_pinch_gesture_new.h', | 864 'browser/renderer_host/input/synthetic_pinch_gesture_new.h', |
| 865 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', | 865 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', |
| 866 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', | 866 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', |
| 867 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', | 867 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', |
| 868 'browser/renderer_host/input/synthetic_web_input_event_builders.h', | 868 'browser/renderer_host/input/synthetic_web_input_event_builders.h', |
| 869 'browser/renderer_host/input/tap_suppression_controller.cc', | 869 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 870 'browser/renderer_host/input/tap_suppression_controller.h', | 870 'browser/renderer_host/input/tap_suppression_controller.h', |
| 871 'browser/renderer_host/input/tap_suppression_controller_client.h', | 871 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 872 'browser/renderer_host/input/touch_event_queue.cc', | 872 'browser/renderer_host/input/touch_event_queue.cc', |
| 873 'browser/renderer_host/input/touch_event_queue.h', | 873 'browser/renderer_host/input/touch_event_queue.h', |
| 874 'browser/renderer_host/input/touch_action_filter.cc', |
| 875 'browser/renderer_host/input/touch_action_filter.h', |
| 874 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 876 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
| 875 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 877 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 876 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 878 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 877 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 879 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 878 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 880 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 879 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 881 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
| 880 'browser/renderer_host/input/web_input_event_builders_android.cc', | 882 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 881 'browser/renderer_host/input/web_input_event_builders_android.h', | 883 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 882 'browser/renderer_host/input/web_input_event_builders_gtk.cc', | 884 'browser/renderer_host/input/web_input_event_builders_gtk.cc', |
| 883 'browser/renderer_host/input/web_input_event_builders_gtk.h', | 885 'browser/renderer_host/input/web_input_event_builders_gtk.h', |
| (...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1627 '../build/linux/system.gyp:dbus', | 1629 '../build/linux/system.gyp:dbus', |
| 1628 '../dbus/dbus.gyp:dbus', | 1630 '../dbus/dbus.gyp:dbus', |
| 1629 ], | 1631 ], |
| 1630 }, { # OS != "linux" or use_dbus==0 | 1632 }, { # OS != "linux" or use_dbus==0 |
| 1631 'sources!': [ | 1633 'sources!': [ |
| 1632 'browser/geolocation/wifi_data_provider_linux.cc', | 1634 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1633 ], | 1635 ], |
| 1634 }], | 1636 }], |
| 1635 ], | 1637 ], |
| 1636 } | 1638 } |
| OLD | NEW |